------------------------------------------------------------------------------
| 481 | |
| 482 | //------------------------------------------------------------------------------ |
| 483 | int vtkDICOMImageReader::GetWidth() |
| 484 | { |
| 485 | return this->AppHelper->GetWidth(); |
| 486 | } |
| 487 | |
| 488 | //------------------------------------------------------------------------------ |
| 489 | int vtkDICOMImageReader::GetHeight() |
no outgoing calls
no test coverage detected