|
ldas-tools-framecpp
2.7.0
|
#include <FrVect.hh>


Classes | |
| struct | data_container_type |
Public Member Functions | |
| FrVect () | |
| Default constructor. More... | |
| FrVect (const FrVect &vect) | |
| Copy Constructor. More... | |
| FrVect (const std::string &name, type_type type, nDim_type nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, const void *data=0, const std::string &unitY="") | |
| Constructor. More... | |
| FrVect (const std::string &name, type_type type, nDim_type nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, void *data=0, const std::string &unitY="", bool allocate=true, bool owns=true) | |
| Constructor. More... | |
| FrVect (const std::string &name, compress_type Compress, type_type type, nDim_type nDim, const Dimension *dims, nData_type NData, nBytes_type NBytes, void *data, const std::string &unitY="", bool allocate=true, bool owns=true) | |
| Constructor. More... | |
| FrVect (const std::string &name, compress_type Compress, type_type type, nDim_type nDim, const Dimension *dims, nData_type NData, nBytes_type NBytes, data_type data, const std::string &unitY="") | |
| Constructor. More... | |
| template<class T > | |
| FrVect (const std::string &name, nDim_type nDim=1, const Dimension *dims=0, const T *data=0, const std::string &unitY="") | |
| exc: std::bad_alloc - Memory allocation failed. More... | |
| template<class T > | |
| FrVect (const std::string &name, nDim_type nDim=1, const Dimension *dims=0, T *data=0, const std::string &unitY="", bool allocate=true, bool owns=true) | |
| exc: std::bad_alloc - Memory allocation failed. More... | |
| virtual | ~FrVect () |
| virtual const char * | ObjectStructName () const |
| Retrieve the class name of the object. More... | |
| bool | operator== (const FrVect &RHS) const |
| bool | operator!= (const FrVect &RHS) const |
| FrVect & | operator+= (const FrVect &RHS) |
| Concatination operator. More... | |
| virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| comparison operator More... | |
| FrameCPP::cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure. More... | |
| const std::string & | GetName () const |
| compress_type | GetCompress () const |
| type_type | GetType () const |
| nData_type | GetNData () const |
| nBytes_type | GetNBytes () const |
| data_type | GetData (bool Decompress=true) const |
| data_type | GetData (bool Decompress=true) |
| data_type | GetDataRaw () const |
| data_type | GetDataRaw () |
| nDim_type | GetNDim () const |
| const Dimension & | GetDim (nDim_type Offset) const |
| Dimension & | GetDim (nDim_type Offset) |
| const std::string | GetUnitY () const |
| void | Compress (compression_scheme_type Scheme, int GZipLevel) |
| void | Uncompress () |
| Expand compressed data. More... | |
| virtual void | CompressData (cmn_compression_scheme_type Scheme, cmn_compression_level_type GZipLevel) |
| virtual Compression::compression_base_type | Compression () const |
| virtual Common::FrameSpec::Object * | CloneCompressed (cmn_compression_scheme_type Scheme, cmn_compression_level_type Level) const |
| void | SetName (const std::string &Name) |
| Establish the channel name. More... | |
| void | SetNData (INT_4U NData) |
| size_t | GetTypeSize () const |
| Get size of single data point of particular size. More... | |
| FrVect & | Merge (const FrVect &RHS) |
| Merge with another FrVect. More... | |
| subfrvect_type | SubFrVect (INT_4U Start, INT_4U Stop) const |
| virtual FrVect * | Create (istream_type &Stream) const |
| constructor - virtual More... | |
| virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| Verify the integrity of the object. More... | |
| virtual void | Write (ostream_type &Stream) const |
| Write the structure to the stream. More... | |
| void | expandToBuffer (boost::shared_array< CHAR_U > &Dest, INT_8U &DestNBytes) const |
| FrVect () | |
| Default constructor. More... | |
| FrVect (const FrVect &vect) | |
| Copy Constructor. More... | |
| FrVect (const std::string &name, type_type type, nDim_type nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, const void *data=0, const std::string &unitY="") | |
| Constructor. More... | |
| FrVect (const std::string &name, type_type type, nDim_type nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, void *data=0, const std::string &unitY="", bool allocate=true, bool owns=true) | |
| Constructor. More... | |
| FrVect (const std::string &name, compress_type Compress, type_type type, nDim_type nDim, const Dimension *dims, nData_type NData, nBytes_type NBytes, void *data, const std::string &unitY="", bool allocate=true, bool owns=true) | |
| Constructor. More... | |
| FrVect (const std::string &name, compress_type Compress, type_type type, nDim_type nDim, const Dimension *dims, nData_type NData, nBytes_type NBytes, data_type data, const std::string &unitY="") | |
| Constructor. More... | |
| template<class T > | |
| FrVect (const std::string &name, nDim_type nDim=1, const Dimension *dims=0, const T *data=0, const std::string &unitY="") | |
| exc: std::bad_alloc - Memory allocation failed. More... | |
| template<class T > | |
| FrVect (const std::string &name, nDim_type nDim=1, const Dimension *dims=0, T *data=0, const std::string &unitY="", bool allocate=true, bool owns=true) | |
| exc: std::bad_alloc - Memory allocation failed. More... | |
| virtual | ~FrVect () |
| virtual const char * | ObjectStructName () const |
| Retrieve the class name of the object. More... | |
| bool | operator== (const FrVect &RHS) const |
| bool | operator!= (const FrVect &RHS) const |
| FrVect & | operator+= (const FrVect &RHS) |
| Concatination operator. More... | |
| virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
| comparison operator More... | |
| FrameCPP::cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure. More... | |
| const std::string & | GetName () const |
| compress_type | GetCompress () const |
| type_type | GetType () const |
| nData_type | GetNData () const |
| nBytes_type | GetNBytes () const |
| data_type | GetData (bool Decompress=true) const |
| data_type | GetData (bool Decompress=true) |
| data_type | GetDataRaw () const |
| data_type | GetDataRaw () |
| nDim_type | GetNDim () const |
| const Dimension & | GetDim (nDim_type Offset) const |
| Dimension & | GetDim (nDim_type Offset) |
| const std::string | GetUnitY () const |
| void | Compress (compression_scheme_type Scheme, int GZipLevel) |
| void | Uncompress () |
| Expand compressed data. More... | |
| virtual void | CompressData (cmn_compression_scheme_type Scheme, cmn_compression_level_type GZipLevel) |
| virtual Compression::compression_base_type | Compression () const |
| virtual Common::FrameSpec::Object * | CloneCompressed (cmn_compression_scheme_type Scheme, cmn_compression_level_type Level) const |
| void | SetName (const std::string &Name) |
| Establish the channel name. More... | |
| void | SetNData (INT_4U NData) |
| size_t | GetTypeSize () const |
| Get size of single data point of particular size. More... | |
| FrVect & | Merge (const FrVect &RHS) |
| Merge with another FrVect. More... | |
| subfrvect_type | SubFrVect (INT_4U Start, INT_4U Stop) const |
| virtual FrVect * | Create (istream_type &Stream) const |
| constructor - virtual More... | |
| virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| Verify the integrity of the object. More... | |
| virtual void | Write (ostream_type &Stream) const |
| Write the structure to the stream. More... | |
| void | expandToBuffer (boost::shared_array< CHAR_U > &Dest, INT_8U &DestNBytes) const |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| template<> | |
| INT_2U | GetDataType () |
| class_type | GetClass () const |
| Retrieve the class identifier. More... | |
| class_type | GetClass () const |
| Retrieve the class identifier. More... | |
| const Description * | GetDescription () const |
| Retrieve FrSH/FrSE description of the parent object. More... | |
| const Description * | GetDescription () const |
| Retrieve FrSH/FrSE description of the parent object. More... | |
| ostream_type & | WriteNext (ostream_type &Stream) const |
| Write a next pointer to the parent to the stream. More... | |
| ostream_type & | WriteNext (ostream_type &Stream) const |
| Write a next pointer to the parent to the stream. More... | |
| virtual Object * | Create () const |
| constructor - virtual More... | |
| virtual Object * | Create (std::istream &Buffer) const |
| constructor - virtual More... | |
| virtual Object * | Clone () const |
| constructor - virtual copy constructor More... | |
| virtual Object * | Clone () const |
| constructor - virtual copy constructor More... | |
| template<typename PreviousType , typename CurrentType > | |
| FrameSpec::ObjectInterface::promote_ret_type | PromoteObject (FrameSpec::ObjectInterface::frame_spec_version_type Target, FrameSpec::ObjectInterface::frame_spec_version_type Source, FrameSpec::ObjectInterface::promote_arg_type Obj, IStream *Stream) |
Static Public Attributes | |
| static const int | DEFAULT_GZIP_LEVEL |
| static const INT_2U | BYTE_SWAP = 0x100 |
Protected Member Functions | |
| virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, istream_type *Stream) const |
| Down grade an object. More... | |
| virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, istream_type *Stream) const |
| Upgrade an object. More... | |
| virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, istream_type *Stream) const |
| Down grade an object. More... | |
| virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, istream_type *Stream) const |
| Upgrade an object. More... | |
| virtual class_type | getClass () const |
| Retrieve the class identifier. More... | |
| virtual class_type | getClass () const |
| Retrieve the class identifier. More... | |
| void | compressToBuffer (const Compression::compress_type_mapping &CompressionMapping, const Compression::compress_type_reverse_mapping &CompressionReverseMapping, const Compression::data_type_mapping &DataTypeMapping, const INT_4U DataType, const INT_8U NData, const CHAR_U *Source, const INT_8U SourceNBytes, const INT_4U SourceCompressionMode, Compression::output_type &Dest, INT_8U &DestNBytes, INT_4U &DestCompressionMode, const INT_4U Level) const |
| void | compressToBuffer (const Compression::compress_type_mapping &CompressionMapping, const Compression::compress_type_reverse_mapping &CompressionReverseMapping, const Compression::data_type_mapping &DataTypeMapping, const INT_4U DataType, const INT_8U NData, const CHAR_U *Source, const INT_8U SourceNBytes, const INT_4U SourceCompressionMode, Compression::output_type &Dest, INT_8U &DestNBytes, INT_4U &DestCompressionMode, const INT_4U Level) const |
| void | expandToBuffer (const Compression::compress_type_mapping &CompressionMapping, const Compression::data_type_mapping &DataTypeMapping, const INT_4U DataType, const INT_8U NData, const CHAR_U *Source, const INT_8U SourceNBytes, const INT_4U SourceCompressionMode, const INT_4U SourceByteOrder, Compression::output_type &Dest, INT_8U &DestNBytes) const |
Private Member Functions | |
| FrVect (istream_type &Stream) | |
| void | copy_data (CHAR_U *Data, INT_8U size) |
| FrVect (istream_type &Stream) | |
| void | copy_data (CHAR_U *Data, INT_8U size) |
Private Attributes | |
| data_container_type | m_data |
Static Private Attributes | |
| static const Common::FrameSpec::Info::frame_object_types | s_object_id = Common::FrameSpec::Info::FSI_FR_VECT |
| typedef Common::FrVect::cmn_compression_level_type FrameCPP::Version_3::FrVect::cmn_compression_level_type |
| typedef Common::FrVect::cmn_compression_level_type FrameCPP::Version_3::FrVect::cmn_compression_level_type |
| typedef Common::FrVect::cmn_compression_scheme_type FrameCPP::Version_3::FrVect::cmn_compression_scheme_type |
| typedef Common::FrVect::cmn_compression_scheme_type FrameCPP::Version_3::FrVect::cmn_compression_scheme_type |
| typedef INT_2U FrameCPP::Version_3::FrVect::compress_type |
| typedef INT_2U FrameCPP::Version_3::FrVect::compress_type |
| typedef boost::shared_array< CHAR_U > FrameCPP::Version_3::FrVect::data_type |
| typedef boost::shared_array< CHAR_U > FrameCPP::Version_3::FrVect::data_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| typedef INT_4U FrameCPP::Version_3::FrVect::nBytes_type |
| typedef INT_4U FrameCPP::Version_3::FrVect::nBytes_type |
| typedef INT_4U FrameCPP::Version_3::FrVect::nData_type |
| typedef INT_4U FrameCPP::Version_3::FrVect::nData_type |
| typedef INT_4U FrameCPP::Version_3::FrVect::nDim_type |
| typedef INT_4U FrameCPP::Version_3::FrVect::nDim_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| typedef std::unique_ptr< FrVect > FrameCPP::Version_3::FrVect::subfrvect_type |
| typedef std::unique_ptr< FrVect > FrameCPP::Version_3::FrVect::subfrvect_type |
| typedef INT_2U FrameCPP::Version_3::FrVect::type_type |
| typedef INT_2U FrameCPP::Version_3::FrVect::type_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| FrameCPP::Version_3::FrVect::FrVect | ( | ) |
Default constructor.
| FrameCPP::Version_3::FrVect::FrVect | ( | const FrVect & | vect | ) |
Copy Constructor.
| [in] | vect | Copied vector. |
| std::bad_alloc | Memory allocation failed. |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| const byte_order_type | byte_order = BYTE_ORDER_HOST, |
||
| const void * | data = 0, |
||
| const std::string & | unitY = "" |
||
| ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | byte_order | Byte order of the data. Default is BIGENDIAN. |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| std::bad_alloc | Memory allocation failed. |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| const byte_order_type | byte_order = BYTE_ORDER_HOST, |
||
| void * | data = 0, |
||
| const std::string & | unitY = "", |
||
| bool | allocate = true, |
||
| bool | owns = true |
||
| ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | byte_order | Byte order of the data. Default is BIGENDIAN. |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| [in] | allocate | Whether to allocate data. Default: true. |
| [in] | owns | Whether to destruct data in the destructor. Default: true. |
| std::bad_alloc | Memory allocation failed. |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| compress_type | Compress, | ||
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| nData_type | NData, | ||
| nBytes_type | NBytes, | ||
| void * | data, | ||
| const std::string & | unitY = "", |
||
| bool | allocate = true, |
||
| bool | owns = true |
||
| ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | Compress | |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | NData | |
| [in] | NBytes | |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| [in] | allocate | Whether to allocate data. Default: true. |
| [in] | owns | Whether to destruct data in the destructor. Default: true. |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| compress_type | Compress, | ||
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| nData_type | NData, | ||
| nBytes_type | NBytes, | ||
| data_type | data, | ||
| const std::string & | unitY = "" |
||
| ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | Compress | |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | NData | |
| [in] | NBytes | |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| nDim_type | nDim = 1, |
||
| const Dimension * | dims = 0, |
||
| const T * | data = 0, |
||
| const std::string & | unitY = "" |
||
| ) |
exc: std::bad_alloc - Memory allocation failed.
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| nDim_type | nDim = 1, |
||
| const Dimension * | dims = 0, |
||
| T * | data = 0, |
||
| const std::string & | unitY = "", |
||
| bool | allocate = true, |
||
| bool | owns = true |
||
| ) |
exc: std::bad_alloc - Memory allocation failed.
|
virtual |
Reimplemented from FrameCPP::Common::FrVect.
|
private |
| FrameCPP::Version_3::FrVect::FrVect | ( | ) |
Default constructor.
| FrameCPP::Version_3::FrVect::FrVect | ( | const FrVect & | vect | ) |
Copy Constructor.
| [in] | vect | Copied vector. |
| std::bad_alloc | Memory allocation failed. |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| const byte_order_type | byte_order = BYTE_ORDER_HOST, |
||
| const void * | data = 0, |
||
| const std::string & | unitY = "" |
||
| ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | byte_order | Byte order of the data. Default is BIGENDIAN. |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| std::bad_alloc | Memory allocation failed. |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| const byte_order_type | byte_order = BYTE_ORDER_HOST, |
||
| void * | data = 0, |
||
| const std::string & | unitY = "", |
||
| bool | allocate = true, |
||
| bool | owns = true |
||
| ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | byte_order | Byte order of the data. Default is BIGENDIAN. |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| [in] | allocate | Whether to allocate data. Default: true. |
| [in] | owns | Whether to destruct data in the destructor. Default: true. |
| std::bad_alloc | Memory allocation failed. |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| compress_type | Compress, | ||
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| nData_type | NData, | ||
| nBytes_type | NBytes, | ||
| void * | data, | ||
| const std::string & | unitY = "", |
||
| bool | allocate = true, |
||
| bool | owns = true |
||
| ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | Compress | |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | NData | |
| [in] | NBytes | |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| [in] | allocate | Whether to allocate data. Default: true. |
| [in] | owns | Whether to destruct data in the destructor. Default: true. |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| compress_type | Compress, | ||
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| nData_type | NData, | ||
| nBytes_type | NBytes, | ||
| data_type | data, | ||
| const std::string & | unitY = "" |
||
| ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | Compress | |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | NData | |
| [in] | NBytes | |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| nDim_type | nDim = 1, |
||
| const Dimension * | dims = 0, |
||
| const T * | data = 0, |
||
| const std::string & | unitY = "" |
||
| ) |
exc: std::bad_alloc - Memory allocation failed.
| FrameCPP::Version_3::FrVect::FrVect | ( | const std::string & | name, |
| nDim_type | nDim = 1, |
||
| const Dimension * | dims = 0, |
||
| T * | data = 0, |
||
| const std::string & | unitY = "", |
||
| bool | allocate = true, |
||
| bool | owns = true |
||
| ) |
exc: std::bad_alloc - Memory allocation failed.
|
virtual |
Reimplemented from FrameCPP::Common::FrVect.
|
private |
|
virtual |
Number of bytes needed to write this structure.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Number of bytes needed to write this structure.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
constructor - virtual copy constructor
Reimplemented in FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrStatData, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrStatData, FrameCPP::Version_8::FrStatData, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSE, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_3::FrHeader, and FrameCPP::Version_3::FrHeader.
|
virtualinherited |
constructor - virtual copy constructor
Reimplemented in FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrameH, FrameCPP::Version_4::FrStatData, FrameCPP::Version_4::FrStatData, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrStatData, FrameCPP::Version_3::FrStatData, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrStatData, FrameCPP::Version_8::FrStatData, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Version_7::FrameH, FrameCPP::Version_7::FrameH, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSH, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrSE, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_6::FrStatData, FrameCPP::Version_6::FrStatData, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSE, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_3::FrHeader, and FrameCPP::Version_3::FrHeader.
|
virtual |
Implements FrameCPP::Common::FrVect.
|
virtual |
Implements FrameCPP::Common::FrVect.
| void FrameCPP::Version_3::FrVect::Compress | ( | compression_scheme_type | Scheme, |
| int | GZipLevel | ||
| ) |
| void FrameCPP::Version_3::FrVect::Compress | ( | compression_scheme_type | Scheme, |
| int | GZipLevel | ||
| ) |
|
virtual |
Implements FrameCPP::Common::FrVect.
|
virtual |
Implements FrameCPP::Common::FrVect.
|
virtual |
Implements FrameCPP::Common::FrVect.
|
inlinevirtual |
Implements FrameCPP::Common::FrVect.
|
protectedinherited |
|
protectedinherited |
|
private |
|
private |
|
virtualinherited |
constructor - virtual
Reimplemented in FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Version_8::FrTOC, FrameCPP::Version_8::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Version_4::FrTOC, and FrameCPP::Version_4::FrTOC.
|
virtualinherited |
constructor - virtual
Reimplemented in FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_3::FrHeader, and FrameCPP::Version_3::FrHeader.
|
virtual |
constructor - virtual
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
constructor - virtual
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
Down grade an object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
Down grade an object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
Down grade an object.
| [in] | Target | This is the version of the frame specification of the demoted object. |
| [in] | Obj | The base object. |
| [in] | Stream | Stream from which Obj was created. |
|
staticinherited |
Down grade an object.
| [in] | Target | This is the version of the frame specification of the demoted object. |
| [in] | Obj | The base object. |
| [in] | Stream | Stream from which Obj was created. |
|
protectedinherited |
| void FrameCPP::Version_3::FrVect::expandToBuffer | ( | boost::shared_array< CHAR_U > & | Dest, |
| INT_8U & | DestNBytes | ||
| ) | const |
| void FrameCPP::Version_3::FrVect::expandToBuffer | ( | boost::shared_array< CHAR_U > & | Dest, |
| INT_8U & | DestNBytes | ||
| ) | const |
|
inlineinherited |
Retrieve the class identifier.
|
inherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inline |
| compress_type FrameCPP::Version_3::FrVect::GetCompress | ( | ) | const |
| FrVect::data_type FrameCPP::Version_3::FrVect::GetData | ( | bool | Decompress = true | ) | const |
| data_type FrameCPP::Version_3::FrVect::GetData | ( | bool | Decompress = true | ) | const |
| FrVect::data_type FrameCPP::Version_3::FrVect::GetData | ( | bool | Decompress = true | ) |
| data_type FrameCPP::Version_3::FrVect::GetData | ( | bool | Decompress = true | ) |
|
inline |
| data_type FrameCPP::Version_3::FrVect::GetDataRaw | ( | ) | const |
|
inline |
| data_type FrameCPP::Version_3::FrVect::GetDataRaw | ( | ) |
|
static |
|
static |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
| INT_2U FrameCPP::Version_3::FrVect::GetDataType | ( | ) |
|
inlinevirtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
| const std::string & FrameCPP::Version_3::FrVect::GetName | ( | ) | const |
| const std::string& FrameCPP::Version_3::FrVect::GetName | ( | ) | const |
|
inline |
| nBytes_type FrameCPP::Version_3::FrVect::GetNBytes | ( | ) | const |
| nData_type FrameCPP::Version_3::FrVect::GetNData | ( | ) | const |
| FrVect::nData_type FrameCPP::Version_3::FrVect::GetNData | ( | ) | const |
|
inline |
| nDim_type FrameCPP::Version_3::FrVect::GetNDim | ( | ) | const |
|
inline |
| type_type FrameCPP::Version_3::FrVect::GetType | ( | ) | const |
| size_t FrameCPP::Version_3::FrVect::GetTypeSize | ( | ) | const |
Get size of single data point of particular size.
|
inline |
Get size of single data point of particular size.
|
static |
|
static |
| const std::string FrameCPP::Version_3::FrVect::GetUnitY | ( | ) | const |
|
inline |
|
virtual |
Retrieve the class name of the object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Retrieve the class name of the object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
| bool FrameCPP::Version_3::FrVect::operator!= | ( | const FrVect & | RHS | ) | const |
| bool FrameCPP::Version_3::FrVect::operator!= | ( | const FrVect & | RHS | ) | const |
| bool FrameCPP::Version_3::FrVect::operator== | ( | const FrVect & | RHS | ) | const |
| bool FrameCPP::Version_3::FrVect::operator== | ( | const FrVect & | RHS | ) | const |
|
virtual |
comparison operator
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
comparison operator
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlinestatic |
|
static |
|
protectedvirtual |
Upgrade an object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
Upgrade an object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
Upgrade an object.
| [in] | Target | Promote Obj to this version of the frame specification. |
| [in] | Source | Obj conforms to this version of the frame specification. |
| [in] | Obj | Object to be converted |
| [in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
| [in] | Target | Promote Obj to this version of the frame specification. |
| [in] | Source | Obj conforms to this version of the frame specification. |
| [in] | Obj | Object to be converted |
| [in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
| [in] | Target | Promote Obj to this version of the frame specification. |
| [in] | Source | Obj conforms to this version of the frame specification. |
| [in] | Obj | Object to be converted |
| [in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
| [in] | Target | Promote Obj to this version of the frame specification. |
| [in] | Source | Obj conforms to this version of the frame specification. |
| [in] | Obj | Object to be converted |
| [in] | Stream | Originating stream for Obj. |
|
inherited |
|
inline |
Establish the channel name.
Assign a new value for the channel name.
| [in] | Name | The channel name |
| void FrameCPP::Version_3::FrVect::SetName | ( | const std::string & | Name | ) |
Establish the channel name.
| [in] | Name | The channel name |
|
inline |
| void FrameCPP::Version_3::FrVect::SetNData | ( | INT_4U | NData | ) |
|
static |
|
static |
|
static |
|
inlinestatic |
| subfrvect_type FrameCPP::Version_3::FrVect::SubFrVect | ( | INT_4U | Start, |
| INT_4U | Stop | ||
| ) | const |
| FrVect::subfrvect_type FrameCPP::Version_3::FrVect::SubFrVect | ( | INT_4U | Start, |
| INT_4U | Stop | ||
| ) | const |
| void FrameCPP::Version_3::FrVect::Uncompress | ( | ) |
Expand compressed data.
In general, uncompressing follows three steps:
Depending upon the compression type and byte-ordering differences, not all of these steps are needed.
| void FrameCPP::Version_3::FrVect::Uncompress | ( | ) |
Expand compressed data.
|
virtual |
Verify the integrity of the object.
| Verifier | The handle to the Verify object used to store data that needs to be accumulated before being processed. |
| Stream | The input stream from which the object was created. |
This routine is called to verify the integrety of this FrVect object.
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Verify the integrity of the object.
| Verifier | The handle to the Verify object used to store data that needs to be accumulated before being processed. |
| Stream | The input stream from which the object was created. |
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Write the structure to the stream.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Write the structure to the stream.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inherited |
Write a next pointer to the parent to the stream.
| [in,out] | Stream | The output stream to receive the next pointer. |
|
inherited |
Write a next pointer to the parent to the stream.
| [in,out] | Stream | The output stream to receive the next pointer. |
|
staticinherited |
|
static |
|
private |
|
staticprivate |
1.8.14