 |
VTK
9.0.20210301
|
Go to the documentation of this file.
38 #ifndef vtkWarpScalar_h
39 #define vtkWarpScalar_h
41 #include "vtkFiltersGeneralModule.h"
63 vtkSetMacro(ScaleFactor,
double);
64 vtkGetMacro(ScaleFactor,
double);
83 vtkGetVectorMacro(
Normal,
double, 3);
103 vtkSetMacro(OutputPointsPrecision,
int);
104 vtkGetMacro(OutputPointsPrecision,
int);
~vtkWarpScalar() override
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()
Standard methods for instantiation, obtaining type information, and printing.
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
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int OutputPointsPrecision