45 #ifndef vtkAppendDataSets_h
46 #define vtkAppendDataSets_h
48 #include "vtkFiltersCoreModule.h"
51 VTK_ABI_NAMESPACE_BEGIN
68 vtkGetMacro(MergePoints,
bool);
69 vtkSetMacro(MergePoints,
bool);
70 vtkBooleanMacro(MergePoints,
bool);
82 vtkGetMacro(Tolerance,
double);
91 vtkSetMacro(ToleranceIsAbsolute,
bool);
92 vtkGetMacro(ToleranceIsAbsolute,
bool);
93 vtkBooleanMacro(ToleranceIsAbsolute,
bool);
106 vtkSetMacro(OutputDataSetType,
int);
107 vtkGetMacro(OutputDataSetType,
int);
116 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
117 vtkGetMacro(OutputPointsPrecision,
int);
163 VTK_ABI_NAMESPACE_END
Appends one or more datasets together into a single output vtkPointSet.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
static vtkAppendDataSets * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkAppendDataSets() override
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
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.
int OutputPointsPrecision
maintain an unordered list of dataset objects
abstract class to specify dataset behavior
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.