------------------------------------------------------------------------------
| 175 | |
| 176 | //------------------------------------------------------------------------------ |
| 177 | int* vtkImageViewer2::GetSize() |
| 178 | { |
| 179 | return this->RenderWindow->GetSize(); |
| 180 | } |
| 181 | |
| 182 | //------------------------------------------------------------------------------ |
| 183 | void vtkImageViewer2::GetSliceRange(int& min, int& max) |
no outgoing calls