------------------------------------------------------------------------------
| 150 | |
| 151 | //------------------------------------------------------------------------------ |
| 152 | const char* vtkMedicalImageReader2::GetModality() |
| 153 | { |
| 154 | if (this->MedicalImageProperties) |
| 155 | { |
| 156 | return this->MedicalImageProperties->GetModality(); |
| 157 | } |
| 158 | return nullptr; |
| 159 | } |
| 160 | |
| 161 | //------------------------------------------------------------------------------ |
| 162 | void vtkMedicalImageReader2::PrintSelf(ostream& os, vtkIndent indent) |