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

Method SetGraphEdgeLabelVisibility

Views/Infovis/vtkHierarchicalGraphView.cxx:105–108  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

103
104//------------------------------------------------------------------------------
105void vtkHierarchicalGraphView::SetGraphEdgeLabelVisibility(bool vis)
106{
107 this->GetHierarchyRepresentation()->SetGraphEdgeLabelVisibility(vis);
108}
109
110//------------------------------------------------------------------------------
111bool vtkHierarchicalGraphView::GetGraphEdgeLabelVisibility()

Callers 3

Calls 1

Tested by

no test coverage detected