|
| LambdaAnchor (string id) |
|
| RelativeTimeIntervalAnchor (string id, double begin, double end) |
|
| IntervalAnchor (string id, double begin, double end) |
|
double | getBegin () |
|
double | getEnd () |
|
void | setBegin (double b) |
|
void | setEnd (double e) |
|
| ContentAnchor (string id) |
|
| Anchor (string id) |
|
| InterfacePoint (string someId) |
|
| Entity (string someId) |
|
void | printHierarchy () |
|
bool | instanceOf (string s) |
|
int | compareTo (Entity *otherEntity) |
|
string | getId () |
|
int | hashCode () |
|
virtual void | setId (string someId) |
|
virtual string | toString () |
|
virtual Entity * | getDataEntity () |
|
|
static bool | isObjectDuration (double value) |
|
static bool | hasInstance (Entity *instance, bool eraseFromList) |
|
static const double | OBJECT_DURATION = infinity() |
|
static const short | CAT_NONE = 0x00 |
|
static const short | CAT_ALL = 0x01 |
|
static const short | CAT_TIME = 0x02 |
|
static const short | CAT_SAMPLES = 0x03 |
|
static const short | CAT_FRAMES = 0x04 |
|
static const short | CAT_NPT = 0x05 |
|
double | begin |
|
double | end |
|
set< string > | typeSet |
|
The documentation for this class was generated from the following files:
- ncl30/include/ncl/interfaces/LambdaAnchor.h
- ncl30/src/interfaces/LambdaAnchor.cpp