Salome HOME
+ const SMDS_MeshNode* GetNodeWrap(const int ind) const { return GetNode( WrappedInd...
authoreap <eap@opencascade.com>
Wed, 20 May 2009 15:32:49 +0000 (15:32 +0000)
committereap <eap@opencascade.com>
Wed, 20 May 2009 15:32:49 +0000 (15:32 +0000)
commit0f82f7f1b31f79ccf3b77b3ad446296e2b1ad5b3
tree1ba59e8b22a7779f925db30bb0c680cc88ecbaaa
parent8d2fd8b0e3943000e0051eef97957161fa959f84
+  const SMDS_MeshNode* GetNodeWrap(const int ind) const { return GetNode( WrappedIndex( ind )); }

+// ============================================================
+/*!
+ * \brief Comparator of elements by ID for usage in std containers
+ */
+// ============================================================
+
+struct TIDCompare {
+  bool operator () (const SMDS_MeshElement* e1, const SMDS_MeshElement* e2) const
+  { return e1->GetID() < e2->GetID(); }
+};
=============================================================================
src/SMDS/SMDS_MeshElement.hxx