X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImage.h;h=cbb0284ce0e925f706032825c7e8888da7744987;hb=d55f025b18f68066a52b8f33c2dc6481e82c2580;hp=09cb4d94bcd7bb4d58b8378a8fb3430efc2112fa;hpb=a365564201d98b704f43e1f52124f55f5e110d2e;p=clitk.git diff --git a/common/vvImage.h b/common/vvImage.h index 09cb4d9..cbb0284 100644 --- a/common/vvImage.h +++ b/common/vvImage.h @@ -68,6 +68,7 @@ public : bool IsScalarTypeInteger(); bool IsScalarTypeInteger(int t); const std::vector< vtkSmartPointer >& GetTransform(); + void InitializeTransform(); void SetTimeSpacing(double s) { mTimeSpacing = s; } void SetTimeOrigin(double o) { mTimeOrigin = o; } bool HaveSameSizeAndSpacingThan(vvImage * other);