Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] surface reconstruction

Subject: CGAL users discussion list

List archive

[cgal-discuss] surface reconstruction


Chronological Thread 
  • From: carolina <>
  • To:
  • Subject: [cgal-discuss] surface reconstruction
  • Date: Thu, 1 Oct 2015 11:32:49 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:cTn9/xUDtBc3cUlDyTJ+PACXO3nV8LGtZVwlr6E/grcLSJyIuqrYZheEt8tkgFKBZ4jH8fUM07OQ6PC8HzJaqsze+Fk5M7VyFDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpq8GVPV8D3mX1SIgxBSv1hD2ZjtMRj4pmJ/R54TryiVwMRd5rw3h1L0mYhRf265T41pdi9yNNp6BprJYYAu2pN5g/GLdXBTBjP2Eu79DwrjHCSxGO7z0SSDY4iB1NVgPM9hb+X5H4+n/5v/B63HnLFcLzRLEwHz+l6vE4G1fTlC4bOmthoynsgctqgfcDrQ==

Hi all,

I am a new user of CGAL. I would like to mesh and import, from a 3D point cloud, a model. 

Following the user manual, I decided to try the "Surface reconstruction using" the given example. 
I obtained the following message: 
In file included from /home/klissa/Desktop/data/data_CGAL/surface_rec_from_point.cpp:11:0:
/usr/local/include/CGAL/Poisson_reconstruction_function.h: In member function ‘bool CGAL::Poisson_reconstruction_function<Gt>::compute_implicit_function(bool)’:
/usr/local/include/CGAL/Poisson_reconstruction_function.h:537:13: error: ‘Eigen_solver_traits’ does not name a type
typedef Eigen_solver_traits<Eigen::ConjugateGradient<Eigen_sparse_symmetric_matrix<double>::EigenType> > Solver;
^
/usr/local/include/CGAL/Poisson_reconstruction_function.h:538:38: error: ‘Solver’ was not declared in this scope
return compute_implicit_function<Solver>(Solver(), smoother_hole_filling);
^
make[2]: *** [CMakeFiles/surface_rec_from_point.dir/surface_rec_from_point.cpp.o] Error 1
make[1]: *** [CMakeFiles/surface_rec_from_point.dir/all] Error 2
make: *** [all] Error 2 

I have seen other message about the same topic, but I couldn't solve mine. 

I am running the last version of CGAL on Ubuntu 14.04.3 (I am not an expert user!).

Can anyone help me?

Kind regards,


Carolina



Archive powered by MHonArc 2.6.18.

Top of Page