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

Method SetInputText

Rendering/Annotation/Private/vtkTextActorInterfaceInternal.cxx:40–45  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

38
39//------------------------------------------------------------------------------
40void vtkTextActorInterfaceInternal::SetInputText(const std::string& text)
41{
42 this->Vector->SetText(text.c_str());
43 this->Raster3D->SetInput(text.c_str());
44 this->Raster2D->SetInput(text.c_str());
45}
46
47//------------------------------------------------------------------------------
48std::string vtkTextActorInterfaceInternal::GetInputText()

Callers 3

SetLabelsMethod · 0.80
SetTitleMethod · 0.80
SetExponentMethod · 0.80

Calls 3

SetTextMethod · 0.45
c_strMethod · 0.45
SetInputMethod · 0.45

Tested by

no test coverage detected