MCPcopy Create free account
hub / github.com/Kitware/VTK / GetBounds

Method GetBounds

Common/DataModel/vtkCell.cxx:475–478  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Compute cell bounding box (xmin,xmax,ymin,ymax,zmin,zmax). Copy result into user provided array.

Source from the content-addressed store, hash-verified

473// Compute cell bounding box (xmin,xmax,ymin,ymax,zmin,zmax). Copy result into
474// user provided array.
475void vtkCell::GetBounds(double bounds[6])
476{
477 vtkBoundingBox::ComputeBounds(this->Points, bounds);
478}
479
480//----------------------------------------------------------------------------
481// Compute cell bounding box (xmin,xmax,ymin,ymax,zmin,zmax). Return pointer

Callers 4

IntersectWithCellMethod · 0.95
GetLength2Method · 0.95
PrintSelfMethod · 0.95
runMethod · 0.95

Calls 1

ComputeBoundsFunction · 0.70

Tested by

no test coverage detected