From: ageay Date: Wed, 16 May 2012 12:11:30 +0000 (+0000) Subject: Some missing methods in swigging part. X-Git-Tag: V6_5_0p1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc36ccd6698f7698dbbeb684d26aa1c6e21c9c8f;p=tools%2Fmedcoupling.git Some missing methods in swigging part. --- diff --git a/src/MEDCoupling_Swig/MEDCoupling.i b/src/MEDCoupling_Swig/MEDCoupling.i index c26a37480..95568c7f7 100644 --- a/src/MEDCoupling_Swig/MEDCoupling.i +++ b/src/MEDCoupling_Swig/MEDCoupling.i @@ -5261,6 +5261,8 @@ namespace ParaMEDMEM void sortPerTuple(bool asc) throw(INTERP_KERNEL::Exception); MEDCouplingFieldDouble &operator=(double value) throw(INTERP_KERNEL::Exception); void fillFromAnalytic(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception); + void fillFromAnalytic2(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception); + void fillFromAnalytic3(int nbOfComp, const std::vector& varsOrder, const char *func) throw(INTERP_KERNEL::Exception); void applyFunc(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception); void applyFunc2(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception); void applyFunc3(int nbOfComp, const std::vector& varsOrder, const char *func) throw(INTERP_KERNEL::Exception);