------------------------------------------------------------------------------
| 249 | |
| 250 | //------------------------------------------------------------------------------ |
| 251 | int vtkView::GetNumberOfRepresentations() |
| 252 | { |
| 253 | return static_cast<int>(this->Implementation->Representations.size()); |
| 254 | } |
| 255 | |
| 256 | //------------------------------------------------------------------------------ |
| 257 | vtkDataRepresentation* vtkView::GetRepresentation(int index) |
no test coverage detected