MeVisLab Toolbox Reference
|
The CSOSeedPoint can be interactively set and modified and is the framework for contours. More...
#include <CSOSeedPoint.h>
Public Member Functions | |
CSOSeedPoint () | |
Standard constructor. | |
CSOSeedPoint (const CSOSeedPoint &sPoint) | |
Copy constructor. | |
virtual | ~CSOSeedPoint () |
Standard destructor. | |
bool | getNeedsInterpolation () const |
Returns whether this seed point needs interpolation (its incident path points). | |
void | setNeedsInterpolation (bool needsInterpolation) |
Sets that this seed point needs interpolation (its incident path points). | |
Public Attributes | |
Vector3 | worldPosition |
The seed point's world position. | |
CSOPathPoints * | predPathPoints |
A pointer to the preceding path point list. | |
CSOPathPoints * | succPathPoints |
A pointer to the succeeding path point list. | |
The CSOSeedPoint can be interactively set and modified and is the framework for contours.
Points in between those seed points are interpolated, forming the CSOPathPoints list.
Definition at line 34 of file CSOSeedPoint.h.
ml::CSOSeedPoint::CSOSeedPoint | ( | ) |
Standard constructor.
ml::CSOSeedPoint::CSOSeedPoint | ( | const CSOSeedPoint & | sPoint | ) |
Copy constructor.
|
virtual |
Standard destructor.
bool ml::CSOSeedPoint::getNeedsInterpolation | ( | ) | const |
Returns whether this seed point needs interpolation (its incident path points).
Sets that this seed point needs interpolation (its incident path points).
CSOPathPoints* ml::CSOSeedPoint::predPathPoints |
A pointer to the preceding path point list.
Definition at line 51 of file CSOSeedPoint.h.
CSOPathPoints* ml::CSOSeedPoint::succPathPoints |
A pointer to the succeeding path point list.
Definition at line 53 of file CSOSeedPoint.h.
Vector3 ml::CSOSeedPoint::worldPosition |
The seed point's world position.
Definition at line 48 of file CSOSeedPoint.h.