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
2011-06-06 09:39:58 +00:00
2011-06-06 09:39:58 +00:00
2011-06-06 09:39:58 +00:00
2011-06-06 09:39:58 +00:00
2011-12-05 11:51:56 +00:00
2011-12-05 11:51:56 +00:00
2011-06-06 09:39:58 +00:00

The file is empty.
Description
Meshing plugin for Netgen
Readme 2.6 MiB
Languages
C++ 91%
CMake 4.3%
Python 3.2%
M4 1.2%
C 0.2%
Other 0.1%