Salome HOME
PAL13460 (force the mesh to go through a point)
[modules/smesh.git] / src / SMDS / SMDS_MeshNode.hxx
index f2b0e003d893f341c20372c5cda5f74bbc2d97f9..10c1499cceb77356fcdc2d0ccf0e3d8c9c407f06 100644 (file)
@@ -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(SMDSAbs_ElementType type=SMDSAbs_All) const;
        void SetPosition(const SMDS_PositionPtr& aPos);
        const SMDS_PositionPtr& GetPosition() const;
        SMDSAbs_ElementType GetType() const;