45 #ifndef vtkAppendDataSets_h
46 #define vtkAppendDataSets_h
48 #include "vtkFiltersCoreModule.h"
67 vtkGetMacro(MergePoints,
bool);
68 vtkSetMacro(MergePoints,
bool);
69 vtkBooleanMacro(MergePoints,
bool);
81 vtkGetMacro(Tolerance,
double);
90 vtkSetMacro(ToleranceIsAbsolute,
bool);
91 vtkGetMacro(ToleranceIsAbsolute,
bool);
92 vtkBooleanMacro(ToleranceIsAbsolute,
bool);
105 vtkSetMacro(OutputDataSetType,
int);
106 vtkGetMacro(OutputDataSetType,
int);
115 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
116 vtkGetMacro(OutputPointsPrecision,
int);
maintain an unordered list of dataset objects
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
Appends one or more datasets together into a single output vtkPointSet.
static vtkPointSetAlgorithm * New()
int OutputPointsPrecision