]> Creatis software - clitk.git/blobdiff - common/vvImage.h
Open Dicom with imaging machine coordinate system (Identity matrix) by default
[clitk.git] / common / vvImage.h
index 09cb4d94bcd7bb4d58b8378a8fb3430efc2112fa..cbb0284ce0e925f706032825c7e8888da7744987 100644 (file)
@@ -68,6 +68,7 @@ public :
   bool IsScalarTypeInteger();
   bool IsScalarTypeInteger(int t);
   const std::vector< vtkSmartPointer<vtkTransform> >& GetTransform();
+  void InitializeTransform();
   void SetTimeSpacing(double s) { mTimeSpacing = s; }
   void SetTimeOrigin(double o) { mTimeOrigin = o; }
   bool HaveSameSizeAndSpacingThan(vvImage * other);