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