Go to the documentation of this file.
74 #ifndef vtkWeightedTransformFilter_h
75 #define vtkWeightedTransformFilter_h
77 #include "vtkFiltersHybridModule.h"
104 vtkSetStringMacro(WeightArray);
125 vtkSetStringMacro(TransformIndexArray);
137 vtkSetStringMacro(CellDataWeightArray);
146 vtkSetStringMacro(CellDataTransformIndexArray);
168 virtual void SetNumberOfTransforms(
int num);
169 vtkGetMacro(NumberOfTransforms,
int);
180 vtkGetMacro(AddInputValues,
int);
Superclass for algorithms that produce output of the same type as input.
vtkTypeUInt64 vtkMTimeType
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkPointSetAlgorithm * New()