X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicerManager.h;h=ed118f534f7357cc35e8c763704ce4b63d89bbd6;hb=a24b0a699298efe54b53c53cb215455fecd633fe;hp=431f1a04ef1b52f52efceb727eccac6a4f55911d;hpb=d42a9d6d14375ab723bc7ab0bf5b85b8fb84991e;p=clitk.git diff --git a/vv/vvSlicerManager.h b/vv/vvSlicerManager.h index 431f1a0..ed118f5 100644 --- a/vv/vvSlicerManager.h +++ b/vv/vvSlicerManager.h @@ -58,7 +58,7 @@ class vvSlicerManager : public QObject { return mLastError; } - bool SetImage(std::string filename,LoadedImageType type, int n=0); + bool SetImage(std::string filename,LoadedImageType type, int n=0, unsigned int slice=0); void SetImage(vvImage::Pointer image); bool SetImages(std::vector filenames, LoadedImageType type, int n=0);