X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkImage2DicomRTStructFilter.h;h=924bcc01db3d458a8add1d10daf712939c0e0835;hb=809c25ce37d81796cb7363afd3f8d042bcbb92a9;hp=5eb6ddc7974514d70b8eea40ebfde684df01a972;hpb=2b5b3e906ee95519169e9b6d4bb2da9d2e00d8b3;p=clitk.git diff --git a/common/clitkImage2DicomRTStructFilter.h b/common/clitkImage2DicomRTStructFilter.h index 5eb6ddc..924bcc0 100644 --- a/common/clitkImage2DicomRTStructFilter.h +++ b/common/clitkImage2DicomRTStructFilter.h @@ -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; }; //--------------------------------------------------------------------