|
MeVisLab Toolbox Reference
|
#include <CSOGeometry.h>
Public Attributes | |
| double | angle |
| Vector3 | position |
| PositionObj * | predPos |
| PositionObj * | succPos |
Public Attributes inherited from CSOHeapObject | |
| int | heapPosition |
| The position in the heap; -1 means not sorted at all. | |
| double | value |
| Some value for comparison, determining the heap position. | |
Additional Inherited Members | |
Public Member Functions inherited from CSOHeapObject | |
| CSOHeapObject () | |
| void | reset () |
Definition at line 244 of file CSOGeometry.h.
| double ml::CSOGeometry::PositionObj::angle |
Definition at line 247 of file CSOGeometry.h.
| Vector3 ml::CSOGeometry::PositionObj::position |
Definition at line 248 of file CSOGeometry.h.
| PositionObj* ml::CSOGeometry::PositionObj::predPos |
Definition at line 249 of file CSOGeometry.h.
| PositionObj* ml::CSOGeometry::PositionObj::succPos |
Definition at line 250 of file CSOGeometry.h.