Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Poisson Reconstruction - Taucs + Pmap

Subject: CGAL users discussion list

List archive

[cgal-discuss] Poisson Reconstruction - Taucs + Pmap


Chronological Thread 
  • From: Michael Jeulin-L <>
  • To:
  • Subject: [cgal-discuss] Poisson Reconstruction - Taucs + Pmap
  • Date: Mon, 23 Nov 2009 10:42:18 +0100 (CET)

Hi,

Excuse me to disturb you one more time, but I have some questions/problems
about/with this package.

First, I saw in the documentation that poisson_reconstruction_function use
TAUCS sparse linear solver and I believe that Taucs was included into CGAL
package (3.5). But, when I try to include the file needed for the computation
I
have the following error :
taucs.h : NO such File or directory (from Taucs_fix.h)
So I don`t know if I have to download and install taucs library separately (I
saw that there also is some problem to do it with gc++) or if I just missed
something else ?

The second question concern Point_with_normal_3 + Pmap [boost], I didn`t find
any documentation to use it with CGAL. For the moment I have
typedef std::pair<Point, Vector> PointVectorPair; from the processus to
provide
a points set with normals and I don`t really understand how to use it with the
poisson_reconstruction_function.

Thank you very much.
Regards.



Archive powered by MHonArc 2.6.16.

Top of Page