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

Method GetEdgeLabelArrayName

Views/Infovis/vtkGraphLayoutView.cxx:129–132  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

127
128//------------------------------------------------------------------------------
129const char* vtkGraphLayoutView::GetEdgeLabelArrayName()
130{
131 return this->GetGraphRepresentation()->GetEdgeLabelArrayName();
132}
133
134//------------------------------------------------------------------------------
135void vtkGraphLayoutView::SetVertexLabelVisibility(bool vis)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected