mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-05-08 01:40:48 +05:00

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
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%