]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManager.h
correction orientation, add 'keep object' option
[clitk.git] / vv / vvSlicerManager.h
index 431f1a04ef1b52f52efceb727eccac6a4f55911d..ed118f534f7357cc35e8c763704ce4b63d89bbd6 100644 (file)
@@ -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<std::string> filenames, LoadedImageType type, int n=0);