PDA

View Full Version : CGAL in Qt4?



lni
31st March 2009, 21:42
In CGAL website at the end of this page: http://www.cgal.org/Manual/3.4/doc_html/cgal_manual/packages.html

It says "This package provides classes for displaying CGAL objects and data structures in the Qt 4 Graphics View Framework."

But I could not find any examples Qt showing CGAL objects... Can some give a pointer?

Thanks

grinderfox
14th April 2009, 09:26
take a look at the
CGAL_DIR/demo/Triangulation_2
best regards,
grinderfox

ivanotero76
26th January 2017, 16:05
hellow,

I found them but! How could I display and view this sample in my qt app??

Is there any workflow of how to show a sigle point 3D??

I need to show several planes.

Before this I need to calculate plane equation to show those planes.

What is the best way to do that, calculate planes with 3 points and show those plane and poins with cgal??

Thank and best regards.

d_stranz
26th January 2017, 18:28
Maybe reading the CGAL documentation (http://doc.cgal.org/latest/GraphicsView/index.html#Chapter_CGAL_and_the_Qt_Graphics_View_F ramework) or looking at the CGAL posts on stackoverflow (http://stackoverflow.com/questions/tagged/cgal%29?) would help.

Your question is more in the use of CGAL than it is Qt, so you would probably get better help a forum devoted to CGAL.