eap 02e939b150 PAL13460 (PAL EDF 301 force the mesh to go through a point)
Provide usual access to data:
+  virtual int NbNodes() const;
+  const std::vector<int> & GetQuanities() const { return myQuantities; }
+  virtual const SMDS_MeshNode* GetNode(const int ind) const;
+  SMDS_ElemIteratorPtr uniqueNodesIterator() const;
+  SMDS_ElemIteratorPtr elementsIterator(SMDSAbs_ElementType type) const;
2007-02-21 16:53:55 +00:00
2007-02-20 09:24:33 +00:00
2004-06-18 08:34:31 +00:00
2007-02-01 10:32:14 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2006-12-06 16:16:26 +00:00
Description
SALOME Mesh module
91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%