#include <fboptical.h>
Definition at line 594 of file fboptical.h.
Public Member Functions |
|
FBModelOptical (char *pName, HIObject pObject=NULL) | |
Constructor. |
|
virtual bool | ImportSetup () |
Setup importation for optical model.
|
|
virtual bool | ExportSetup () |
Setup exportation from optical model.
|
|
virtual void | ClearSegments (bool pUnUsedOnly=true) |
Clear the segments (by default only the
unused). |
|
Public Attributes |
|
FBPropertyDouble | MarkerSize |
Read Write Property: Size of markers.
|
|
FBPropertyTime | SamplingStart |
Read Write Property: Sampling start
time. |
|
FBPropertyTime | SamplingStop |
Read Write Property:Sampling stop
time. |
|
FBPropertyTime | SamplingPeriod |
Read Write Property:Sampling period.
|
|
FBPropertyListModelMarkerOptical | Markers |
List: Markers. |
|
FBPropertyListOpticalSegment | Segments |
List: Segments. |
|
FBPropertyListRigidBody | RigidBodies |
List: Rigid bodies. |
FBModelOptical | ( | char * | pName, | |
HIObject | pObject = NULL |
|||
) |
Constructor.
pName | Name of optical model. | |
pObject | Internal parent object(default=NULL). |
virtual bool ImportSetup | ( | ) | [virtual] |
Setup importation for optical model.
virtual bool ExportSetup | ( | ) | [virtual] |
Setup exportation from optical model.
virtual void ClearSegments | ( | bool | pUnUsedOnly = true |
) | [virtual] |
Clear the segments (by default only the unused).
pUnUsedOnly | Clear only the unused segments if true(default=true). |
Read Write Property: Size of markers.
Definition at line 619 of file fboptical.h.
Read Write Property: Sampling start time.
Definition at line 620 of file fboptical.h.
Read Write Property:Sampling stop time.
Definition at line 621 of file fboptical.h.
Read Write Property:Sampling period.
Definition at line 622 of file fboptical.h.
List: Markers.
Definition at line 624 of file fboptical.h.
List: Segments.
Definition at line 625 of file fboptical.h.
List: Rigid bodies.
Definition at line 626 of file fboptical.h.