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

Method GetEdgeVisibility

Views/Infovis/vtkGraphLayoutView.cxx:169–172  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

167
168//------------------------------------------------------------------------------
169bool vtkGraphLayoutView::GetEdgeVisibility()
170{
171 return this->GetGraphRepresentation()->GetEdgeVisibility();
172}
173
174//------------------------------------------------------------------------------
175void vtkGraphLayoutView::SetEdgeLabelVisibility(bool vis)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected