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

Method IsNearContour

Modules/ContourModel/src/DataManagement/mitkContourModel.cpp:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289bool mitk::ContourModel::IsNearContour(Point3D &point, float eps, TimeStepType timestep) const
290{
291 if (!this->IsEmptyTimeStep(timestep))
292 {
293 return this->m_ContourSeries[timestep]->IsNearContour(point, eps);
294 }
295 return false;
296}
297
298bool mitk::ContourModel::GetLineSegmentForPoint(const mitk::Point3D& point,
299 float eps, TimeStepType timestep,

Callers 1

IsHoveringMethod · 0.45

Calls 1

IsEmptyTimeStepMethod · 0.95

Tested by

no test coverage detected