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

Method SetEdgeLabelVisibility

Views/Infovis/vtkTreeAreaView.cxx:130–133  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

128
129//------------------------------------------------------------------------------
130void vtkTreeAreaView::SetEdgeLabelVisibility(bool vis)
131{
132 this->GetTreeAreaRepresentation()->SetGraphEdgeLabelVisibility(vis);
133}
134
135//------------------------------------------------------------------------------
136bool vtkTreeAreaView::GetEdgeLabelVisibility()

Callers 1

DisplayGraphFunction · 0.45

Calls 2

Tested by

no test coverage detected