86#ifndef vtkWarpVector_h
87#define vtkWarpVector_h
89#include "vtkFiltersGeneralModule.h"
92VTK_ABI_NAMESPACE_BEGIN
110 vtkSetMacro(ScaleFactor,
double);
111 vtkGetMacro(ScaleFactor,
double);
121 vtkSetMacro(OutputPointsPrecision,
int);
122 vtkGetMacro(OutputPointsPrecision,
int);
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
deform geometry with vector data
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
static vtkWarpVector * New()
Standard methods for instantiation, obtaining type information, and printing.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing.
int OutputPointsPrecision
~vtkWarpVector() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.