X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvReadState.h;h=a34c464cfa2bd17a7e0063ba5c54ee7ab50da967;hb=4b98db66886cdbf30cfb459475b9148c5276eb26;hp=8d6d5601e0cccd0727a858fd19d774effa83c6d5;hpb=1d616cc7be31f7195c8bba4142e02350cd2fb958;p=clitk.git diff --git a/vv/vvReadState.h b/vv/vvReadState.h index 8d6d560..a34c464 100644 --- a/vv/vvReadState.h +++ b/vv/vvReadState.h @@ -21,10 +21,13 @@ 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(); std::auto_ptr m_XmlReader; std::auto_ptr m_File;