Get the dimensions (width, height) of the last image processed * by the DICOMParser */
| 184 | /** Get the dimensions (width, height) of the last image processed |
| 185 | * by the DICOMParser */ |
| 186 | int* GetDimensions() { return this->Dimensions; } |
| 187 | |
| 188 | /** Get the (DICOM) x,y,z coordinates of the first pixel in the |
| 189 | * image (upper left hand corner) of the last image processed by the |
no outgoing calls
no test coverage detected