Salome HOME
23303: [EDF 12024] Filter for nodes connectivity
[modules/smesh.git] / src / Controls / SMESH_ControlsDef.hxx
index 97b1350482f99aa42ac40580917f7fca88f0eedd..830d43b81b4d9777bcc6f5ebd34100167283ea97 100644 (file)
@@ -351,6 +351,17 @@ namespace SMESH{
       virtual SMDSAbs_ElementType GetType() const;
     };
     
+    /*
+      Class       : NodeConnectivityNumber
+      Description : Functor returning number of elements connected to a node
+    */
+    class SMESHCONTROLS_EXPORT NodeConnectivityNumber: public virtual NumericalFunctor{
+    public:
+      virtual double GetValue( long theNodeId );
+      virtual double GetBadRate( double Value, int nbNodes ) const;
+      virtual SMDSAbs_ElementType GetType() const;
+    };
+
 
     /*
       PREDICATES