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);
~vtkWarpScalar() override
double * DataNormal(vtkIdType id, vtkDataArray *normals=nullptr)
Superclass for algorithms that produce output of the same type as input.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
static vtkWarpScalar * New()
deform geometry with scalar data
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
abstract superclass for arrays of numeric data
double * InstanceNormal(vtkIdType id, vtkDataArray *normals=nullptr)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double * ZNormal(vtkIdType id, vtkDataArray *normals=nullptr)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
double *(vtkWarpScalar::* PointNormal)(vtkIdType id, vtkDataArray *normals)