71 #ifndef vtkWeightedTransformFilter_h
72 #define vtkWeightedTransformFilter_h
74 #include "vtkFiltersHybridModule.h"
101 vtkSetStringMacro(WeightArray);
122 vtkSetStringMacro(TransformIndexArray);
134 vtkSetStringMacro(CellDataWeightArray);
143 vtkSetStringMacro(CellDataTransformIndexArray);
165 virtual
void SetNumberOfTransforms(
int num);
166 vtkGetMacro(NumberOfTransforms,
int);
177 vtkGetMacro(AddInputValues,
int);
182 int NumberOfTransforms;
185 char *CellDataWeightArray;
188 char *CellDataTransformIndexArray;
189 char *TransformIndexArray;
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.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkPointSetAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.