28 #ifndef vtkAppendPoints_h
29 #define vtkAppendPoints_h
31 #include "vtkFiltersGeneralModule.h"
47 vtkSetStringMacro(InputIdArrayName);
62 vtkGetMacro(OutputPointsPrecision,
int);
72 int FillInputPortInformation(
int, vtkInformation *) VTK_OVERRIDE;
74 char* InputIdArrayName;
75 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.