#include <istdplug.h>
template<class T>
class IFFDMod< T >
- See also
- Class Control, Class Point3, Class IPoint3, Class Modifier.
\
- Description:
- This class is an interface into both FFD OS modifiers and also into helper objects for FFD spacewarps.
Given a pointer to ReferenceTarget ref, you can use it as follows:
}
}
Definition: maxtypes.h:67
Definition: istdplug.h:3621
#define FFDNMWSSQUARE_CLASS_ID
maxsdk\samples\modifiers\morpher\wM3.h
Definition: plugapi.h:937
#define FFDNMOSCYL_CLASS_ID
maxsdk\samples\modifiers\morpher\wM3.h
Definition: plugapi.h:940
#define FFD44_CLASS_ID
maxsdk\samples\modifiers\morpher\wM3.h
Definition: plugapi.h:944
#define FFDNMOSSQUARE_CLASS_ID
maxsdk\samples\modifiers\morpher\wM3.h
Definition: plugapi.h:936
#define FFD22_CLASS_ID
maxsdk\samples\modifiers\morpher\wM3.h
Definition: plugapi.h:946
#define FFDNMWSCYL_CLASS_ID
maxsdk\samples\modifiers\morpher\wM3.h
Definition: plugapi.h:941
#define FFD33_CLASS_ID
maxsdk\samples\modifiers\morpher\wM3.h
Definition: plugapi.h:945
◆ NumPts()
◆ NumPtConts()
virtual int NumPtConts |
( |
| ) |
|
|
pure virtual |
◆ GetPtCont()
- Parameters:
- int i
The zero based index of the Control Point.
◆ SetPtCont()
- Parameters:
- int i
The zero based index of the Control Point.
Control *c
Points to the controller to set.
◆ GetPt()
- Parameters:
- int i
The zero based index of the Control Point.
◆ SetPt()
- Parameters:
- int i
The zero based index of the Control Point.
Point3 p
The point to set.
◆ SetGridDim()
- Parameters:
- IPoint3 d
The dimensions to set.
- Default Implementation:
- { }
◆ GetGridDim()
◆ AnimateAll()
virtual void AnimateAll |
( |
| ) |
|
|
inlinevirtual |
- Default Implementation:
- { }
◆ Conform()
- Default Implementation:
- { }
◆ SelectPt()
virtual void SelectPt |
( |
int |
i, |
|
|
BOOL |
sel, |
|
|
BOOL |
clearAll = FALSE |
|
) |
| |
|
inlinevirtual |
- Parameters:
- int i
The zero based index of the Control Point.
BOOL sel
TRUE to select; FALSE to de-selelct.
BOOL clearAll=FALSE
TRUE to clear all the currently selected Control Points before setting the specified one; FALSE to leave the selected points alone.
- Default Implementation:
- { }
◆ PlugControllers()