------------------------------------------------------------------------------
| 196 | |
| 197 | //------------------------------------------------------------------------------ |
| 198 | void vtkView::SetRepresentation(vtkDataRepresentation* rep) |
| 199 | { |
| 200 | this->RemoveAllRepresentations(); |
| 201 | this->AddRepresentation(rep); |
| 202 | } |
| 203 | |
| 204 | //------------------------------------------------------------------------------ |
| 205 | void vtkView::RemoveRepresentation(vtkDataRepresentation* rep) |