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

Method GetVertexLabelVisibility

Views/Infovis/vtkGraphLayoutView.cxx:145–148  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

143
144//------------------------------------------------------------------------------
145bool vtkGraphLayoutView::GetVertexLabelVisibility()
146{
147 return this->GetGraphRepresentation()->GetVertexLabelVisibility();
148}
149
150//------------------------------------------------------------------------------
151void vtkGraphLayoutView::SetHideVertexLabelsOnInteraction(bool vis)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected