38 #ifndef vtkWarpScalar_h
39 #define vtkWarpScalar_h
41 #include "vtkFiltersGeneralModule.h"
57 vtkSetMacro(ScaleFactor,
double);
58 vtkGetMacro(ScaleFactor,
double);
77 vtkGetVectorMacro(
Normal,
double, 3);
abstract superclass for arrays of numeric data
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
deform geometry with scalar data
~vtkWarpScalar() override
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
double * DataNormal(vtkIdType id, vtkDataArray *normals=nullptr)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double * InstanceNormal(vtkIdType id, vtkDataArray *normals=nullptr)
double *(vtkWarpScalar::* PointNormal)(vtkIdType id, vtkDataArray *normals)
double * ZNormal(vtkIdType id, vtkDataArray *normals=nullptr)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkWarpScalar * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.