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

Method GetLength

Common/DataModel/vtkBoundingBox.h:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529inline double vtkBoundingBox::GetLength(int i) const
530{
531 return this->MaxPnt[i] - this->MinPnt[i];
532}
533
534inline void vtkBoundingBox::GetLengths(double lengths[3]) const
535{

Callers 1

GetLengthsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected