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

Method AddVertex

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

Source from the content-addressed store, hash-verified

48}
49
50void mitk::ContourModel::AddVertex(const Point3D &vertex, TimeStepType timestep)
51{
52 if (!this->IsEmptyTimeStep(timestep))
53 {
54 this->AddVertex(vertex, false, timestep);
55 }
56}
57
58void mitk::ContourModel::AddVertex(const Point3D &vertex, bool isControlPoint, TimeStepType timestep)
59{

Callers 15

PaintBrushAtMethod · 0.45
OnMousePressedMethod · 0.45
OnMouseMovedMethod · 0.45
UpdateLiveWireMethod · 0.45
CreateBrushContourMethod · 0.45
CreateGapContourMethod · 0.45
MouseMovedMethod · 0.45
OnInitContourMethod · 0.45
UpdatePreviewContourMethod · 0.45

Calls 2

IsEmptyTimeStepMethod · 0.95
ModifiedMethod · 0.45

Tested by

no test coverage detected