------------------------------------------------------------------------------
| 274 | |
| 275 | //------------------------------------------------------------------------------ |
| 276 | void vtkGraphMapper::ColorVerticesOff() |
| 277 | { |
| 278 | this->VertexMapper->SetScalarVisibility(false); |
| 279 | } |
| 280 | |
| 281 | //------------------------------------------------------------------------------ |
| 282 | void vtkGraphMapper::SetIconVisibility(bool vis) |