The goal of the [CGAL](http://www.cgal.org/) Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided ...
0
votes
1answer
25 views
How to render CGAL objects in OpenGL properly?
I am quite new to CGAL as well as OpenGL. I know that CGAL provides a Qt interface to display objects but I want to use only OpenGL and I am able to render polyhedrons and nef polyhedrons in openGL(I ...
0
votes
1answer
48 views
CGAL-implementation of the intersection of two cubic (planar) Bezier/Splines offsets
CGAL's manual suggests that there is no such implementation, if you know anything more let me know
N
-1
votes
0answers
17 views
How to install CGAL on ubuntu [closed]
I am very new to ubuntu. I want to install CGAL on my PC. I have been trying to install. But I couldn't. Currently i am using 12.04 version.
Can somebody help me in this regard? I would be grateful to ...
0
votes
2answers
39 views
Modifying functor variable when using incremental spatial searching with cgal
I've modified an example given by the computational geometry cgal library (link) that demonstrates incremental searching on a 2D plane (Section 49.3.2). The example uses a functor to set spatial ...
0
votes
0answers
32 views
Why are compound assignment operators missing for kernel object?
With CGAL kernel objects, I can do Vector + Vector, but not Vector += Vector. Same for Point + Vector, but not Point += Vector, etc. Is there any good reason for that, or are they just missing ?
The ...
0
votes
2answers
21 views
Outlier in the Alpha_Shapes_2 CGAL demo
I started using CGAL for a project, and I wanted to test alpha shapes with the alpha shapes 2 demo, furnished with CGAL. My input file has been correctly formatted (cf http://pastelink.me/dl/c83d1b ...
1
vote
2answers
34 views
.mesh file “ref” var explanation
I am trying to understand the .mesh files, usually generated for mesh visualization with Medit.
The documentation is here, but it is in french.
The thing I understand is that after every line ...
0
votes
2answers
46 views
compile a simple test with CGAL
I have just installed CGAL with brew on a mac system. Now I'm exciting to try it with a simple and minimal example. Ho can I compile it with g++?
I want to compile this sample file with:
gcc ...
0
votes
2answers
42 views
Secure usage of Cell_handle in a CGAL Delaunay triangulation after point insertion
I'm planning to write an algorithm that will use CGAL Delaunay triangulation data structure.
Basically I need to insert some point into the triangulation, save reference to some cells, and then make ...
0
votes
1answer
97 views
imprecise straight skeleton with CGAL
When I am trying to draw straight skeleton with CGAL I am getting strange results (nonsymetric skeleton on symetric polygon).
Result with kernels:
Exact_predicates_inexact_constructions_kernel
...
1
vote
0answers
23 views
CGAL::how to find the intersection of cuboid and tetrahedron efficiently
I am new to CGAL but got some basic experience in using it.
I need an efficient approach to finding the intersection of a cuboid and a tetrahedron.
Current, I am following the post ...
2
votes
1answer
31 views
How can I install MPFI library in Windows?
there!
I'd like to execute example program, Surface_reconstruction_points_3.
I think the program needs additionally 3rd library, MPFI.
So I downloaded the library from http://mpfi.gforge.inria.fr/.
...
0
votes
1answer
36 views
How to perform Range Search on 3D points set with CGAL?
So I saw this nice 2D Range and Neighbor Search I alsow saw dD Range and Segment Trees yet I can not understand how to perform a 3D Range and Neighbor Search on a 3D point set. Generaly I want to ...
-1
votes
1answer
25 views
CGAL::assign function [closed]
everyone. I am new to CGAL library. Here I am reading a CGAL demo. The code uses CGAL::assign function quite often, but I cann't find any reference to it. Anyone can point it out where I can see the ...
0
votes
1answer
94 views
saving CGAL alpha shape surface mesh
I have never used CGAL and have got almost no C/C++ experience. But following
Google I have however managed to compile the example "Alpha_shapes_3"
(\CGAL-4.1-beta1\examples\Alpha_shapes_3) on a ...
0
votes
1answer
45 views
How can I use a Boost Interprocess allocator with a CGAL Nef_polyhedron_3?
There are two types of 3D polys in CGAL, Polyhedron, and Nef_polyhedron. The former allows one to specify an allocator as its fourth template:
...
1
vote
1answer
87 views
subdivide irregular cylinder into equal volume segments
I was wondering if someone has any ideas how to solve this problem.
I have an "irregular" ( meaning diameter is not constant along the length) cylindrical object in 3D. I would like to subdivide this ...
0
votes
1answer
77 views
Debugging code that uses CGAL with Xcode
I want to use Xcode to debug programs that use CGAL, but I can't get Xcode to run the program or stop at a breakpoint. Xcode will compile the program (I verified this by running the result in a ...
0
votes
2answers
285 views
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 not using Boost directly and I've already searched and tried a bunch of options like ...
0
votes
0answers
70 views
Mapping of 3d point to face of Platonic (Archimedian) Solid
I want to compute the resulting surface mesh of platonic (or maybe archimedian) solids applied with a displacement map for each face. The mesh should show fine details of the displacement map and be ...
0
votes
0answers
44 views
Does the CGAL 4.2 beta version fix the issues in 4.1?
Currently I am using 4.1 and there are two problems:
1) the 4.1 doesn't support Intel C++ compiler (many errors when compiling by Windows 7 64bit + VS2010 + Intel C++ 13.0);
2) the boolean operations ...
1
vote
2answers
130 views
Calculate Hausdorff distance between two meshes
i am trying to find the deviation between two meshes. For e.g. the difference between two sets of points defined in 3d space, and i plan to visualise the distance using some 3d visualisation tool for ...
3
votes
3answers
728 views
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 resources seem to suggest that KD-trees are the way to go. But somehow ...
1
vote
1answer
115 views
extract code from cgal
I would like to use the halfedge data structure of CGAL in my project.
Since it is licenced by LGPL, I would prefer to distribute this small piece together with my software, instead of requiring the ...
0
votes
0answers
78 views
How to load complex array of triangles into CGAL's Nef Polyhedra to do 3D Boolean Operations on it?
So I have an array of vertexes + triangles (not one solid enclosed body; multiple triangles some unified some, not alike N islands/planes). I want to treat all these vertexes + triangles as one Nef ...
1
vote
1answer
43 views
CGAL renderer based on btIDebugDraw (with out QT)?
Is there a collection of complex structures/renderers (like Nef Polyhedra and Polyhedron - would be all for me) and a simple renderer (engine) that would work alike bullet btIDebugDraw one - virtual ...
0
votes
1answer
99 views
Delaunay triangulation: vertex storing Point_handle instead of Point
I am storing points in a custom container and I would like to build the Delaunay triangulation on a subset of these points.
As the points already exist in the container I don't want the Delaunay ...
0
votes
1answer
35 views
Deriving from a CGAL class compatible with CGAL::assign
I want to derive from the CGAL::Parabola_segment_2 class. Because I would like to access two
protected data members which can not be accessible through public member functions.
typedef ...
0
votes
0answers
22 views
Arrangement_with_history_2 insert and remove complexity
What is the time complexity of following functions:
remove(arr,ch)
insert(arr,c)
used to remove and insert a curve into an Arrangement_with_history_2?
I'm using CGAL arrangements as the dual ...
1
vote
1answer
154 views
Having object in XYZ coordinates, how to change Z to X keepeng visual geometry intact?
So we have an object exported from maya. imagine we have it displayed in XYZ axes. we look at it and it looks as needed. yet we want to see same picture in ZYX. How to make such change to an object?
...
2
votes
3answers
75 views
Sorting lines by slope
Is there a function in any of CGAL packages to sort lines (Line_2) by slope?
Or can anyone recommend a sorting algorithm that considers degenerate cases like vertical lines?
2
votes
2answers
87 views
CGAL tools: is there an interface to CGAL, or equivalent toolset in R?
I'm starting to learn about dealing with complex vs simple polygons, determining whether points are inside/outside polygons, etc. (e.g. http://geomalgorithms.com/a09-_intersect-3.html and related ...
-1
votes
1answer
121 views
CGAL: Error in compiling code
I am trying to implement a Delaunay triangulation on a pointcloud which is defined in 3d space with cartesian co-ordinates.
I am using QT on Windows 7 (64 bit) and the CGAL library to do the same.
...
1
vote
0answers
108 views
Performance of CGAL 3d line and triangle intersection
Anyone uses CGAL 3d line and triangle intersection. How is its performance compared to the fast minimum storage ray triangle intersection algorithm? Thanks.
...
1
vote
1answer
87 views
CGAL: Arrangement with Exact_circular_kernel_2
I am trying to build an Arrangement of Circles using the Exact_circular_kernel_2. When I insert a Circle into the Arrangement, I get a segmentation fault.
This is my code:
CGAL::Circle_2< ...
1
vote
1answer
146 views
Maximization in quadratic programming using CGAL
I am using CGAL to solve some quadratic programming problems.
Assume I want to minimize x^2 for x taking values from -oo(-infinity) to
+oo. This could be easily solved by doing:
Program qp ...
0
votes
0answers
54 views
CGAL: verify if a vertex is reflex in a Polygon_2 environment
I have a Polygon_2 object, and for each vertex of this polygon, I wanna know if it is a reflex vertex or not. Is there an easy way to verify that?
CGAL has the function angle, but I need to know if ...
0
votes
1answer
64 views
Remesh method in CGAL
I have a low-quality mesh, I want to remesh it but keeping the topology(only adjust the vertex position, keep vertex size, face unchanged). Is there an exist method could do this in CGAL?
0
votes
1answer
112 views
CGAL: extend segment until the polygon boundary
If I have a segment between 2 vertices of a polygon, is there a way to extend this segment until it reaches the polygon boundary, using CGAL? (this can happen if at least one of the vertices is a ...
0
votes
1answer
141 views
How to use cgal triangulation_3 locate?
Hi i'm using a Delaunay_triangulation_2 and Delaunay_triangulation_3 for finding points for interpolation. I found how to use locate for Delaunay_triangulation_2:
Locate_type loc;
int li;
CgalPoint ...
0
votes
0answers
94 views
CGAL: visilibility polygon
I'm using CGAL and I already have the visibility graph of some vertices of this polygon. What do you guys recommend to build the visibility polygon of these vertices?
1
vote
1answer
70 views
Tiling/Approximating a 3d surface with identical polygons
I'm not really sure if this fits in here or better in a scientific computer science or math forum but since I'm searching for a concrete algorithm...
I have a 3d model which is somehow defined either ...
0
votes
1answer
51 views
Troubles with the CGAL library Vertex_visibility_graph_2.h
I'm having troubles with the CGAL library Vertex_visibility_graph_2.h, for visibility graphs.
The code I'm trying is like the following:
typedef CGAL::Cartesian<CGAL::Gmpq> Kernel;
...
0
votes
1answer
39 views
Input for CGAL classes from a file
Is there an easy way to read points and segments in 2D, from the same file, using CGAL?
What should be the format for this file?
1
vote
2answers
162 views
CGAL Quadratic Programming Solver, how to enter “x^4” in objective function? and in the constraints?
I am trying to minimize a function like the following:
a*x^4+b*y
and constraints like:
x^2 <= a
in CGAL::Quadratic_program.
To input "x^2" in the objective function I can do the following:
...
4
votes
0answers
120 views
Compile CGAL for iOS / alternate 2D cad library?
I'm hoping to make use of CGAL in an iOS / iPad app. I'm a reasonably experienced iOS developer, but I haven't ever tried including a C++ library such as this one, and I haven't actually used CGAL ...
1
vote
3answers
76 views
Using data type like uint64_t in cgal's exact kernel
I am beginning with CGAL. What I would like to do is to create point that coordinates are number ~ 2^51.
typedef CGAL::Exact_predicates_exact_constructions_kernel K;
typedef K::Point_2 P;
uint_64 ...
4
votes
3answers
2k views
CMake not finding Boost
I saw at least 3 questions with the same title as this question. Each of them had a different answer that worked for the OP but not for me, so I am sorry to repeat the question...
I am trying to ...
4
votes
1answer
162 views
mesh package in R
I am looking for an R package which could provide a framework to interact with
Airborne-Laster-Scanning (ALS)-data and polygon-meshes. I guess it is pretty
straightforward to use RCPP for interfacing:
...
1
vote
0answers
64 views
Not able to generate CGAL Build files using cmake-gui for Visual Studio 2005
I was trying to generate the build files for CGAL 4.1.
I have boost 1.50 installed in my system.
Configure works fine but when I "generate" In the project I do not see any code files.
I am new to ...