 |
VTK
9.0.1
|
Go to the documentation of this file.
35 #ifndef vtkAppendDataSets_h
36 #define vtkAppendDataSets_h
38 #include "vtkFiltersCoreModule.h"
57 vtkGetMacro(MergePoints,
bool);
58 vtkSetMacro(MergePoints,
bool);
59 vtkBooleanMacro(MergePoints,
bool);
71 vtkGetMacro(Tolerance,
double);
80 vtkSetMacro(ToleranceIsAbsolute,
bool);
81 vtkGetMacro(ToleranceIsAbsolute,
bool);
82 vtkBooleanMacro(ToleranceIsAbsolute,
bool);
95 vtkSetMacro(OutputDataSetType,
int);
96 vtkGetMacro(OutputDataSetType,
int);
105 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
106 vtkGetMacro(OutputPointsPrecision,
int);
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
Superclass for algorithms that produce output of the same type as input.
~vtkAppendDataSets() override
static vtkAppendDataSets * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
abstract class to specify dataset behavior
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
maintain an unordered list of dataset objects
int OutputPointsPrecision
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
Appends one or more datasets together into a single output vtkPointSet.