------------------------------------------------------------------------------
| 331 | |
| 332 | //------------------------------------------------------------------------------ |
| 333 | void vtkGraphLayoutView::SetGlyphType(int type) |
| 334 | { |
| 335 | this->GetGraphRepresentation()->SetGlyphType(type); |
| 336 | } |
| 337 | |
| 338 | //------------------------------------------------------------------------------ |
| 339 | int vtkGraphLayoutView::GetGlyphType() |