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

Method GetVertexList

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

Source from the content-addressed store, hash-verified

596}
597
598mitk::ContourModel::VertexListType mitk::ContourModel::GetVertexList(TimeStepType timestep)
599{
600 VertexListType controlVertices;
601 if (!this->IsEmptyTimeStep(timestep))
602 {
603 controlVertices = *this->m_ContourSeries[timestep]->GetVertexList();
604 }
605 return controlVertices;
606}
607
608void mitk::ContourModel::ClearData()
609{

Callers 4

OnCheckPointClickMethod · 0.45
OnAddPointMethod · 0.45

Calls 1

IsEmptyTimeStepMethod · 0.95

Tested by

no test coverage detected