Meshing plugin for Netgen
Go to file
eap 8923d63e34 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
1) Use TVar structure to dump arguments that can be defined via notebook variables
2)
+  // method intended to remove explicit treatment of Netgen hypotheses from
+  // SMESH_NoteBook to assure backward compatibility after implemeneting
+  // issue 0021308: Remove hard-coded dependency of the external mesh plugins
+  virtual int getParamIndex(const TCollection_AsciiString& method, int nbVars) const;
+
+  // method used to convert variable parameters stored in an old study
+  // into myMethod2VarParams. It should return a method name for an index of
+  // variable parameters. Index is countered from zero
+  virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const;
2012-03-07 15:22:27 +00:00
adm_local Fix detection of NETGEN libraries in m4 macro (didn't work on Ubuntu 11.10) 2011-10-26 15:57:20 +00:00
bin Merge from V6_3_BR 06/06/2011 2011-06-06 09:39:58 +00:00
idl 0021271: [CEA 473] Implement min size in netgen plugin 2011-07-05 08:46:19 +00:00
resources 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module 2012-03-07 15:17:44 +00:00
src 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module 2012-03-07 15:22:27 +00:00
AUTHORS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:18 +00:00
build_cmake Merge from V6_3_BR 06/06/2011 2011-06-06 09:39:58 +00:00
build_cmake.bat Merge from V6_3_BR 06/06/2011 2011-06-06 09:39:58 +00:00
build_configure Merge from V6_3_BR 06/06/2011 2011-06-06 09:39:58 +00:00
ChangeLog Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:18 +00:00
clean_configure Merge from V6_4_BR 05/12/2011 2011-12-05 11:51:56 +00:00
configure.ac Merge from V6_4_BR 05/12/2011 2011-12-05 11:51:56 +00:00
COPYING Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:18 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:42:55 +00:00
Makefile.am Merge from V6_3_BR 06/06/2011 2011-06-06 09:39:58 +00:00
NETGENPLUGIN_version.h.in Merge from V6_3_BR 06/06/2011 2011-06-06 09:39:58 +00:00
NEWS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:18 +00:00
README Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:18 +00:00