X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImage.h;h=cbb0284ce0e925f706032825c7e8888da7744987;hb=e4970a5c24b53d6842e4f8f02d63b957f03bfbba;hp=d18ee9865303e217099ba4c40b5247c437ed66e7;hpb=c45f077f35553cdc72396626ac601080093d273b;p=clitk.git diff --git a/common/vvImage.h b/common/vvImage.h index d18ee98..cbb0284 100644 --- a/common/vvImage.h +++ b/common/vvImage.h @@ -60,6 +60,7 @@ public : std::vector GetSpacing(); std::vector GetOrigin() const; std::vector GetSize(); + std::vector< std::vector > GetDirection(); std::string GetScalarTypeAsITKString(); int GetNumberOfScalarComponents(); int GetScalarSize(); @@ -67,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);