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

Method SetCornerPosition

Modules/Annotation/src/mitkLogoAnnotation.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void mitk::LogoAnnotation::SetCornerPosition(const int &corner)
141{
142 SetIntProperty("Annotation.CornerPosition", corner);
143 Modified();
144}
145
146int mitk::LogoAnnotation::GetCornerPosition() const
147{

Callers 3

RenderMbiLogoMethod · 0.45
UpdateVtkAnnotationMethod · 0.45
SetupLogoMethod · 0.45

Calls 1

ModifiedFunction · 0.85

Tested by 1

RenderMbiLogoMethod · 0.36