11#ifndef vtkCellGridBoundsQuery_h 
   12#define vtkCellGridBoundsQuery_h 
   18VTK_ABI_NAMESPACE_BEGIN
 
Fast, simple class for representing and operating on 3D bounds.
 
Compute the geometric bounds of a cell-grid.
 
static vtkCellGridBoundsQuery * New()
 
std::array< double, 6 > Bounds
 
vtkCellGridBoundsQuery()=default
 
void AddBounds(vtkBoundingBox &bbox)
 
~vtkCellGridBoundsQuery() override=default
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void GetBounds(double *bds)
 
bool Initialize() override
Override this if your query-result state requires initialization.
 
Perform an operation on cells in a vtkCellMetadata instance.
 
a simple class to control print indentation
 
#define VTK_SIZEHINT(...)