35#ifndef vtkHyperTreeGridCellCenters_h 
   36#define vtkHyperTreeGridCellCenters_h 
   39#include "vtkFiltersHyperTreeModule.h"  
   41VTK_ABI_NAMESPACE_BEGIN
 
dynamic, self-adjusting array of bits
 
generate points at center of cells
 
represent and manipulate attribute data in a dataset
 
generate points at center of hyper tree grid leaf cell centers.
 
vtkDataSetAttributes * InData
 
vtkDataSetAttributes * OutData
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
~vtkHyperTreeGridCellCenters() override
 
void RecursivelyProcessTree(vtkHyperTreeGridNonOrientedGeometryCursor *)
Recursively descend into tree down to leaves.
 
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
 
vtkPointData * OutPointData
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkHyperTreeGridCellCenters()
 
vtkPointData * InPointData
 
static vtkHyperTreeGridCellCenters * New()
 
virtual void ProcessTrees()
Main routine to process individual trees in the grid.
 
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
 
Objects for traversal a HyperTreeGrid.
 
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
 
a simple class to control print indentation
 
represent and manipulate point attribute data
 
represent and manipulate 3D points
 
concrete dataset represents vertices, lines, polygons, and triangle strips