MeVisLab Toolbox Reference
|
Class managing all sections belonging to the same ping. More...
#include <mlWaterColumnStructures.h>
Public Member Functions | |
WaterColumnDataSetPing () | |
Default constructor. | |
virtual | ~WaterColumnDataSetPing () |
Default destructor. | |
virtual void | reset () |
Resets all members to construction state. | |
bool | isValid () const |
Returns true if the ping data structure contain all what is needed for a full and valid ping. | |
Public Attributes | |
MLuint32 | pingNumber |
The number of the ping the sections belong to. | |
const WaterColumnPacket * | wcd0Section |
Pointer to WCD0 section for the ping. | |
const WaterColumnH0 * | h0Section |
Pointer to H0 section for the ping. | |
const WaterColumnA1 * | a1Section |
Pointer to A1 section for the ping. | |
std::list< const WaterColumnM1OrM2 * > | mSectionPointers |
List of M sections belonging to the ping (unsorted). | |
Class managing all sections belonging to the same ping.
Definition at line 315 of file mlWaterColumnStructures.h.
ml::R2SonicWC::WaterColumnDataSetPing::WaterColumnDataSetPing | ( | ) |
Default constructor.
|
virtual |
Default destructor.
bool ml::R2SonicWC::WaterColumnDataSetPing::isValid | ( | ) | const |
Returns true if the ping data structure contain all what is needed for a full and valid ping.
Resets all members to construction state.
const WaterColumnA1* ml::R2SonicWC::WaterColumnDataSetPing::a1Section |
Pointer to A1 section for the ping.
Definition at line 332 of file mlWaterColumnStructures.h.
const WaterColumnH0* ml::R2SonicWC::WaterColumnDataSetPing::h0Section |
Pointer to H0 section for the ping.
Definition at line 331 of file mlWaterColumnStructures.h.
std::list<const WaterColumnM1OrM2*> ml::R2SonicWC::WaterColumnDataSetPing::mSectionPointers |
List of M sections belonging to the ping (unsorted).
Definition at line 335 of file mlWaterColumnStructures.h.
MLuint32 ml::R2SonicWC::WaterColumnDataSetPing::pingNumber |
The number of the ping the sections belong to.
Definition at line 329 of file mlWaterColumnStructures.h.
const WaterColumnPacket* ml::R2SonicWC::WaterColumnDataSetPing::wcd0Section |
Pointer to WCD0 section for the ping.
Definition at line 330 of file mlWaterColumnStructures.h.