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

Method SetEdgeLabelTextProperty

Views/Infovis/vtkRenderedGraphRepresentation.cxx:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void vtkRenderedGraphRepresentation::SetEdgeLabelTextProperty(vtkTextProperty* p)
332{
333 this->EdgeLabelHierarchy->SetTextProperty(p);
334}
335
336vtkTextProperty* vtkRenderedGraphRepresentation::GetVertexLabelTextProperty()
337{

Callers

nothing calls this directly

Calls 1

SetTextPropertyMethod · 0.45

Tested by

no test coverage detected