42#ifndef vtkAppendDataSets_h
43#define vtkAppendDataSets_h
45#include "vtkFiltersCoreModule.h"
64 vtkGetMacro(MergePoints,
bool);
65 vtkSetMacro(MergePoints,
bool);
66 vtkBooleanMacro(MergePoints,
bool);
78 vtkGetMacro(Tolerance,
double);
87 vtkSetMacro(ToleranceIsAbsolute,
bool);
88 vtkGetMacro(ToleranceIsAbsolute,
bool);
89 vtkBooleanMacro(ToleranceIsAbsolute,
bool);
102 vtkSetMacro(OutputDataSetType,
int);
103 vtkGetMacro(OutputDataSetType,
int);
112 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
113 vtkGetMacro(OutputPointsPrecision,
int);
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
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkAppendDataSets * New()
~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.