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

Method AddVertexAtFront

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

Source from the content-addressed store, hash-verified

72}
73
74void mitk::ContourModel::AddVertexAtFront(const Point3D &vertex, TimeStepType timestep)
75{
76 if (!this->IsEmptyTimeStep(timestep))
77 {
78 this->AddVertexAtFront(vertex, false, timestep);
79 }
80}
81
82void mitk::ContourModel::AddVertexAtFront(const Point3D &vertex, bool isControlPoint, TimeStepType timestep)
83{

Callers 1

UpdateClosureContourMethod · 0.45

Calls 2

IsEmptyTimeStepMethod · 0.95
ModifiedMethod · 0.45

Tested by

no test coverage detected