]> Creatis software - clitk.git/blobdiff - common/vvImageReader.h
Open Dicom with imaging machine coordinate system (Identity matrix) by default
[clitk.git] / common / vvImageReader.h
index 4dc3f409d3d193520439e534e90e17309fdd8d98..6f3dbc3d0f3e4573f3fe6886f862c4e278dcf78a 100644 (file)
@@ -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;
 
   //====================================================================