X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvUtils.h;h=83d857bba6f8a75438a76b176885105a11b20b85;hb=ede4bde17381eccd3641cd3e27470213f442ab03;hp=9a8046265a7810f506d734b2a12a4c7ce9034544;hpb=5f801bf0b07486889123e941d6913d4369dfc86f;p=clitk.git diff --git a/vv/vvUtils.h b/vv/vvUtils.h index 9a80462..83d857b 100644 --- a/vv/vvUtils.h +++ b/vv/vvUtils.h @@ -51,6 +51,12 @@ std::string getDicomClientAETitle(); // get VV-PORT-SCU for c-move parameters. int getDicomClientPort(); +// get interpolation option for vv +int getInterpolationFavoriteStatus(); + +// set VV-settings at first use +void setVVSettings(); + // get the directory where the dicom files will be stored during c-move action. std::string getCMoveDirectory();