31 #ifndef vtkAppendPoints_h
32 #define vtkAppendPoints_h
34 #include "vtkFiltersGeneralModule.h"
50 vtkSetStringMacro(InputIdArrayName);
65 vtkGetMacro(OutputPointsPrecision,
int);
75 int FillInputPortInformation(
int, vtkInformation *) VTK_OVERRIDE;
77 char* InputIdArrayName;
78 int OutputPointsPrecision;
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
appends points of one or more vtkPolyData data sets
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.