From 7fb55ab92e13499326781d28788ccd504015053a Mon Sep 17 00:00:00 2001 From: fps Date: Wed, 18 Sep 2013 15:10:01 +0000 Subject: [PATCH] hide un-useful classes and methods for python --- src/XAO_Swig/xao_swig.i | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/XAO_Swig/xao_swig.i b/src/XAO_Swig/xao_swig.i index 335b5f7a3..117334a76 100644 --- a/src/XAO_Swig/xao_swig.i +++ b/src/XAO_Swig/xao_swig.i @@ -43,6 +43,11 @@ namespace std %template(VectorVectorString) vector< vector >; } +%ignore XAO::Xao::addField; +%ignore XAO::Xao::getField; +%ignore XAO::MsgBuilder; +%ignore XAO::XaoUtils; + %include XAO_Exception.hxx %include XAO_XaoUtils.hxx -- 2.39.2