]> Creatis software - clitk.git/blobdiff - vv/vvQDicomSeriesSelector.h
COMP: fix compilation errors for ITKv5
[clitk.git] / vv / vvQDicomSeriesSelector.h
index 8b3aaac0deab00f0f8f3f5e3e8da3fcc28380a57..aa905fcfead1932b43474dd4afd732dc1f74a729 100644 (file)
@@ -37,12 +37,14 @@ public:
     std::vector<std::string> * GetFilenames() {
         return mFilenames;
     }
+    bool IsPatientCoordianteSystemChecked() { return mPatientCoordinateSystem; }
 
 protected slots:
     void BrowseButtonRelease();
     void SearchButtonRelease();
     void itemSelectionChanged();
     void itemDetailsSelectionChanged();
+    void itemMatrixSelectionChanged(int state);
 
 protected:
     QString mPreviousPath;
@@ -68,6 +70,7 @@ private:
     std::map<std::string, gdcm::File*> mDicomHeader;
 #endif
     std::map<std::string, std::string> mDicomDetails;
+    bool mPatientCoordinateSystem;
 };
 
 #endif // VVDICOMSERIESSELECTOR_H