X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImage.h;h=37fa547cf163b6dcae1e0f0a9c8e4383bcd10270;hb=cb5f6e9c4ca38eb5a304eb2b278ce049d2ca838b;hp=5c38f31089e554844536385b45c112854899b5a5;hpb=c13d024475699d94ed1018a1e3be7cce91f1de97;p=clitk.git diff --git a/common/vvImage.h b/common/vvImage.h index 5c38f31..37fa547 100644 --- a/common/vvImage.h +++ b/common/vvImage.h @@ -61,6 +61,7 @@ public : void SetTimeSpacing(double s) { mTimeSpacing = s; } void SetTimeOrigin(double o) { mTimeOrigin = o; } void UpdateReslice(); + bool HaveSameSizeAndSpacingThan(vvImage * other); private: vvImage();