Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetMaxPoint
Method
GetMaxPoint
Common/DataModel/vtkBoundingBox.h:506–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
504
}
505
506
inline const double* vtkBoundingBox::GetMaxPoint() const
507
{
508
return this->MaxPnt;
509
}
510
511
inline void vtkBoundingBox::GetMaxPoint(double x[3]) const
512
{
Callers
15
SplitNodeBox
Function · 0.80
SetBounds
Method · 0.80
SetXMax
Method · 0.80
EvaluateFunction
Method · 0.80
EvaluateGradient
Method · 0.80
PrintSelf
Method · 0.80
GetXMax
Method · 0.80
IsSubsetOf
Method · 0.80
Contains
Method · 0.80
UnitTestPlanesIntersection
Function · 0.80
ProjectBounds
Method · 0.80
UpdateResamplerFrustrumMethod
Method · 0.80
Calls
no outgoing calls
Tested by
2
UnitTestPlanesIntersection
Function · 0.64
ValidateDataset
Function · 0.64