Public Types |
typedef VxStructure_ptr | _ptr_type |
typedef VxStructure_var | _var_type |
Public Methods |
| VxStructure () |
virtual | ~VxStructure () |
virtual const char ** | _OB_ids () const |
StringSeq * | getLevelNames () |
CORBA::Boolean | exist (const char *levelId) |
CORBA::Long | size (const char *levelId) |
CORBA::Boolean | push (const char *level, VxSegmentation_ptr seg) |
CORBA::Boolean | pushFromFile (const char *level, const char *filename) |
VxSegmentation_ptr | get (const char *levelId) |
VxSegment_ptr | getSegment (const char *levelId, CORBA::Long index) |
VxSegment_ptr | mapsToSegment (const char *levelId, CORBA::Long timeSpan) |
VxSegmentation_ptr | getFromInterval (const char *levelId, const VxTimeSpan &timeSpan, CORBA::Boolean complete) |
VxSegmentation_ptr | getWhereInt (const char *levelId, const char *strType, CORBA::Long val) |
VxSegmentation_ptr | getWhereString (const char *levelId, const char *strType, const char *val) |
VxSegmentation_ptr | getShots () |
VxSegmentation_ptr | getEffects () |
CORBA::Long | mapsToIndex (const char *levelId, const VxTimeSpan &timeSpan) |
CORBA::Long | mapsToIndexInt (const char *levelId, CORBA::Long timeSpan) |
LongSeq * | getSegmentBoundaries (const char *levelId, const VxTimeSpan &timeSpan) |
CORBA::Boolean | isContinuous (const char *levelId) |
CORBA::Boolean | isSequential (const char *levelId) |
CORBA::Boolean | isParentOf (const char *levelId1, const char *levelId2) |
CORBA::Boolean | isChildOf (const char *levelId1, const char *levelId2) |
VxStructureEval | compare (const char *levelId, VxSegmentation_ptr foundTruth) |
Static Public Methods |
VxStructure_ptr | _duplicate (VxStructure_ptr p) |
VxStructure_ptr | _nil () |
VxStructure_ptr | _narrow (CORBA::Object_ptr) |
VxStructure_ptr | _narrow (CORBA::AbstractBase_ptr) |
const char ** | _OB_staticIds () |
Static Public Attributes |
const char *const | BLOCKS = "blocks" |
const char *const | SHOTS = "shots" |
const char *const | EFFECTS = "effects" |
const char *const | SCENES = "scenes" |
Protected Methods |
virtual OB::MarshalStubImpl_ptr | _OB_createMarshalStubImpl () |