]> Creatis software - clitk.git/blobdiff - common/clitkXml2DicomRTStructFilter.h
Add pixel coordinate instead of mm coordinates into Xml2DicomRTStruct
[clitk.git] / common / clitkXml2DicomRTStructFilter.h
index 32027169110e12027a2edfb9e3b5d6e6c166dfbb..cd13a4aaab4eb9735e1a5959f453dc6df03e8fe8 100644 (file)
@@ -40,6 +40,8 @@ namespace clitk {
     typedef typename ImageType::Pointer ImagePointer;
     typedef typename clitk::DicomRT_StructureSet::Pointer DicomRTStructPointer;
 
+    itkSetMacro(UsePixel, bool);
+    itkSetMacro(ImageMHD, std::string);
     itkSetMacro(InputFilename, std::string);
     itkSetMacro(StructureSetFilename, std::string);
     itkSetMacro(DicomFolder, std::string);
@@ -49,6 +51,8 @@ namespace clitk {
     void Update();
 
   protected:
+    bool m_UsePixel;
+    std::string m_ImageMHD;
     std::string m_StructureSetFilename;
     std::string m_DicomFolder;
     std::string m_OutputFilename;