smesh/src/SMESH
eap fad96c2870 Compute Progress bar
+  virtual double GetProgress() const;
+  double GetProgressByTic() const;
+  int& GetComputeCost() { return _computeCost; }

+  int           _computeCost;     //!< "compute cost" of shapes being Compute()d
+  int           _progressTic;     //!< counter of calls from SMESH_Mesh::GetComputeProgress()
+  double        _progress;        //!< progress of Compute() [0.,1.]
2013-07-03 16:09:28 +00:00
..
Makefile.am CoTech decision: move MEDWrapper from MED to SMESH 2013-06-24 10:07:19 +00:00
memoire.h Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_Algo.cxx Compute Progress bar 2013-07-03 16:09:28 +00:00
SMESH_Algo.hxx Compute Progress bar 2013-07-03 16:09:28 +00:00
SMESH_Gen.cxx 22222: [CEA 820] GHS3D in salome 7.2.0 ten times slower than in salome 6.6.0 2013-05-29 15:29:19 +00:00
SMESH_Gen.hxx 22222: [CEA 820] GHS3D in salome 7.2.0 ten times slower than in salome 6.6.0 2013-05-29 15:29:19 +00:00
SMESH_Group.cxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_Group.hxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_HypoFilter.cxx Fix a typo nagate -> negate 2013-05-27 14:00:27 +00:00
SMESH_HypoFilter.hxx Fix a typo nagate -> negate 2013-05-27 14:00:27 +00:00
SMESH_Hypothesis.cxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_Hypothesis.hxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_Mesh.cxx 0021952: Add an option to write planar meshes as 3D meshes in MED files 2013-06-05 15:13:53 +00:00
SMESH_Mesh.hxx 0021952: Add an option to write planar meshes as 3D meshes in MED files 2013-06-05 15:13:53 +00:00
SMESH_MeshEditor.cxx avoid compilation warnings in release mode 2013-06-05 09:39:43 +00:00
SMESH_MeshEditor.hxx 0022108: EDF 2547 SMESH: Duplicate elements only 2013-05-28 16:41:32 +00:00
SMESH_MesherHelper.cxx 0022229: [CEA 829] Error "Edge multiple times in surface mesh" 2013-06-11 10:24:55 +00:00
SMESH_MesherHelper.hxx 0022103: EDF 2550 SMESH : Allow viscous layer with 3D extrusion 2013-06-04 14:58:08 +00:00
SMESH_Pattern.cxx arrange #include 2013-05-16 16:29:29 +00:00
SMESH_Pattern.hxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_ProxyMesh.cxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_ProxyMesh.hxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_SMESH.hxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_subMesh.cxx avoid compilation warnings in release mode 2013-06-05 09:39:43 +00:00
SMESH_subMesh.hxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
SMESH_subMeshEventListener.hxx Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00