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

Method SetEdgeLabelArrayName

Views/Infovis/vtkGraphLayoutView.cxx:123–126  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

121
122//------------------------------------------------------------------------------
123void vtkGraphLayoutView::SetEdgeLabelArrayName(const char* name)
124{
125 this->GetGraphRepresentation()->SetEdgeLabelArrayName(name);
126}
127
128//------------------------------------------------------------------------------
129const char* vtkGraphLayoutView::GetEdgeLabelArrayName()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected