]> Creatis software - clitk.git/blobdiff - common/clitkDicomRTStruct2ImageFilter.h
First version of dicom-rt reader in the roi tool.
[clitk.git] / common / clitkDicomRTStruct2ImageFilter.h
index 1add60e469c5ccab31a9221cb732d87f00348389..8f6045ae1e2b7100524464a6ee85c1faccde2a94 100644 (file)
@@ -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;