Go to the documentation of this file.
44 #ifndef vtkWarpScalar_h
45 #define vtkWarpScalar_h
47 #include "vtkFiltersGeneralModule.h"
63 vtkSetMacro(ScaleFactor,
double);
64 vtkGetMacro(ScaleFactor,
double);
82 vtkSetVector3Macro(
Normal,
double);
83 vtkGetVectorMacro(
Normal,
double,3);
Superclass for algorithms that produce output of the same type as input.
deform geometry with scalar data
abstract superclass for arrays of numeric data
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.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkPointSetAlgorithm * New()
double *(vtkWarpScalar::* PointNormal)(vtkIdType id, vtkDataArray *normals)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.