This new class extends EPoly with new functionality, in particular the ability for epoly to support manipulate grips.
#include <iepoly.h>

Protected Types |
|
| enum | ManipulateGrips
{ eSoftSelFalloff = 0, eSoftSelPinch, eSoftSelBubble, eSetFlow, eLoopShift, eRingShift, eEdgeCrease, eEdgeWeight, eVertexWeight } |
Protected Member Functions |
|
| virtual void | SetManipulateGrip (bool on, ManipulateGrips item)=0 |
| Turns the manipulate grip item on or off.
|
|
| virtual bool | GetManipulateGrip (ManipulateGrips item)=0 |
| Get whether or not this manipulator item is
on or not. |
|
Friends |
|
| class | EPolyManipulatorGrip_Imp |
friend class EPolyManipulatorGrip_Imp
[friend] |