]> Creatis software - clitk.git/blobdiff - common/clitkDicomRTStruct2ImageFilter.h
Be sure Number of Frame of Rotation exists in dicom tags
[clitk.git] / common / clitkDicomRTStruct2ImageFilter.h
index 8f6045ae1e2b7100524464a6ee85c1faccde2a94..96de26da7698b7451633abb2e77b706bf8474275 100644 (file)
   =========================================================================*/
 
 #ifndef CLITKDICOMRTSTRUCT2IMAGEFILTER_H
-#define CLITKDICOMRT_TRUCT2IMAGEFILTER_H
+#define CLITKDICOMRTSTRUCT2IMAGEFILTER_H
 
 #include "clitkDicomRT_ROI.h"
 #include "clitkImageCommon.h"
 #include <vtkImageData.h>
+#include <vtkMatrix4x4.h>
 #include <itkImage.h>
 #include <itkVTKImageToImageFilter.h>
 
@@ -57,6 +58,8 @@ namespace clitk {
     std::vector<double> mSpacing;
     std::vector<double> mOrigin;
     std::vector<unsigned long> mSize;
+    std::vector< std::vector< double> > mDirection;
+    vtkSmartPointer<vtkMatrix4x4> mTransformMatrix;
     clitk::DicomRT_ROI * mROI;
     vtkSmartPointer<vtkImageData> mBinaryImage;
   };