73 #ifndef vtkWeightedTransformFilter_h
74 #define vtkWeightedTransformFilter_h
99 vtkSetStringMacro(WeightArray);
100 vtkGetStringMacro(WeightArray);
116 vtkSetStringMacro(TransformIndexArray);
117 vtkGetStringMacro(TransformIndexArray);
125 vtkSetStringMacro(CellDataWeightArray);
126 vtkGetStringMacro(CellDataWeightArray);
132 vtkSetStringMacro(CellDataTransformIndexArray);
133 vtkGetStringMacro(CellDataTransformIndexArray);
151 virtual void SetNumberOfTransforms(
int num);
152 vtkGetMacro(NumberOfTransforms,
int);
160 vtkBooleanMacro(AddInputValues,
int);
161 vtkSetMacro(AddInputValues,
int);
162 vtkGetMacro(AddInputValues,
int);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual unsigned long GetMTime()
a simple class to control print indentation
#define VTKFILTERSHYBRID_EXPORT
Superclass for algorithms that produce output of the same type as input.
static vtkPointSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)