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

Method SetVertexLabelVisibility

Views/Infovis/vtkGraphLayoutView.cxx:135–142  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

133
134//------------------------------------------------------------------------------
135void vtkGraphLayoutView::SetVertexLabelVisibility(bool vis)
136{
137 this->VertexLabelsRequested = vis;
138 // Don't update the visibility of the vertex label actor while an interaction
139 // is in progress
140 if (!this->Interacting)
141 this->GetGraphRepresentation()->SetVertexLabelVisibility(vis);
142}
143
144//------------------------------------------------------------------------------
145bool vtkGraphLayoutView::GetVertexLabelVisibility()

Callers 6

ProcessEventsMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
DisplayGraphFunction · 0.45

Calls 1

Tested by 1