|
NeXus
1
|
Serialisable NeXus data. More...
#include <bindings/cpp/NeXusStream.hpp>


Public Member Functions | |
| DataHolder (const std::string &name) | |
| DataHolder (const std::string &name, std::vector< NumT > &value) | |
| DataHolder (const std::string &name, const std::vector< NumT > &value) | |
| DataHolder (std::vector< NumT > &value) | |
| DataHolder (const std::vector< NumT > &value) | |
| NXnumtype | getType () |
| virtual void | readFromFile (File &nf) const |
| virtual void | writeToFile (File &nf) const |
| DataHolder * | clone () |
| virtual | ~DataHolder () |
Public Member Functions inherited from NeXus::Stream::HolderBase | |
| HolderBase () | |
| HolderBase (const std::string &name) | |
| void | setName (const std::string &name) |
| std::string | getName () |
| virtual | ~HolderBase () |
Protected Member Functions | |
| DataHolder () | |
| DataHolder (const std::string &name, const std::vector< NumT > *cv, std::vector< NumT > *v) | |
Protected Attributes | |
| const std::vector< NumT > * | m_c_value |
| std::vector< NumT > * | m_value |
Protected Attributes inherited from NeXus::Stream::HolderBase | |
| std::string | m_name |
Serialisable NeXus data.
Definition at line 220 of file NeXusStream.hpp.
|
inlineprotected |
Definition at line 225 of file NeXusStream.hpp.
|
inlineprotected |
Definition at line 226 of file NeXusStream.hpp.
| NeXus::Stream::DataHolder< NumT >::DataHolder | ( | const std::string & | name | ) |
Definition at line 177 of file NeXusStream.cpp.
| NeXus::Stream::DataHolder< NumT >::DataHolder | ( | const std::string & | name, |
| std::vector< NumT > & | value | ||
| ) |
Definition at line 172 of file NeXusStream.cpp.
| NeXus::Stream::DataHolder< NumT >::DataHolder | ( | const std::string & | name, |
| const std::vector< NumT > & | value | ||
| ) |
Definition at line 182 of file NeXusStream.cpp.
| NeXus::Stream::DataHolder< NumT >::DataHolder | ( | std::vector< NumT > & | value | ) |
Definition at line 187 of file NeXusStream.cpp.
| NeXus::Stream::DataHolder< NumT >::DataHolder | ( | const std::vector< NumT > & | value | ) |
Definition at line 192 of file NeXusStream.cpp.
|
inlinevirtual |
Definition at line 238 of file NeXusStream.hpp.
|
inlinevirtual |
Implements NeXus::Stream::HolderBase.
Definition at line 237 of file NeXusStream.hpp.
|
inlinevirtual |
Implements NeXus::Stream::HolderBase.
Definition at line 234 of file NeXusStream.hpp.
|
virtual |
Implements NeXus::Stream::ISerialisable.
Definition at line 136 of file NeXusStream.cpp.
References NeXus::File::closeData(), NeXus::File::getData(), and NeXus::File::openData().

|
virtual |
Implements NeXus::Stream::ISerialisable.
Definition at line 155 of file NeXusStream.cpp.
References NeXus::File::writeData().

|
protected |
Definition at line 223 of file NeXusStream.hpp.
|
protected |
Definition at line 224 of file NeXusStream.hpp.
1.8.1.1