50#ifndef vtkWarpScalar_h
51#define vtkWarpScalar_h
53#include "vtkFiltersGeneralModule.h"
75 vtkSetMacro(ScaleFactor,
double);
76 vtkGetMacro(ScaleFactor,
double);
94 vtkSetVector3Macro(Normal,
double);
95 vtkGetVectorMacro(Normal,
double, 3);
115 vtkSetMacro(OutputPointsPrecision,
int);
116 vtkGetMacro(OutputPointsPrecision,
int);
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.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkWarpScalar * New()
Standard methods for instantiation, obtaining type information, and printing.
int OutputPointsPrecision
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.