Salome HOME
PAL13460 (force the mesh to go through a point)
[modules/smesh.git] / src / SMDS / SMDS_MeshNode.hxx
index 884e1280db7960f569dba5ae58bf74cb80596200..10c1499cceb77356fcdc2d0ccf0e3d8c9c407f06 100644 (file)
@@ -56,7 +56,8 @@ class SMDS_WNT_EXPORT SMDS_MeshNode:public SMDS_MeshElement
        void RemoveInverseElement(const SMDS_MeshElement * parent);
        void ClearInverseElements();
        bool emptyInverseElements();
-       SMDS_ElemIteratorPtr GetInverseElementIterator() const; 
+       SMDS_ElemIteratorPtr GetInverseElementIterator(SMDSAbs_ElementType type=SMDSAbs_All) const;
+        int NbInverseNodes(SMDSAbs_ElementType type=SMDSAbs_All) const;
        void SetPosition(const SMDS_PositionPtr& aPos);
        const SMDS_PositionPtr& GetPosition() const;
        SMDSAbs_ElementType GetType() const;