]> Creatis software - clitk.git/blobdiff - common/clitkDicomRTStruct2ImageFilter.h
Merge branch 'master' into OpenGL2
[clitk.git] / common / clitkDicomRTStruct2ImageFilter.h
index 1add60e469c5ccab31a9221cb732d87f00348389..0df00dd46fcfca8a0bf86647487b26156b462eaf 100644 (file)
@@ -18,7 +18,7 @@
   =========================================================================*/
 
 #ifndef CLITKDICOMRTSTRUCT2IMAGEFILTER_H
-#define CLITKDICOMRT_TRUCT2IMAGEFILTER_H
+#define CLITKDICOMRTSTRUCT2IMAGEFILTER_H
 
 #include "clitkDicomRT_ROI.h"
 #include "clitkImageCommon.h"
@@ -37,6 +37,7 @@ namespace clitk {
 
     void SetROI(clitk::DicomRT_ROI * roi);
     ///This is used to create a mask with the same characteristics as an input image
+    void SetImage(vvImage::Pointer image);
     void SetImageFilename(std::string s);
     void SetOutputOrigin(const double* origin);
     void SetOutputSpacing(const double* spacing);
@@ -46,6 +47,7 @@ namespace clitk {
     vtkImageData * GetOutput();
     template <int Dimension> typename itk::Image<unsigned char,Dimension>::ConstPointer GetITKOutput();
     void SetCropMaskEnabled(bool b);
+    void SetWriteOutputFlag(bool b);
 
   protected:
     bool ImageInfoIsSet() const;