]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOGimmickView.h
some re-indent
[creaImageIO.git] / src / creaImageIOGimmickView.h
index 7a0e839340e3a9c0a5b97b30b5e1604982aa9214..b073dc1a50590f1af302170251f3b236963dba37 100644 (file)
 
 namespace creaImageIO
 {
+        typedef std::map<std::string, std::string> mapInfoDicom;
 
        typedef struct 
        { 
                vtkImageData *img;
-               std::map<std::string, std::string> infos;
+               //std::map<std::string, std::string> infos;
+               mapInfoDicom infos; 
        }OutStrGimmick;
 
 
@@ -81,8 +83,8 @@ namespace creaImageIO
       virtual void GetSelectedFiles(std::vector<std::string>& s)
       { GimmickError("INTERNAL ERROR : GetSelectedFiles not implemented"); }
 
-         virtual void GetImages(int dim, std::vector<std::string> files, std::vector<vtkImageData*>& s) 
-         { GimmickError("INTERNAL ERROR : GetImages not implemented"); }
+      virtual void GetImages(int dim, std::vector<std::string> files, std::vector<vtkImageData*>& s) 
+      { GimmickError("INTERNAL ERROR : GetImages not implemented"); }
 
       virtual void OnSelectionChange(const std::vector<tree::Node*>& s, bool isSelection, int selection, bool mProcess)
       { GimmickError("INTERNAL ERROR : OnSelectionChange not implemented"); }