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

Method SetVertexLabelTextProperty

Views/Infovis/vtkRenderedGraphRepresentation.cxx:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void vtkRenderedGraphRepresentation::SetVertexLabelTextProperty(vtkTextProperty* p)
327{
328 this->VertexLabelHierarchy->SetTextProperty(p);
329}
330
331void vtkRenderedGraphRepresentation::SetEdgeLabelTextProperty(vtkTextProperty* p)
332{

Callers

nothing calls this directly

Calls 1

SetTextPropertyMethod · 0.45

Tested by

no test coverage detected