14#ifndef vtkHyperTreeGridValidCellStrategy_h
15#define vtkHyperTreeGridValidCellStrategy_h
17#include "vtkFiltersHyperTreeModule.h"
21VTK_ABI_NAMESPACE_BEGIN
dynamic, self-adjusting array of bits
abstract superclass for arrays of numeric data
Abstract class for field definition used by vtkHyperTreeGridGenerateFields.
virtual void Compute(vtkHyperTreeGridNonOrientedGeometryCursor *)
Reimplement to compute the data for the current cell.
virtual void Initialize(vtkHyperTreeGrid *vtkMaybeUnused(inputHTG))
Reimplement to initialize internal structures based on the given input HTG.
Objects for traversal a HyperTreeGrid.
Define the ValidCell field used in vtkHyperTreeGridGenerateFields.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Initialize(vtkHyperTreeGrid *inputHTG) override
Init internal variables from inputHTG.
static vtkHyperTreeGridValidCellStrategy * New()
void Compute(vtkHyperTreeGridNonOrientedGeometryCursor *cursor) override
Compute validity of the current cell.
vtkDataArray * GetAndFinalizeArray() override
Return a vtkBitArray containing the validity of each cell.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
Allocate and hold a VTK object.
dynamic, self-adjusting array of unsigned char