CLAM::SimpleLoopMetadata Class Reference

#include <SimpleLoopMetadata.hxx>

Inheritance diagram for CLAM::SimpleLoopMetadata:

CLAM::DynamicType CLAM::Component

List of all members.


Detailed Description

This object represents the start and end points of a loop.

The given values should be in milliseconds.

Author:
greg kellum [gkellum@iua.upf.edu] 15/7/2007
Since:
CLAM v1.1.

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().

Member Function Documentation

CLAM::SimpleLoopMetadata::DYNAMIC_TYPE ( SimpleLoopMetadata  ,
 
)

CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE ( ,
public  ,
ELoopPointUnits  ,
Units   
)

CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE ( ,
public  ,
int  ,
Start   
)

CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE ( ,
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().

See also:
CopyInit()

Reimplemented from CLAM::DynamicType.

Definition at line 7 of file SimpleLoopMetadata.cxx.

References CLAM::DynamicType::UpdateData().


The documentation for this class was generated from the following files:

Generated on Tue Aug 12 22:33:49 2008 for CLAM by  doxygen 1.5.5