|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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);
 
  
Superclass for algorithms that produce output of the same type as input.
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
static vtkPointSetAlgorithm * New()
vtkTypeUInt32 vtkMTimeType