74 #ifndef vtkWeightedTransformFilter_h 75 #define vtkWeightedTransformFilter_h 77 #include "vtkFiltersHybridModule.h" 104 vtkSetStringMacro(WeightArray);
105 vtkGetStringMacro(WeightArray);
125 vtkSetStringMacro(TransformIndexArray);
126 vtkGetStringMacro(TransformIndexArray);
137 vtkSetStringMacro(CellDataWeightArray);
138 vtkGetStringMacro(CellDataWeightArray);
146 vtkSetStringMacro(CellDataTransformIndexArray);
147 vtkGetStringMacro(CellDataTransformIndexArray);
168 virtual void SetNumberOfTransforms(
int num);
169 vtkGetMacro(NumberOfTransforms,
int);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce output of the same type as input.
static vtkPointSetAlgorithm * New()