| 77 | int GetWidth() { return (this->GetDataExtent()[1] - this->GetDataExtent()[0] + 1); } |
| 78 | int GetHeight() { return (this->GetDataExtent()[3] - this->GetDataExtent()[2] + 1); } |
| 79 | double* GetImagePositionPatient() { return this->GetDataOrigin(); } |
| 80 | int GetNumberOfComponents() { return this->GetNumberOfScalarComponents(); } |
| 81 | int GetPixelRepresentation() { return this->GetDataScalarType(); } |
| 82 | int GetDataByteOrder() override; |
nothing calls this directly
no test coverage detected