Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ IsWorldPointInside
Method
IsWorldPointInside
Modules/Core/src/DataManagement/mitkTimeGeometry.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
bool mitk::TimeGeometry::IsWorldPointInside(const mitk::Point3D &p) const
116
{
117
return m_BoundingBox->IsInside(p);
118
}
119
120
void mitk::TimeGeometry::UpdateBoundingBox()
121
{
Callers
3
CheckPointInside_BaseDataPointInside_True
Method · 0.80
CheckPointInside_BaseDataPointOutside_False
Method · 0.80
CreateVtkCrosshair
Method · 0.80
Calls
1
IsInside
Method · 0.45
Tested by
2
CheckPointInside_BaseDataPointInside_True
Method · 0.64
CheckPointInside_BaseDataPointOutside_False
Method · 0.64