From: eap Date: Wed, 21 Feb 2007 16:50:39 +0000 (+0000) Subject: PAL13460 (PAL EDF 301 force the mesh to go through a point) X-Git-Tag: V3_2_6a1~55 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2a7c8067881de3cf4802a0192a55e4b718308174;p=modules%2Fsmesh.git PAL13460 (PAL EDF 301 force the mesh to go through a point) add NbInverseNodes() --- diff --git a/src/SMDS/SMDS_MeshNode.hxx b/src/SMDS/SMDS_MeshNode.hxx index f2b0e003d..0da589b4d 100644 --- a/src/SMDS/SMDS_MeshNode.hxx +++ b/src/SMDS/SMDS_MeshNode.hxx @@ -57,6 +57,7 @@ class SMDS_WNT_EXPORT SMDS_MeshNode:public SMDS_MeshElement void ClearInverseElements(); bool emptyInverseElements(); SMDS_ElemIteratorPtr GetInverseElementIterator(SMDSAbs_ElementType type=SMDSAbs_All) const; + int NbInverseNodes() const { return myInverseElements.Extent(); } void SetPosition(const SMDS_PositionPtr& aPos); const SMDS_PositionPtr& GetPosition() const; SMDSAbs_ElementType GetType() const;