X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;fp=vv%2FvvMainWindow.h;h=8f5b41c8c1924676ffa951c7301a3a2092fae96a;hb=c45f077f35553cdc72396626ac601080093d273b;hp=d7bf2ed2bbf09e367804201b041a2a437be28b3a;hpb=86d74c7664c5d6d11637ba376b639aa3c6e0e057;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index d7bf2ed..8f5b41c 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -57,6 +57,7 @@ class vvMainWindow: public vvMainWindowBase, void LoadImages(std::vector filenames, vvImageReader::LoadedImageType type); vvSlicerManager * AddImage(vvImage::Pointer image,std::string filename); void AddField(QString file,int index); + bool CheckAddedImage(int index, QString imageType); void AddOverlayImage(int index, std::vector fileNames, vvImageReader::LoadedImageType type); void AddFusionImage(int index, std::vector fileNames, vvImageReader::LoadedImageType type); void AddROI(int index, QString filename);