#include <istdplug.h>
Public Member Functions |
|
virtual BitArray | GetVertSel ()=0 |
virtual BitArray | GetSegmentSel ()=0 |
virtual BitArray | GetSplineSel ()=0 |
virtual void | SetVertSel (BitArray &set, ISplineSelect *imod, TimeValue t)=0 |
virtual void | SetSegmentSel (BitArray &set, ISplineSelect *imod, TimeValue t)=0 |
virtual void | SetSplineSel (BitArray &set, ISplineSelect *imod, TimeValue t)=0 |
virtual GenericNamedSelSetList & | GetNamedVertSelList ()=0 |
virtual GenericNamedSelSetList & | GetNamedSegmentSelList ()=0 |
virtual GenericNamedSelSetList & | GetNamedSplineSelList ()=0 |
virtual BitArray GetVertSel | ( | ) | [pure virtual] |
Implemented in SplineShape.
virtual BitArray GetSegmentSel | ( | ) | [pure virtual] |
Implemented in SplineShape.
virtual BitArray GetSplineSel | ( | ) | [pure virtual] |
Implemented in SplineShape.
virtual void SetVertSel | ( | BitArray & | set, |
ISplineSelect * | imod, | ||
TimeValue | t | ||
) | [pure virtual] |
Implemented in SplineShape.
virtual void SetSegmentSel | ( | BitArray & | set, |
ISplineSelect * | imod, | ||
TimeValue | t | ||
) | [pure virtual] |
Implemented in SplineShape.
virtual void SetSplineSel | ( | BitArray & | set, |
ISplineSelect * | imod, | ||
TimeValue | t | ||
) | [pure virtual] |
Implemented in SplineShape.
virtual GenericNamedSelSetList& GetNamedVertSelList | ( | ) | [pure virtual] |
Implemented in SplineShape.
virtual GenericNamedSelSetList& GetNamedSegmentSelList | ( | ) | [pure virtual] |
Implemented in SplineShape.
virtual GenericNamedSelSetList& GetNamedSplineSelList | ( | ) | [pure virtual] |
Implemented in SplineShape.