star-enclosures-2d

Extract enclosures from 2D geometry
git clone git://git.meso-star.fr/star-enclosures-2d.git
Log | Files | Refs | README | LICENSE

commit bcd6a45f9eafad75ff29724be35788d94749a20e
parent 5efb3c7593d69e470471f977c7848a43ccf97c67
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Sat,  4 Jul 2020 17:40:01 +0200

Merge branch 'release_0.5.0' into develop

Diffstat:
MREADME.md | 16++++++++++++++++
Mcmake/CMakeLists.txt | 4++--
2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -42,6 +42,22 @@ in star-enclosures-3d but is still present in star-enclosures-2d. Release notes ------------- +### Version 0.5 + +- Compute volume (in m^2) and surface (in m) of enclosures. + +- Report overlapping segments. + Only segments with a common edge are currently detected. + Do not extract enclosures anymore when overlapping segments are + detected. + +- Make enclosure IDs consistent across runs. + +- Fix enclosure extraction when all segments Ny component is zero. + +- More robust on invalid scenes. + + ### Version 0.4.2 - Fix global id of segments; releases 0.4.0 and 0.4.1 are broken diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -63,8 +63,8 @@ endif() # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 4) -set(VERSION_PATCH 2) +set(VERSION_MINOR 5) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SENC2D_FILES_SRC