Andreas Fabri

Results 93 issues of Andreas Fabri

## Summary of Changes The function did not move vertices in higher levels. ### Todo - [ ] Check if fixes have to be made in 2D as well -...

Bug
Pkg::Triangulation_3
TODO
Ready to be tested

## Summary of Changes We require at least 1.74, but we gave an example with 1.70 We did not give the path to the boost cmake config file. ## Release...

Doc bug
Under Testing

## Summary of Changes The repair function for the `Non_zero_rule` was only implemented for `Polygon_with_holes`. This PR adds the overload for `Polygon_2` and `Multipolygon_with_holes_2`. ## Release Management * Affected package(s):...

Bug
Ready to be tested
Under Testing
Pkg::Polygon_repair

## Summary of Changes Add a kernel and a numbertype that stores interval approximations for Gmqs. TODO: - [ ] Go through comments 'AF: ' - [x] Remove initialization of...

Pkg::Kernel_23
TODO
thread-safety

## Summary of Changes This PR will make `pmp::SurfaceMesh` a model of a `MutableFaceGraph`. It further needs some additional typedefs and postfix increment of pmp iterators which I discuss with...

Not yet approved
Pkg::BGL
TODO

## Summary of Changes Replace member function calls of vertex and cell with member functions of TDS_3 ## Release Management * Affected package(s): TDS_3

Pkg::TDS_3
Speed

## Summary of Changes Make the objects written `const&` in the API. Use `const_cast` to cast constness away. ## Release Management * Affected package(s): Stream_support * License and copyright ownership:...

Ready to be tested
Pkg::Stream_support
Under Testing

## Issue Details What to do on this warning for example [here ](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.2-Ic-55/Isosurfacing_3/TestReport_Christo_ICPC-2025.1-Release.gz)? ## Environment * Compiler: Intel Compiler for Windows

## Issue Details Fix this [warning](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.2-Ic-49/Lab_Demo/TestReport_lrineau_Ubuntu-latest-GCC6-CXX1z.gz) ## Source Code ```` In file included from /home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Lab_Demo/demo_framework_autogen/EWIEGA46WW/../../../../../../../../../../../mnt/testsuite/test/Lab_Demo/Viewer.h:12, from /home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Lab_Demo/demo_framework_autogen/EWIEGA46WW/moc_Viewer.cpp:10, from /home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Lab_Demo/demo_framework_autogen/mocs_compilation.cpp:4: /mnt/testsuite/include/CGAL/Three/Viewer_interface.h:42:21: warning: defining ‘CGAL::Three::Viewer_interface’, which previously failed to be complete in...

## Summary of Changes Did only compile when the `PolygonRange` was a `std::vector` . Now it supports any `RandomAccessContainer` instead of `std::vector`. The documentation states that it may be a...

Bug
Ready to be tested
Pkg::Stream_support