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

Method SetCaption

Rendering/Annotation/vtkCaptionActor2D.cxx:220–223  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

218
219//------------------------------------------------------------------------------
220void vtkCaptionActor2D::SetCaption(const char* caption)
221{
222 this->TextActor->SetInput(caption);
223}
224
225//------------------------------------------------------------------------------
226char* vtkCaptionActor2D::GetCaption()

Callers 7

ShallowCopyMethod · 0.95
TestCaptionWidgetFunction · 0.80
runCaseMethod · 0.80
UpdatePropsMethod · 0.80
TestCaptionActor2DFunction · 0.80

Calls 1

SetInputMethod · 0.45

Tested by 3

TestCaptionWidgetFunction · 0.64
runCaseMethod · 0.64
TestCaptionActor2DFunction · 0.64