| 
    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.   | |
| WaterColumnDataSetPing (const WaterColumnDataSetPing &)=default | |
| Default copy constructor.   | |
| WaterColumnDataSetPing & | operator= (const WaterColumnDataSetPing &)=default | 
| Default assignment operator.   | |
| 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 328 of file mlWaterColumnStructures.h.
| ml::R2SonicWC::WaterColumnDataSetPing::WaterColumnDataSetPing | ( | ) | 
Default constructor.
      
  | 
  virtual | 
Default destructor.
      
  | 
  default | 
Default copy constructor.
| bool ml::R2SonicWC::WaterColumnDataSetPing::isValid | ( | ) | const | 
Returns true if the ping data structure contain all what is needed for a full and valid ping.
      
  | 
  default | 
Default assignment operator.
      
  | 
  virtual | 
Resets all members to construction state.
| const WaterColumnA1* ml::R2SonicWC::WaterColumnDataSetPing::a1Section | 
Pointer to A1 section for the ping.
Definition at line 351 of file mlWaterColumnStructures.h.
| const WaterColumnH0* ml::R2SonicWC::WaterColumnDataSetPing::h0Section | 
Pointer to H0 section for the ping.
Definition at line 350 of file mlWaterColumnStructures.h.
| std::list<const WaterColumnM1OrM2*> ml::R2SonicWC::WaterColumnDataSetPing::mSectionPointers | 
List of M sections belonging to the ping (unsorted).
Definition at line 354 of file mlWaterColumnStructures.h.
| MLuint32 ml::R2SonicWC::WaterColumnDataSetPing::pingNumber | 
The number of the ping the sections belong to.
Definition at line 348 of file mlWaterColumnStructures.h.
| const WaterColumnPacket* ml::R2SonicWC::WaterColumnDataSetPing::wcd0Section | 
Pointer to WCD0 section for the ping.
Definition at line 349 of file mlWaterColumnStructures.h.