Salome HOME
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_NETGEN_2D.hxx
index 57b6ee479e97a6727f26e030aa41a694f3bed681..792bb36996ea2854ce118782363bcb8cac6cda2e 100644 (file)
@@ -52,6 +52,9 @@ public:
   virtual bool Compute(SMESH_Mesh& aMesh,
                       const TopoDS_Shape& aShape);
 
+  virtual bool Evaluate(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape,
+                        MapShapeNbElems& aResMap);
+
 protected:
   const SMESHDS_Hypothesis* _hypothesis;
 };