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

Method GetDiagonalLength

Common/DataModel/vtkBoundingBox.cxx:377–380  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

375
376//------------------------------------------------------------------------------
377double vtkBoundingBox::GetDiagonalLength() const
378{
379 return std::sqrt(this->GetDiagonalLength2());
380}
381
382//------------------------------------------------------------------------------
383// Description:

Callers 10

RenderMethod · 0.45
GetBoundsInternalMethod · 0.45
TestBSPTreeFunction · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
GetNearestPointRadiusFunction · 0.45
RequestDataMethod · 0.45

Calls 2

GetDiagonalLength2Method · 0.95
sqrtFunction · 0.50

Tested by 4

TestBSPTreeFunction · 0.36