Salome HOME
Compute Progress bar
authoreap <eap@opencascade.com>
Wed, 3 Jul 2013 16:12:38 +0000 (16:12 +0000)
committereap <eap@opencascade.com>
Wed, 3 Jul 2013 16:12:38 +0000 (16:12 +0000)
commit8ead97668924421fa809f376743cbb3404d7161b
tree3360744ec80e3a45f0c1256d6fcfbe28c4ed64b1
parentffa2f0be827dd4e6aed92f7b5c57ba4e01f63713
Compute Progress bar

   SMESH_subMeshIteratorPtr getDependsOnIterator(const bool includeSelf,
-                                                const bool complexShapeFirst) const;
+                                                const bool complexShapeFirst=false) const;

+  int GetComputeCost() const;

   TopoDS_Shape getCollection(SMESH_Gen * theGen,
                              SMESH_Algo* theAlgo,
                              bool &      theSubComputed,
                              bool &      theSubFailed,
+                             int  &      theComputeCost);

+  int                   _computeCost; // how costly is to compute this sub-mesh
src/SMESH/SMESH_subMesh.cxx
src/SMESH/SMESH_subMesh.hxx