71 #ifndef vtkWeightedTransformFilter_h 72 #define vtkWeightedTransformFilter_h 74 #include "vtkFiltersHybridModule.h" 101 vtkSetStringMacro(WeightArray);
102 vtkGetStringMacro(WeightArray);
122 vtkSetStringMacro(TransformIndexArray);
123 vtkGetStringMacro(TransformIndexArray);
134 vtkSetStringMacro(CellDataWeightArray);
135 vtkGetStringMacro(CellDataWeightArray);
143 vtkSetStringMacro(CellDataTransformIndexArray);
144 vtkGetStringMacro(CellDataTransformIndexArray);
165 virtual void SetNumberOfTransforms(
int num);
166 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()