|
ldas-tools-framecpp 3.0.4
|
#include <FrTOCSummary.hh>

Public Types | |
| typedef INT_4U | frame_count_type |
| typedef INT_4U | n_type |
| typedef std::string | name_type |
| typedef INT_8U | position_type |
| typedef std::vector< position_type > | info_type |
| typedef std::map< name_type, info_type > | MapSummary_type |
| typedef std::vector< name_type > | key_container_type |
| typedef INT_4U | frame_count_type |
| typedef INT_4U | n_type |
| typedef std::string | name_type |
| typedef INT_8U | position_type |
| typedef std::vector< position_type > | info_type |
| typedef std::map< name_type, info_type > | MapSummary_type |
| typedef std::vector< name_type > | key_container_type |
Public Member Functions | |
| const key_container_type & | GetPositionKeys () const |
| const MapSummary_type & | GetSummary () const |
| Return all channels. | |
| MapSummary_type::const_iterator | GetSummary (const std::string &Channel) const |
| Return the indexed data for a named channel. | |
| MapSummary_type::const_iterator | GetSummary (INT_4U Channel) const |
| Return the indexed data for a named channel. | |
| FrTOCSummary & | operator= (const FrTOCSummary &Source) |
| const key_container_type & | GetPositionKeys () const |
| const MapSummary_type & | GetSummary () const |
| Return all channels. | |
| MapSummary_type::const_iterator | GetSummary (const std::string &Channel) const |
| Return the indexed data for a named channel. | |
| MapSummary_type::const_iterator | GetSummary (INT_4U Channel) const |
| Return the indexed data for a named channel. | |
| FrTOCSummary & | operator= (const FrTOCSummary &Source) |
Protected Attributes | |
| key_container_type | m_keys |
| MapSummary_type | m_info |
| typedef INT_4U FrameCPP::v8::FrTOCSummary::frame_count_type |
| typedef INT_4U FrameCPP::v8::FrTOCSummary::frame_count_type |
| typedef std::vector< position_type > FrameCPP::v8::FrTOCSummary::info_type |
| typedef std::vector< position_type > FrameCPP::v8::FrTOCSummary::info_type |
| typedef std::vector< name_type > FrameCPP::v8::FrTOCSummary::key_container_type |
| typedef std::vector< name_type > FrameCPP::v8::FrTOCSummary::key_container_type |
| typedef std::map< name_type, info_type > FrameCPP::v8::FrTOCSummary::MapSummary_type |
| typedef std::map< name_type, info_type > FrameCPP::v8::FrTOCSummary::MapSummary_type |
| typedef INT_4U FrameCPP::v8::FrTOCSummary::n_type |
| typedef INT_4U FrameCPP::v8::FrTOCSummary::n_type |
| typedef std::string FrameCPP::v8::FrTOCSummary::name_type |
| typedef std::string FrameCPP::v8::FrTOCSummary::name_type |
| typedef INT_8U FrameCPP::v8::FrTOCSummary::position_type |
| typedef INT_8U FrameCPP::v8::FrTOCSummary::position_type |
|
inline |
|
inline |
|
inline |
Return all channels.
|
inline |
Return all channels.
|
inline |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
|
inline |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
|
inline |
Return the indexed data for a named channel.
| [in] | Channel | The numeric offset of the channel. |
|
inline |
Return the indexed data for a named channel.
| [in] | Channel | The numeric offset of the channel. |
|
inline |
|
inline |
|
protected |
|
protected |