X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicerManager.h;h=4acb1668cd22ed64e4b20abf07e883671771982a;hb=HEAD;hp=e80ef485f8e54ea9de07b18957b04db35531b039;hpb=b0f9ef265dbfc67374eaa989e606d2b00d634f76;p=clitk.git diff --git a/vv/vvSlicerManager.h b/vv/vvSlicerManager.h index e80ef48..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); @@ -285,6 +285,7 @@ class vvSlicerManager : public QObject { public slots: void AddLandmark(float x,float y,float z,float t); + void UpdateLandmark(); signals : void callAddLandmark(float x,float y,float z,float t);