]> Creatis software - clitk.git/blobdiff - common/clitkImage2DicomRTStructFilter.h
Dicom server connection
[clitk.git] / common / clitkImage2DicomRTStructFilter.h
index 5eb6ddc7974514d70b8eea40ebfde684df01a972..924bcc01db3d458a8add1d10daf712939c0e0835 100644 (file)
@@ -46,6 +46,8 @@ namespace clitk {
     itkSetMacro(StructureSetFilename, std::string);
     itkSetMacro(DicomFolder, std::string);
     itkSetMacro(OutputFilename, std::string);
+    void SetROIName(std::string name, std::string type);
+    itkSetMacro(ThresholdValue, PixelType);
     
     // Run filter
     void Update();    
@@ -55,7 +57,9 @@ namespace clitk {
     std::string m_StructureSetFilename;
     std::string m_DicomFolder;
     std::string m_OutputFilename;
-
+    std::string m_ROIName;
+    std::string m_ROIType;
+    PixelType m_ThresholdValue;
   };
   //--------------------------------------------------------------------