Top "Cgal" questions

The Computational Geometry Algorithms Library (CGAL) is a software library that aims to provide easy access to efficient and reliable algorithms in computational geometry.

Visual C++: How to disable specific linker warnings?

I'm using a library from CGAL which during the linking stage of my code compilation produces a lot of linking …

visual-studio visual-c++ linker warnings cgal
CMake is not finding Boost

I am trying to install CGAL. They describe their installation process as ever-so-simple here, section 6.1. When I run cmake-gui and …

c++ boost cmake cgal
Compiling a static executable with CMake

for a project I need to create an executable that includes all the libraries that I used (opencv, cgal) in …

c++ opencv compilation cmake cgal
Polygon Triangulation with Holes

I am looking for an algorithm or library (better) to break down a polygon into triangles. I will be using …

graphics geometry direct3d triangulation cgal
Why are KD-trees so damn slow for nearest neighbor search in point sets?

I am using CGAL's (the latest) KD-tree implementation for searching nearest neighbors in point sets. And also Wikipedia and other …

c++ data-structures raytracing kdtree cgal
Lightweight Delaunay trianguation library (for c++)

I'd like to play around with some (2D) Delaunay triangulations, and am looking for a reasonably small library to work …

c++ geometry triangulation cgal
Qt4 + CGAL - Parse error at "BOOST_JOIN"

I'm getting the error Parse error at "BOOST_JOIN" while trying to compile a code with Qt4 and CGAL. I'm …

c++ boost qt4 cgal
Visual Studio/C++: How to turn off certain first-chance exception debug messages?

When I execute my C++ code (which uses the CGAL library) under debug mode, I see a lot of debug …

visual-studio exception visual-c++ debugging cgal
What's a good library to do computational geometry (like CGAL) in a garbage-collected language?

I need a library to handle computational geometry in a project, especially boolean operations, but just about every feature is …

python binding garbage-collection computational-geometry cgal
75:15: fatal error: stdlib.h: No such file or directory #include_next <stdlib.h>

I'm a beginner in working with CGAL libraries , I tried to run a combinatorial map example qt-creator on fedora after …

c++ qt-creator fedora cgal