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

Method SetIconArrayName

Views/Infovis/vtkGraphLayoutView.cxx:369–372  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

367
368//------------------------------------------------------------------------------
369void vtkGraphLayoutView::SetIconArrayName(const char* name)
370{
371 this->GetGraphRepresentation()->SetVertexIconArrayName(name);
372}
373
374//------------------------------------------------------------------------------
375const char* vtkGraphLayoutView::GetIconArrayName()

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected