]> Creatis software - clitk.git/blobdiff - common/clitkImageToImageGenericFilterBase.h
dicom structure in cmd line
[clitk.git] / common / clitkImageToImageGenericFilterBase.h
index 039b850a59199ead284232b2ee13681080042c31..03b4f4acfa030d91b52e0804b521e06e6f30ed25 100644 (file)
@@ -62,6 +62,7 @@ namespace clitk {
     void SetInputFilenames(const std::vector<std::string> & filenames);
     void EnableReadOnDisk(bool b);
     void EnableWriteOnDisk(bool b);
+    void EnableWriteCompression(bool b);
     void SetOutputFilename(const std::string & filename);
     void AddOutputFilename(const std::string filename);
     void SetOutputFilenames(const std::vector<std::string> & filenames);
@@ -94,6 +95,8 @@ namespace clitk {
   protected:  
     bool m_ReadOnDisk;
     bool m_WriteOnDisk;
+    bool m_WriteCompression;
+
     /// Call this function to dispatch an output towards the correct sink
     template<class ImageType> 
     void SetNextOutput(typename ImageType::Pointer output);