18#ifndef vtkMergeBlocks_h
19#define vtkMergeBlocks_h
22#include "vtkFiltersParallelModule.h"
24VTK_ABI_NAMESPACE_BEGIN
38 vtkSetMacro(MergePoints,
bool);
39 vtkGetMacro(MergePoints,
bool);
40 vtkBooleanMacro(MergePoints,
bool);
52 vtkGetMacro(Tolerance,
double);
60 vtkSetMacro(ToleranceIsAbsolute,
bool);
61 vtkGetMacro(ToleranceIsAbsolute,
bool);
62 vtkBooleanMacro(ToleranceIsAbsolute,
bool);
72 vtkSetMacro(MergePartitionsOnly,
bool);
73 vtkGetMacro(MergePartitionsOnly,
bool);
74 vtkBooleanMacro(MergePartitionsOnly,
bool);
87 vtkSetMacro(OutputDataSetType,
int);
88 vtkGetMacro(OutputDataSetType,
int);
Superclass for algorithms that produce only data object as output.
a simple class to control print indentation
merges blocks in a composite dataset to a dataset.
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
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.
~vtkMergeBlocks() override
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
static vtkMergeBlocks * New()