------------------------------------------------------------------------------
| 141 | |
| 142 | //------------------------------------------------------------------------------ |
| 143 | void vtkMedicalImageReader2::SetModality(const char* arg) |
| 144 | { |
| 145 | if (this->MedicalImageProperties) |
| 146 | { |
| 147 | this->MedicalImageProperties->SetModality(arg); |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | //------------------------------------------------------------------------------ |
| 152 | const char* vtkMedicalImageReader2::GetModality() |
no outgoing calls
no test coverage detected