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

Method IsClosed

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

Source from the content-addressed store, hash-verified

373}
374
375bool mitk::ContourModel::IsClosed(int timestep) const
376{
377 if (!this->IsEmptyTimeStep(timestep))
378 {
379 return this->m_ContourSeries[timestep]->IsClosed();
380 }
381 return false;
382}
383
384bool mitk::ContourModel::SelectControlVertexAt(const Point3D &point, float eps, TimeStepType timestep)
385{

Callers 10

WriteXMLMethod · 0.45
GenerateDataMethod · 0.45
GenerateDataMethod · 0.45
InternalDrawContourMethod · 0.45
ConcatenateMethod · 0.45
InitializeMethod · 0.45
OpenAndCloseMethod · 0.45
TestIsclosedFunction · 0.45
TestInvalidTimeStepFunction · 0.45

Calls 1

IsEmptyTimeStepMethod · 0.95

Tested by 3

OpenAndCloseMethod · 0.36
TestIsclosedFunction · 0.36
TestInvalidTimeStepFunction · 0.36