IFFDMod< T > Class Template Reference
         
    
#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:
  
  | 
        
          | virtual int NumPtConts | ( |  | ) |  |  | pure virtual | 
 
 
- Parameters:
- int i
 
 The zero based index of the Control Point.
 
 
- Parameters:
- int i
 
 The zero based index of the Control Point.
 
 Control *c
 
 Points to the controller to set.
 
 
- Parameters:
- int i
 
 The zero based index of the Control Point.
 
 
- Parameters:
- int i
 
 The zero based index of the Control Point.
 
 Point3 p
 
 The point to set.
 
 
- Parameters:
- IPoint3 d
 
 The dimensions to set.
- Default Implementation:
- { } 
 
 
  
  | 
        
          | virtual void AnimateAll | ( |  | ) |  |  | inlinevirtual | 
 
- Default Implementation:
- { } 
 
 
- Default Implementation:
- { } 
 
 
  
  | 
        
          | 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:
- { }