X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.h;h=6f3dbc3d0f3e4573f3fe6886f862c4e278dcf78a;hb=d55f025b18f68066a52b8f33c2dc6481e82c2580;hp=4dc3f409d3d193520439e534e90e17309fdd8d98;hpb=aa24176bcf283876cd848fefe6f3f6ca2254cebe;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; //====================================================================