19 #ifndef vtkAppendPoints_h
20 #define vtkAppendPoints_h
22 #include "vtkFiltersGeneralModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
39 vtkSetStringMacro(InputIdArrayName);
40 vtkGetStringMacro(InputIdArrayName);
53 vtkSetMacro(OutputPointsPrecision,
int);
54 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
int OutputPointsPrecision
a simple class to control print indentation
appends points of one or more vtkPolyData data sets
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.