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

Method SetHideVertexLabelsOnInteraction

Views/Infovis/vtkGraphLayoutView.cxx:151–154  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

149
150//------------------------------------------------------------------------------
151void vtkGraphLayoutView::SetHideVertexLabelsOnInteraction(bool vis)
152{
153 this->GetGraphRepresentation()->SetHideVertexLabelsOnInteraction(vis);
154}
155
156//------------------------------------------------------------------------------
157bool vtkGraphLayoutView::GetHideVertexLabelsOnInteraction()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected