17#ifndef vtkMergeBlocks_h
18#define vtkMergeBlocks_h
21#include "vtkFiltersParallelModule.h"
23VTK_ABI_NAMESPACE_BEGIN
37 vtkSetMacro(MergePoints,
bool);
38 vtkGetMacro(MergePoints,
bool);
39 vtkBooleanMacro(MergePoints,
bool);
51 vtkGetMacro(Tolerance,
double);
59 vtkSetMacro(ToleranceIsAbsolute,
bool);
60 vtkGetMacro(ToleranceIsAbsolute,
bool);
61 vtkBooleanMacro(ToleranceIsAbsolute,
bool);
71 vtkSetMacro(MergePartitionsOnly,
bool);
72 vtkGetMacro(MergePartitionsOnly,
bool);
73 vtkBooleanMacro(MergePartitionsOnly,
bool);
86 vtkSetMacro(OutputDataSetType,
int);
87 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()