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

Method SetVertexAt

Modules/ContourModel/src/DataManagement/mitkContourElement.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void mitk::ContourElement::SetVertexAt(VertexSizeType pointId, const Point3D &point)
116{
117 if (this->GetSize() > pointId)
118 {
119 this->m_Vertices[pointId]->Coordinates = point;
120 }
121}
122
123void mitk::ContourElement::SetVertexAt(VertexSizeType pointId, const VertexType *vertex)
124{

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.95

Tested by

no test coverage detected