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

Method GetCellsBounds

Common/DataModel/vtkPolyData.cxx:409–416  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

407
408//------------------------------------------------------------------------------
409void vtkPolyData::GetCellsBounds(double bounds[6])
410{
411 this->ComputeCellsBounds();
412 for (int i = 0; i < 6; i++)
413 {
414 bounds[i] = this->CellsBounds[i];
415 }
416}
417
418//------------------------------------------------------------------------------
419// Set the cell array defining vertices.

Callers 10

PrintSelfMethod · 0.95
TestGetBounds2.pyFile · 0.80
ComputeBoundsMethod · 0.80
ComputeBoundsMethod · 0.80
ComputeBoundsMethod · 0.80
GetBoundsInternalMethod · 0.80
GetBoundsMethod · 0.80
ComputeBoundsMethod · 0.80
ComputeBoundsMethod · 0.80

Calls 1

ComputeCellsBoundsMethod · 0.95

Tested by

no test coverage detected