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

Method GetCaption

Rendering/Annotation/vtkCaptionActor2D.cxx:226–229  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

224
225//------------------------------------------------------------------------------
226char* vtkCaptionActor2D::GetCaption()
227{
228 return this->TextActor->GetInput();
229}
230
231//------------------------------------------------------------------------------
232// Release any graphics resources that are being consumed by this actor.

Callers 3

BuildRepresentationMethod · 0.80
AdjustCaptionBoundaryMethod · 0.80
ShallowCopyMethod · 0.80

Calls 1

GetInputMethod · 0.45

Tested by

no test coverage detected