occt: master 9bdafcbe
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
oan | apn | master | 2014-06-19 09:23:53 | master 0ae61cf3 |
Affected Issues | 0023631: Infinite memory consumption in BRepMesh | |||
Changeset | 0023631: Infinite memory consumption in BRepMesh Check is the shape to be meshed has correct poly data, i.e. PolygonOnTriangulation of particular edge connected to the same Triangulation data structure as stored inside a parent face. Adding test cases for issue CR23631 bugs/mesh/bug23631 Parallel checking of faces/edges Make BRepMesh_IncrementalMesh class imported from BRepMesh package. Resolve GCC warnings on Linux platform Fix compilation errors on MacOs: remove mutable modificator on reference fields. |
|||
mod - src/BRepMesh/BRepMesh.cdl | Diff File | |||
add - src/BRepMesh/BRepMesh_EdgeChecker.hxx | Diff File | |||
add - src/BRepMesh/BRepMesh_FaceChecker.hxx | Diff File | |||
rm - src/BRepMesh/BRepMesh_IncrementalMesh.cdl | Diff File | |||
mod - src/BRepMesh/BRepMesh_IncrementalMesh.cxx | Diff File | |||
add - src/BRepMesh/BRepMesh_IncrementalMesh.hxx | Diff File | |||
mod - src/BRepMesh/FILES | Diff File | |||
add - tests/bugs/mesh/bug23631 | Diff File |