PropertyList: Device optical marker
Definition at line 138 of file fboptical.h.
#include <fboptical.h>
Public Member Functions | |
FBPropertyListMarkerSegment () | |
virtual | ~FBPropertyListMarkerSegment () |
virtual void | RemoveAt (int pIndex) |
Remove property at pIndex. | |
virtual FBOpticalSegment | operator[] (int pIndex) |
[] operator overload. | |
virtual int | GetCount () |
Get the number of properties in the list. | |
virtual int | GetIndexAt (FBTime &pTime) |
Get the segment index at a given time. |
virtual ~FBPropertyListMarkerSegment | ( | ) | [virtual] |
virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove property at pIndex.
pIndex | Index where property is to be removed. |
Implements FBPropertyBasicList.
virtual FBOpticalSegment operator[] | ( | int | pIndex | ) | [virtual] |
[] operator overload.
pIndex | Index of property to access. |
Implements FBPropertyBaseList< FBOpticalSegment >.
virtual int GetCount | ( | ) | [virtual] |
Get the number of properties in the list.
Implements FBPropertyBasicList.
virtual int GetIndexAt | ( | FBTime & | pTime | ) | [virtual] |
Get the segment index at a given time.
pTime | Time to search for segment index. |