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

Method GetHideVertexLabelsOnInteraction

Views/Infovis/vtkGraphLayoutView.cxx:157–160  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

155
156//------------------------------------------------------------------------------
157bool vtkGraphLayoutView::GetHideVertexLabelsOnInteraction()
158{
159 return this->GetGraphRepresentation()->GetHideVertexLabelsOnInteraction();
160}
161
162//------------------------------------------------------------------------------
163void vtkGraphLayoutView::SetEdgeVisibility(bool vis)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected