35#ifndef vtkHyperTreeGridVisibleLeavesSize_h
36#define vtkHyperTreeGridVisibleLeavesSize_h
38#include "vtkFiltersHyperTreeModule.h"
44VTK_ABI_NAMESPACE_BEGIN
64 vtkGetMacro(CellSizeArrayName,
std::
string);
65 vtkSetMacro(CellSizeArrayName,
std::
string);
73 vtkGetMacro(ValidCellArrayName,
std::
string);
74 vtkSetMacro(ValidCellArrayName,
std::
string);
95 std::
string CellSizeArrayName =
"CellSize";
96 std::
string ValidCellArrayName =
"ValidCell";
99 std::unique_ptr<vtkInternal> Internal;
general representation of visualization data
vtkHyperTreeGridAlgorithm()
Objects for traversal a HyperTreeGrid.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main filter routine : iterate over the trees and fill output array structures.
void PrintSelf(ostream &ost, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkHyperTreeGridVisibleLeavesSize * New()
vtkHyperTreeGridVisibleLeavesSize()
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation