#include <SimpleLoopMetadata.hxx>

The given values should be in milliseconds.
Definition at line 21 of file SimpleLoopMetadata.hxx.
Public Member Functions | |
| DYNAMIC_TYPE (SimpleLoopMetadata, 3) | |
| DYN_ATTRIBUTE (0, public, ELoopPointUnits, Units) | |
| DYN_ATTRIBUTE (1, public, int, Start) | |
| DYN_ATTRIBUTE (2, public, int, End) | |
| void | DefaultInit () |
| The concrete dynamic type constructor calls DefaultInit(). | |
| CLAM::SimpleLoopMetadata::DYNAMIC_TYPE | ( | SimpleLoopMetadata | , | |
| 3 | ||||
| ) |
| CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE | ( | 0 | , | |
| public | , | |||
| ELoopPointUnits | , | |||
| Units | ||||
| ) |
| CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE | ( | 1 | , | |
| public | , | |||
| int | , | |||
| Start | ||||
| ) |
| CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE | ( | 2 | , | |
| public | , | |||
| int | , | |||
| End | ||||
| ) |
| 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().
1.5.5