21#ifndef vtkMergeBlocks_h
22#define vtkMergeBlocks_h
25#include "vtkFiltersParallelModule.h"
27VTK_ABI_NAMESPACE_BEGIN
41 vtkSetMacro(MergePoints,
bool);
42 vtkGetMacro(MergePoints,
bool);
43 vtkBooleanMacro(MergePoints,
bool);
55 vtkGetMacro(Tolerance,
double);
63 vtkSetMacro(ToleranceIsAbsolute,
bool);
64 vtkGetMacro(ToleranceIsAbsolute,
bool);
65 vtkBooleanMacro(ToleranceIsAbsolute,
bool);
75 vtkSetMacro(MergePartitionsOnly,
bool);
76 vtkGetMacro(MergePartitionsOnly,
bool);
77 vtkBooleanMacro(MergePartitionsOnly,
bool);
90 vtkSetMacro(OutputDataSetType,
int);
91 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()