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

Method SetEdgeVisibility

Views/Infovis/vtkGraphLayoutView.cxx:163–166  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

161
162//------------------------------------------------------------------------------
163void vtkGraphLayoutView::SetEdgeVisibility(bool vis)
164{
165 this->GetGraphRepresentation()->SetEdgeVisibility(vis);
166}
167
168//------------------------------------------------------------------------------
169bool vtkGraphLayoutView::GetEdgeVisibility()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected