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 238 of file CSOGeometry.h.
double ml::CSOGeometry::PositionObj::angle |
Definition at line 241 of file CSOGeometry.h.
Vector3 ml::CSOGeometry::PositionObj::position |
Definition at line 242 of file CSOGeometry.h.
PositionObj* ml::CSOGeometry::PositionObj::predPos |
Definition at line 243 of file CSOGeometry.h.
PositionObj* ml::CSOGeometry::PositionObj::succPos |
Definition at line 244 of file CSOGeometry.h.