63 bool _needsInterpolation;
#define MLCSO_EXPORT
Defines export symbols for classes, so they can be used in other DLLs.
The CSOPathPoints is a list of world coordinates which are interpolated by a certain interpolation sc...
The CSOSeedPoint can be interactively set and modified and is the framework for contours.
bool getNeedsInterpolation() const
Returns whether this seed point needs interpolation (its incident path points).
virtual ~CSOSeedPoint()
Standard destructor.
void setNeedsInterpolation(bool needsInterpolation)
Sets that this seed point needs interpolation (its incident path points).
CSOPathPoints * predPathPoints
A pointer to the preceding path point list.
CSOSeedPoint()
Standard constructor.
CSOPathPoints * succPathPoints
A pointer to the succeeding path point list.
Vector3 worldPosition
The seed point's world position.
CSOSeedPoint(const CSOSeedPoint &sPoint)
Copy constructor.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.