Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetMaxPoint
Method
SetMaxPoint
Common/DataModel/vtkBoundingBox.h:643–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
}
642
643
inline void vtkBoundingBox::SetMaxPoint(double p[3])
644
{
645
this->SetMaxPoint(p[0], p[1], p[2]);
646
}
647
648
inline void vtkBoundingBox::GetMinPoint(double& x, double& y, double& z) const
649
{
Callers
9
RequestData
Method · 0.60
GetDataBounds
Method · 0.60
SetBounds
Function · 0.60
TestBox
Function · 0.60
SplitNodeBox
Function · 0.60
SetXMax
Method · 0.60
AllReduce
Method · 0.60
Query
Method · 0.60
RegionIntersectsWithAMR
Method · 0.60
Calls
no outgoing calls
Tested by
1
TestBox
Function · 0.48