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

Method SetOffsetVector

Modules/Annotation/src/mitkLogoAnnotation.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void mitk::LogoAnnotation::SetOffsetVector(const Point2D &OffsetVector)
126{
127 mitk::Point2dProperty::Pointer OffsetVectorProperty = mitk::Point2dProperty::New(OffsetVector);
128 SetProperty("Annotation.OffsetVector", OffsetVectorProperty.GetPointer());
129 Modified();
130}
131
132mitk::Point2D mitk::LogoAnnotation::GetOffsetVector() const
133{

Callers 7

mainFunction · 0.45
RenderMbiLogoMethod · 0.45
Render2DAnnotationMethod · 0.45
Render3DAnnotationMethod · 0.45
TextAnnotation3DMethod · 0.45
TextAnnotation2DMethod · 0.45
SetupLogoMethod · 0.45

Calls 3

ModifiedFunction · 0.85
GetPointerMethod · 0.80
NewFunction · 0.50

Tested by 3

RenderMbiLogoMethod · 0.36
Render2DAnnotationMethod · 0.36
Render3DAnnotationMethod · 0.36