PropertyList: Device optical marker
Definition at line 443 of file fboptical.h.
#include <fboptical.h>

Public Member Functions |
|
| FBPropertyListRigidBodyMarkers () | |
| virtual | ~FBPropertyListRigidBodyMarkers () |
| virtual void | Refresh () |
| Refresh marker list. |
|
| virtual void | RemoveAt (int pIndex) |
| Remove property at pIndex. |
|
| virtual HFBModelMarkerOptical | operator[] (int pIndex) |
| [] operator overload. |
|
| virtual int | GetCount () |
| Get the number of properties in the list.
|
|
| virtual int | Add (const char *pName=NULL) |
| Add a new optical marker to the list.
|
|
| virtual int | Add (HFBModelMarkerOptical pItem) |
| Add a new optical marker to the list.
|
|
| virtual ~FBPropertyListRigidBodyMarkers | ( | ) | [virtual] |
| virtual void Refresh | ( | ) | [virtual] |
Refresh marker list.
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove property at pIndex.
| pIndex | Index where property is to be removed. |
Implements FBPropertyBasicList.
| virtual HFBModelMarkerOptical operator[] | ( | int | pIndex | ) | [virtual] |
[] operator overload.
| pIndex | Index of property to access. |
Implements FBPropertyBaseList< HFBModelMarkerOptical >.
| virtual int GetCount | ( | ) | [virtual] |
Get the number of properties in the list.
Implements FBPropertyBasicList.
| virtual int Add | ( | const char * | pName = NULL |
) | [virtual] |
Add a new optical marker to the list.
| pName | Name of new optical marker(default=NULL). |
| virtual int Add | ( | HFBModelMarkerOptical | pItem | ) | [virtual] |
Add a new optical marker to the list.
| pItem | New marker to add to list. |
Implements FBPropertyBaseList< HFBModelMarkerOptical >.