CLAM-Development  1.4.0
SimpleLoopMetadata.hxx
Go to the documentation of this file.
1 #ifndef _SimpleLoopMetadata_
2 #define _SimpleLoopMetadata_
3 
4 #include "IndexArray.hxx"
5 #include "Processing.hxx"
6 #include "Err.hxx"
7 #include "SDIFInConfig.hxx"
8 #include "Filename.hxx"
9 #include "ELoopPointUnits.hxx"
10 
11 namespace CLAM
12 {
13 
22 {
23 public:
25  DYN_ATTRIBUTE(0, public, ELoopPointUnits, Units);
26  DYN_ATTRIBUTE(1, public, int, Start);
27  DYN_ATTRIBUTE(2, public, int, End);
28 
29  // TODO define a new type for EnvelopeStage
30 // DYN_ATTRIBUTE(3,public, EnvelopeStage, EnvelopeStage);
31  void DefaultInit();
32 };
33 
34 } // end namespace CLAM
35 
36 #endif
37