]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Some missing methods in swigging part. BR_siman_phase1 V6_5_BR V6_5_0 V6_5_0b2 V6_5_0b3 V6_5_0p1 V6_5_0rc1 V6_5_0rc2
authorageay <ageay>
Wed, 16 May 2012 12:11:30 +0000 (12:11 +0000)
committerageay <ageay>
Wed, 16 May 2012 12:11:30 +0000 (12:11 +0000)
src/MEDCoupling_Swig/MEDCoupling.i

index c26a3748023a04f3798a5c5c776fc5e135be25ee..95568c7f79346ab8667e3d442089038f6ed8ff9d 100644 (file)
@@ -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<std::string>& 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<std::string>& varsOrder, const char *func) throw(INTERP_KERNEL::Exception);