]> Creatis software - clitk.git/blobdiff - common/clitkDicomRTStruct2ImageFilter.h
Add include
[clitk.git] / common / clitkDicomRTStruct2ImageFilter.h
index 8f6045ae1e2b7100524464a6ee85c1faccde2a94..4943818092d4c5b481cc89fae5e16cdd1c6d951f 100644 (file)
@@ -18,7 +18,7 @@
   =========================================================================*/
 
 #ifndef CLITKDICOMRTSTRUCT2IMAGEFILTER_H
-#define CLITKDICOMRT_TRUCT2IMAGEFILTER_H
+#define CLITKDICOMRTSTRUCT2IMAGEFILTER_H
 
 #include "clitkDicomRT_ROI.h"
 #include "clitkImageCommon.h"
@@ -57,6 +57,7 @@ namespace clitk {
     std::vector<double> mSpacing;
     std::vector<double> mOrigin;
     std::vector<unsigned long> mSize;
+    std::vector< std::vector< double> > mDirection;
     clitk::DicomRT_ROI * mROI;
     vtkSmartPointer<vtkImageData> mBinaryImage;
   };