Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
529
inline double vtkBoundingBox::GetLength(int i) const
530
{
531
return this->MaxPnt[i] - this->MinPnt[i];
532
}
533
534
inline void vtkBoundingBox::GetLengths(double lengths[3]) const
535
{
Callers
1
GetLengths
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected