| 111 | } |
| 112 | |
| 113 | void |
| 114 | mitk::DICOMFileReaderSelector |
| 115 | ::LoadBuiltIn3DConfigs() |
| 116 | { |
| 117 | //this->AddConfigsFromResources("configurations/3D"); |
| 118 | // in this order of preference... |
| 119 | this->AddConfigFromResource("configurations/3D/instancenumber.xml"); |
| 120 | this->AddConfigFromResource("configurations/3D/instancenumber_soft.xml"); |
| 121 | this->AddConfigFromResource("configurations/3D/slicelocation.xml"); |
| 122 | this->AddConfigFromResource("configurations/3D/imageposition.xml"); |
| 123 | this->AddConfigFromResource("configurations/3D/imageposition_byacquisition.xml"); |
| 124 | //this->AddConfigFromResource("configurations/3D/classicreader.xml"); // not the best choice in ANY of the images I came across |
| 125 | } |
| 126 | |
| 127 | void |
| 128 | mitk::DICOMFileReaderSelector |