35#ifndef vtkHyperTreeGridVisibleLeavesSize_h
36#define vtkHyperTreeGridVisibleLeavesSize_h
38#include "vtkFiltersHyperTreeModule.h"
44VTK_ABI_NAMESPACE_BEGIN
57 void PrintSelf(ostream& ost,
vtkIndent indent) override;
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
Superclass for algorithms that produce a hyper tree grid as output.
Objects for traversal a HyperTreeGrid.
Generate a cell field equal to 1 if the cell is a valid leaf and 0 otherwise, as well as a size field...
static vtkHyperTreeGridVisibleLeavesSize * New()
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation