X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.h;h=6f3dbc3d0f3e4573f3fe6886f862c4e278dcf78a;hb=e4970a5c24b53d6842e4f8f02d63b957f03bfbba;hp=4dc3f409d3d193520439e534e90e17309fdd8d98;hpb=2fee636374154e8a95b481dd7a25489f2ffbb930;p=clitk.git diff --git a/common/vvImageReader.h b/common/vvImageReader.h index 4dc3f40..6f3dbc3 100644 --- a/common/vvImageReader.h +++ b/common/vvImageReader.h @@ -59,6 +59,7 @@ public: } void SetSlice(unsigned int i) { mSlice = i; } + void SetPatientCoordinateSystem(bool patientCoordinateSystem); //==================================================================== // Main function @@ -91,6 +92,7 @@ protected: void UpdateWithDimAndInputVectorPixelType(); ///Input dimension and pixel type int mDim; + bool mPatientCoordinateSystem; std::string mInputPixelType; //====================================================================