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

Method ShiftSelectedVertex

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

Source from the content-addressed store, hash-verified

482}
483
484void mitk::ContourModel::ShiftSelectedVertex(Vector3D &translate)
485{
486 if (this->m_SelectedVertex)
487 {
488 this->ShiftVertex(this->m_SelectedVertex, translate);
489 this->Modified();
490 this->m_UpdateBoundingBox = true;
491 }
492}
493
494void mitk::ContourModel::ShiftContour(Vector3D &translate, TimeStepType timestep)
495{

Callers 2

OnMovePointMethod · 0.80
TestMoveSelectedVertexFunction · 0.80

Calls 2

ShiftVertexMethod · 0.95
ModifiedMethod · 0.45

Tested by 1

TestMoveSelectedVertexFunction · 0.64