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

Method GetControlVertices

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

Source from the content-addressed store, hash-verified

586}
587
588mitk::ContourModel::VertexListType mitk::ContourModel::GetControlVertices(TimeStepType timestep)
589{
590 VertexListType controlVertices;
591 if (!this->IsEmptyTimeStep(timestep))
592 {
593 controlVertices = this->m_ContourSeries[timestep]->GetControlVertices();
594 }
595 return controlVertices;
596}
597
598mitk::ContourModel::VertexListType mitk::ContourModel::GetVertexList(TimeStepType timestep)
599{

Callers 2

OnCheckPointClickMethod · 0.45
OnEndDrawingMethod · 0.45

Calls 1

IsEmptyTimeStepMethod · 0.95

Tested by

no test coverage detected