| 79 | double* GetImagePositionPatient() { return this->GetDataOrigin(); } |
| 80 | int GetNumberOfComponents() { return this->GetNumberOfScalarComponents(); } |
| 81 | int GetPixelRepresentation() { return this->GetDataScalarType(); } |
| 82 | int GetDataByteOrder() override; |
| 83 | |
| 84 | vtkGetMacro(RescaleSlope, double); |
nothing calls this directly
no test coverage detected