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

Method TextAnnotation3D

Modules/Annotation/src/mitkTextAnnotation3D.cpp:23–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include <vtkVectorText.h>
22
23mitk::TextAnnotation3D::TextAnnotation3D()
24{
25 mitk::Point3D position;
26 position.Fill(0);
27 this->SetPosition3D(position);
28 this->SetOffsetVector(position);
29 this->SetText("");
30 this->SetFontSize(20);
31 this->SetColor(1.0, 1.0, 1.0);
32}
33
34mitk::TextAnnotation3D::~TextAnnotation3D()
35{

Callers

nothing calls this directly

Calls 6

SetPosition3DMethod · 0.80
FillMethod · 0.45
SetOffsetVectorMethod · 0.45
SetTextMethod · 0.45
SetFontSizeMethod · 0.45
SetColorMethod · 0.45

Tested by

no test coverage detected