MCPcopy Create free account
hub / github.com/Kitware/VTK / GetTextActor

Method GetTextActor

Interaction/Widgets/vtkTextWidget.cxx:41–52  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

39
40//------------------------------------------------------------------------------
41vtkTextActor* vtkTextWidget::GetTextActor()
42{
43 vtkTextRepresentation* textRep = reinterpret_cast<vtkTextRepresentation*>(this->WidgetRep);
44 if (!textRep)
45 {
46 return nullptr;
47 }
48 else
49 {
50 return textRep->GetTextActor();
51 }
52}
53
54//------------------------------------------------------------------------------
55void vtkTextWidget::CreateDefaultRepresentation()

Callers 12

SetTextActorMethod · 0.80
BuildRepresentationMethod · 0.80
testTextWidgetMethod · 0.80
vtkTextWidgetTest1Function · 0.80
TestCaptionWidgetFunction · 0.80
__init__Method · 0.80
runCaseMethod · 0.80
TestCaptionActor2DFunction · 0.80

Calls

no outgoing calls

Tested by 10

testTextWidgetMethod · 0.64
vtkTextWidgetTest1Function · 0.64
TestCaptionWidgetFunction · 0.64
__init__Method · 0.64
runCaseMethod · 0.64
TestCaptionActor2DFunction · 0.64