------------------------------------------------------------------------------
| 27 | |
| 28 | //------------------------------------------------------------------------------ |
| 29 | void vtkMedicalImageReader2::SetPatientName(const char* arg) |
| 30 | { |
| 31 | if (this->MedicalImageProperties) |
| 32 | { |
| 33 | this->MedicalImageProperties->SetPatientName(arg); |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | //------------------------------------------------------------------------------ |
| 38 | const char* vtkMedicalImageReader2::GetPatientName() |
no outgoing calls
no test coverage detected