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

Method SetPosition

Modules/Core/src/DataManagement/mitkAnnotationProperty.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void mitk::AnnotationProperty::SetPosition(const mitk::Point3D &position)
64{
65 if (m_Position != position)
66 {
67 m_Position = position;
68 this->Modified();
69 }
70}
71
72bool mitk::AnnotationProperty::IsEqual(const BaseProperty &property) const
73{

Callers 9

FromJSONMethod · 0.95
SetCrosshairPositionMethod · 0.45
SetStandardViewMethod · 0.45
AdjustCameraToPlaneMethod · 0.45
TransformActorMethod · 0.45
InitializeMethod · 0.45
Set3dCameraSettingsMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 3

InitializeMethod · 0.36
Set3dCameraSettingsMethod · 0.36