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

Method SetPosition3D

Modules/Annotation/src/mitkVtkAnnotation3D.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void mitk::VtkAnnotation3D::SetPosition3D(const Point3D &position3D)
27{
28 mitk::Point3dProperty::Pointer position3dProperty = mitk::Point3dProperty::New(position3D);
29 SetProperty("VtkAnnotation3D.Position3D", position3dProperty.GetPointer());
30}
31
32mitk::Point3D mitk::VtkAnnotation3D::GetPosition3D() const
33{

Callers 4

mainFunction · 0.80
Render3DAnnotationMethod · 0.80
Render3DAnnotationMethod · 0.80
TextAnnotation3DMethod · 0.80

Calls 2

GetPointerMethod · 0.80
NewFunction · 0.50

Tested by 2

Render3DAnnotationMethod · 0.64
Render3DAnnotationMethod · 0.64