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

Method SetVertexIconSelectionMode

Views/Infovis/vtkRenderedGraphRepresentation.cxx:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void vtkRenderedGraphRepresentation::SetVertexIconSelectionMode(int mode)
497{
498 this->ApplyVertexIcons->SetSelectionMode(mode);
499}
500
501int vtkRenderedGraphRepresentation::GetVertexIconSelectionMode()
502{

Calls 1

SetSelectionModeMethod · 0.80

Tested by

no test coverage detected