This object represents the start and end points of a loop. More...
#include <SimpleLoopMetadata.hxx>
Public Member Functions | |
SimpleLoopMetadata () | |
SimpleLoopMetadata (const SimpleLoopMetadata &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (SimpleLoopMetadata, 3) | |
__COMMON_DYN_ATTRIBUTE (0, public, ELoopPointUnits, Units) protected | |
bool | LoadUnits (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, int, Start) protected | |
bool | LoadStart (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, int, End) protected | |
bool | LoadEnd (CLAM::Storage &s) |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
This object represents the start and end points of a loop.
The given values should be in milliseconds.
Definition at line 21 of file SimpleLoopMetadata.hxx.
CLAM::SimpleLoopMetadata::SimpleLoopMetadata | ( | ) | [inline] |
Definition at line 24 of file SimpleLoopMetadata.hxx.
CLAM::SimpleLoopMetadata::SimpleLoopMetadata | ( | const SimpleLoopMetadata & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 24 of file SimpleLoopMetadata.hxx.
CLAM::SimpleLoopMetadata::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
int | , | |||
End | ||||
) | [inline] |
Definition at line 27 of file SimpleLoopMetadata.hxx.
CLAM::SimpleLoopMetadata::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
int | , | |||
Start | ||||
) | [inline] |
Definition at line 26 of file SimpleLoopMetadata.hxx.
CLAM::SimpleLoopMetadata::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
ELoopPointUnits | , | |||
Units | ||||
) | [inline] |
Definition at line 25 of file SimpleLoopMetadata.hxx.
CLAM::SimpleLoopMetadata::__COMMON_DYNAMIC_TYPE | ( | SimpleLoopMetadata | , | |
3 | ||||
) |
void CLAM::SimpleLoopMetadata::DefaultInit | ( | void | ) |
The concrete dynamic type constructor calls DefaultInit().
This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().
Reimplemented from CLAM::DynamicType.
Definition at line 7 of file SimpleLoopMetadata.cxx.
References CLAM::DynamicType::UpdateData().
bool CLAM::SimpleLoopMetadata::LoadEnd | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 27 of file SimpleLoopMetadata.hxx.
bool CLAM::SimpleLoopMetadata::LoadStart | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 26 of file SimpleLoopMetadata.hxx.
bool CLAM::SimpleLoopMetadata::LoadUnits | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 25 of file SimpleLoopMetadata.hxx.