X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicerManager.h;h=4acb1668cd22ed64e4b20abf07e883671771982a;hb=d98418e7948315cd8c6ae9a2d5452ef0b52f9827;hp=0d5c9aee218eacc9be8b615a1ce98608ce8d4eed;hpb=96466b419b3e7e0fcc74290840efa04051b2c3f8;p=clitk.git diff --git a/vv/vvSlicerManager.h b/vv/vvSlicerManager.h index 0d5c9ae..4acb166 100644 --- a/vv/vvSlicerManager.h +++ b/vv/vvSlicerManager.h @@ -74,7 +74,7 @@ class vvSlicerManager : public QObject { bool SetImage(std::string filename, vvImageReader::LoadedImageType type, int n=0, unsigned int slice=0); void SetImage(vvImage::Pointer image); - bool SetImages(std::vector filenames, vvImageReader::LoadedImageType type, int n=0); + bool SetImages(std::vector filenames, vvImageReader::LoadedImageType type, int n=0, bool patientCoordinateSystem=0); bool SetOverlay(std::vector filenames, int dim, std::string component, vvImageReader::LoadedImageType type); bool SetFusion(std::vector filenames,int dim, std::string component, vvImageReader::LoadedImageType type);