This reference page is linked to from the following overview topics: FBModel - Transformation Data and the Scene Graph, Optical devices.
Optical model class.
Definition at line 594 of file fboptical.h.
#include <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] |
| virtual bool ExportSetup | ( | ) | [virtual] |
| 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.