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

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

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

CLAM::SimpleLoopMetadata::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
int  ,
End   
) [inline]

Definition at line 27 of file SimpleLoopMetadata.hxx.

CLAM::SimpleLoopMetadata::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
int  ,
Start   
) [inline]

Definition at line 26 of file SimpleLoopMetadata.hxx.

CLAM::SimpleLoopMetadata::__COMMON_DYN_ATTRIBUTE ( ,
public  ,
ELoopPointUnits  ,
Units   
) [inline]

Definition at line 25 of file SimpleLoopMetadata.hxx.

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

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.


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3