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

Method GetLengths

Common/DataModel/vtkBoundingBox.h:534–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534inline void vtkBoundingBox::GetLengths(double lengths[3]) const
535{
536 lengths[0] = this->GetLength(0);
537 lengths[1] = this->GetLength(1);
538 lengths[2] = this->GetLength(2);
539}
540
541inline void vtkBoundingBox::GetCenter(double center[3]) const
542{

Callers 6

GetMaxLengthMethod · 0.95
GetDiagonalLength2Method · 0.95
ComputeDivisionsMethod · 0.95
CalculateFrustumFitMethod · 0.80
MarkValidDimensionsMethod · 0.80
GetNearestPointRadiusFunction · 0.80

Calls 1

GetLengthMethod · 0.95

Tested by

no test coverage detected