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

Method SetEdgeLabelVisibility

Views/Infovis/vtkGraphLayoutView.cxx:175–182  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

173
174//------------------------------------------------------------------------------
175void vtkGraphLayoutView::SetEdgeLabelVisibility(bool vis)
176{
177 this->EdgeLabelsRequested = vis;
178 // Don't update the visibility of the edge label actor while an interaction
179 // is in progress
180 if (!this->Interacting)
181 this->GetGraphRepresentation()->SetEdgeLabelVisibility(vis);
182}
183
184//------------------------------------------------------------------------------
185bool vtkGraphLayoutView::GetEdgeLabelVisibility()

Callers 1

ProcessEventsMethod · 0.45

Calls 1

Tested by

no test coverage detected