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
2013-04-01 13:05:47 +00:00
2013-07-03 16:09:28 +00:00
2013-04-01 13:05:47 +00:00
2013-04-01 13:05:47 +00:00
2004-06-18 08:34:31 +00:00
2013-04-01 13:05:47 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%