X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;fp=vv%2FvvMainWindow.h;h=9253fa07a21a0f41853300b869d34c393fa5ed3f;hb=e8442e0c58e660d1c62f159968aa3a74a638aaf4;hp=b093554d0a0b92018d352f1eb1236db1012b8be6;hpb=2a47eef492588295e5c7259bb8a423ff35d34327;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index b093554..9253fa0 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -54,6 +54,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);