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

Method ShiftVertex

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

Source from the content-addressed store, hash-verified

508}
509
510void mitk::ContourModel::ShiftVertex(VertexType *vertex, Vector3D &vector)
511{
512 vertex->Coordinates[0] += vector[0];
513 vertex->Coordinates[1] += vector[1];
514 vertex->Coordinates[2] += vector[2];
515}
516
517void mitk::ContourModel::Clear(TimeStepType timestep)
518{

Callers 2

ShiftSelectedVertexMethod · 0.95
ShiftContourMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected