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

Method GetVertexLabelArrayName

Views/Infovis/vtkGraphLayoutView.cxx:117–120  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

115
116//------------------------------------------------------------------------------
117const char* vtkGraphLayoutView::GetVertexLabelArrayName()
118{
119 return this->GetGraphRepresentation()->GetVertexLabelArrayName();
120}
121
122//------------------------------------------------------------------------------
123void vtkGraphLayoutView::SetEdgeLabelArrayName(const char* name)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected