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

Method SetVertexLabelArrayName

Views/Infovis/vtkGraphLayoutView.cxx:111–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

109
110//------------------------------------------------------------------------------
111void vtkGraphLayoutView::SetVertexLabelArrayName(const char* name)
112{
113 this->GetGraphRepresentation()->SetVertexLabelArrayName(name);
114}
115
116//------------------------------------------------------------------------------
117const char* vtkGraphLayoutView::GetVertexLabelArrayName()

Callers 11

TestGraphLayoutViewFunction · 0.45
TestConeLayoutStrategyFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
slotOpenXMLFileMethod · 0.45
slotOpenXMLFileMethod · 0.45
DisplayGraphFunction · 0.45

Calls 1

Tested by 5

TestGraphLayoutViewFunction · 0.36
TestConeLayoutStrategyFunction · 0.36