MCPcopy Create free account
hub / github.com/MITK/MITK / IsInside

Method IsInside

Modules/Core/src/DataManagement/mitkBaseGeometry.cpp:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387bool mitk::BaseGeometry::IsInside(const mitk::Point3D &p) const
388{
389 mitk::Point3D index;
390 WorldToIndex(p, index);
391 return IsIndexInside(index);
392}
393
394bool mitk::BaseGeometry::IsIndexInside(const mitk::Point3D &index) const
395{

Callers 15

ClampPointMethod · 0.95
CalculateCoOcMatrixFunction · 0.45
CalculateNGLDMMatrixFunction · 0.45
CalculateGlSZMatrixFunction · 0.45
CalculateGlSZMatrixFunction · 0.45
TestIsInsideMethod · 0.45
AddPointMethod · 0.45
IsWorldPointInsideMethod · 0.45
IsIndexInsideMethod · 0.45

Calls 2

WorldToIndexFunction · 0.85
IsIndexInsideFunction · 0.85

Tested by 3

TestIsInsideMethod · 0.36