CLAM-Development  1.1
Public Member Functions
CLAM::SimpleLoopMetadata Class Reference

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

#include <SimpleLoopMetadata.hxx>

List of all members.

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

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.


Member Function Documentation

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

CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE ( ,
public  ,
ELoopPointUnits  ,
Units   
)
CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE ( ,
public  ,
int  ,
Start   
)
CLAM::SimpleLoopMetadata::DYN_ATTRIBUTE ( ,
public  ,
int  ,
End   
)

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