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

Method SetVertexIconArrayName

Views/Infovis/vtkRenderedGraphRepresentation.cxx:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void vtkRenderedGraphRepresentation::SetVertexIconArrayName(const char* name)
347{
348 this->ApplyVertexIcons->SetInputArrayToProcess(
349 0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name);
350}
351
352void vtkRenderedGraphRepresentation::SetEdgeIconArrayName(const char*)
353{

Callers 3

SetIconArrayNameMethod · 0.80
TestIconGlyphFilterFunction · 0.80

Calls 1

Tested by 1

TestIconGlyphFilterFunction · 0.64