Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetMinPoint
Method
GetMinPoint
Common/DataModel/vtkBoundingBox.h:494–497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
492
}
493
494
inline const double* vtkBoundingBox::GetMinPoint() const
495
{
496
return this->MinPnt;
497
}
498
499
inline void vtkBoundingBox::GetMinPoint(double x[3]) const
500
{
Callers
15
GetOriginAndSpacing
Method · 0.80
operator()
Function · 0.80
SplitNodeBox
Function · 0.80
IntersectWithLine
Method · 0.80
SetBounds
Method · 0.80
SetXMin
Method · 0.80
EvaluateFunction
Method · 0.80
EvaluateGradient
Method · 0.80
PrintSelf
Method · 0.80
GetXMin
Method · 0.80
PrintSelf
Method · 0.80
GetOrigin
Method · 0.80
Calls
no outgoing calls
Tested by
3
UnitTestPlanesIntersection
Function · 0.64
TestAlignImageDataSetFilter
Function · 0.64
ValidateDataset
Function · 0.64