]> Creatis software - cpPlugins.git/blobdiff - appli/ImageMPR/ImageMPR.h
Tree data updated.
[cpPlugins.git] / appli / ImageMPR / ImageMPR.h
index 56b4623e1771ae71db61ea52844be193cbfaf1c9..c4d43e33d37b8aee02f8a092812ec7f78ea5e238 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __IMAGEMPR__H__
 #define __IMAGEMPR__H__
 
+#include <map>
 #include <vector>
 
 // Qt stuff
@@ -175,8 +176,9 @@ private:
   TPlugins*     m_Plugins;
 
   // Objects
-  TPlugins::TImage::Pointer m_MainImage;
-  std::vector< TPlugins::TMesh::Pointer > m_Meshes;
+  typedef std::pair< std::string, TPlugins::TDataObject::Pointer > TTreeNode;
+  typedef std::map< std::string, TTreeNode > TTree;
+  TTree m_Objects;
 
   // Plugins objects
   /*