X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvReadState.h;h=b10a2cbacb31e9212a7d95ea12aaa4e450fd83b9;hb=c99626f17e07dbde440eb40a25683ce441a49a6e;hp=8d6d5601e0cccd0727a858fd19d774effa83c6d5;hpb=0d8fa5142465b40d3796e4347f8411fcbe374d4a;p=clitk.git diff --git a/vv/vvReadState.h b/vv/vvReadState.h index 8d6d560..b10a2cb 100644 --- a/vv/vvReadState.h +++ b/vv/vvReadState.h @@ -21,13 +21,21 @@ protected: void ReadGUI(); void ReadTree(); - std::string ReadImage(); - std::string ReadFusion(int index); - std::string ReadOverlay(int index); - std::string ReadVector(int index); + void ReadTools(); + void ReadTool(const std::string & toolname); + std::string ReadImage(); + std::string ReadFusion(int index); + std::string ReadOverlay(int index); + std::string ReadVector(int index); + std::string ReadLink(); +#if __cplusplus > 199711L + std::shared_ptr m_XmlReader; + std::shared_ptr m_File; +#else std::auto_ptr m_XmlReader; std::auto_ptr m_File; +#endif vvMainWindow* m_Window; int m_TreeItemCount; int m_NumImages;