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

Method CopyAllTextsFrom

Rendering/Annotation/vtkCornerAnnotation.cxx:731–737  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

729
730//------------------------------------------------------------------------------
731void vtkCornerAnnotation::CopyAllTextsFrom(vtkCornerAnnotation* ca)
732{
733 for (int i = 0; i < NumTextPositions; i++)
734 {
735 this->SetText(i, ca->GetText(i));
736 }
737}
738
739//------------------------------------------------------------------------------
740std::vector<std::string> vtkCornerAnnotation::GetAllTexts() const

Callers

nothing calls this directly

Calls 2

SetTextMethod · 0.95
GetTextMethod · 0.45

Tested by

no test coverage detected