]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Parameters.h
Now it's broken :-(
[cpPlugins.git] / lib / cpPlugins / Interface / Parameters.h
index dfcfc793300e552a1055e82cbda7725d888f39cd..d8a1f578bc9a7a1f532a4857ebae48cd2c6f26be 100644 (file)
@@ -11,6 +11,8 @@
 #include <itkObject.h>
 #include <itkObjectFactory.h>
 
+class TiXmlElement;
+
 namespace cpPlugins
 {
   namespace Interface
@@ -204,6 +206,9 @@ namespace cpPlugins
 
       bool SetSelectedChoice( const TString& name, const TString& choice );
 
+      bool ToXML( TiXmlElement* parent_elem ) const;
+      bool FromXML( const TiXmlElement* filter_elem );
+
     protected:
       Parameters( );
       virtual ~Parameters( );