|
CLAM-Development
1.1
|
This object represents the start and end points of a loop. More...
#include <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(). | |
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.
| 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().
| CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE | ( | 0 | , |
| public | , | ||
| ELoopPointUnits | , | ||
| Units | |||
| ) |
| CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE | ( | 1 | , |
| public | , | ||
| int | , | ||
| Start | |||
| ) |
| CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE | ( | 2 | , |
| public | , | ||
| int | , | ||
| End | |||
| ) |
1.7.6.1