X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvReadState.h;h=04607f68790bfa4261145f0526abf7b55a774502;hb=d47b233f76eb42cf2380f213154e2cf6e1fd656a;hp=8d6d5601e0cccd0727a858fd19d774effa83c6d5;hpb=0d8fa5142465b40d3796e4347f8411fcbe374d4a;p=clitk.git diff --git a/vv/vvReadState.h b/vv/vvReadState.h index 8d6d560..04607f6 100644 --- a/vv/vvReadState.h +++ b/vv/vvReadState.h @@ -21,10 +21,12 @@ 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::auto_ptr m_XmlReader; std::auto_ptr m_File;