Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] build error when reconstruction surface without normals

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] build error when reconstruction surface without normals


Chronological Thread 
  • From: 芮泽亚 <>
  • To:
  • Subject: Re: [cgal-discuss] build error when reconstruction surface without normals
  • Date: Mon, 3 Feb 2014 20:47:01 +0000

It is sorted out. Thanks:)


2014-02-03 Sebastien Loriot (GeometryFactory) <>:
My patch was over CGAL-4.3, the file attached should be OK with CGAL-4.2.

Sebastien.


On 02/03/2014 11:58 AM, vanessa wrote:
Hi Sebastien,
When I replaced the header file, a new error occurs:

c:\program
files\cgal-4.2-beta1\include\cgal\poisson_reconstruction_function.h(348):
error C3861: 'make_identity_property_map': identifier not found
1>          c:\program
files\cgal-4.2-beta1\include\cgal\poisson_reconstruction_function.h(443) :
see reference to function template instantiation
'CGAL::Poisson_reconstruction_function<Gt>::Poisson_reconstruction_function<CGAL::Filter_iterator&lt;I,P>,CGAL::Normal_of_point_with_normal_pmap<Gt>>(InputIterator,InputIterator,NormalPMap,void
*)' being compiled
1>          with
1>          [
1>              Gt=Kernel,
1>
I=CGAL::Iterator_project<CGAL::Filter_iterator&lt;CGAL::Triangulation_3&lt;CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>,CGAL::Triangulation_data_structure_3<CGAL::Reconstruction_vertex_base_3&lt;CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>>,CGAL::Triangulation_cell_base_with_info_3<int,CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>>>>::Finite_vertices_iterator,CGAL::Reconstruction_triangulation_3<CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>::Is_steiner_point>,CGAL::Project_point<CGAL::Reconstruction_vertex_base_3&lt;CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>,CGAL::Triangulation_vertex_base_3<CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_
3
&lt;Kernel>>,CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3&lt;CGAL::Reconstruction_vertex_base_3&lt;CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>>,CGAL::Triangulation_cell_base_with_info_3<int,CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>>>>>>>>,
1>              P=CGAL::Poisson_skip_vertices,
1>
InputIterator=CGAL::Filter_iterator<CGAL::Iterator_project&lt;CGAL::Filter_iterator&lt;CGAL::Triangulation_3&lt;CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>,CGAL::Triangulation_data_structure_3<CGAL::Reconstruction_vertex_base_3&lt;CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>>,CGAL::Triangulation_cell_base_with_info_3<int,CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>>>>::Finite_vertices_iterator,CGAL::Reconstruction_triangulation_3<CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>::Is_steiner_point>,CGAL::Project_point<CGAL::Reconstruction_vertex_base_3&lt;CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>,CGAL::Triangulation_vertex_base_3<CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL:
:
Robust_circumcenter_filtered_traits_3&lt;Kernel>>,CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3&lt;CGAL::Reconstruction_vertex_base_3&lt;CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>>,CGAL::Triangulation_cell_base_with_info_3<int,CGAL::Reconstruction_triangulation_default_geom_traits_3&lt;CGAL::Robust_circumcenter_filtered_traits_3&lt;Kernel>>>>>>>>>,CGAL::Poisson_skip_vertices>,
1>
NormalPMap=CGAL::Normal_of_point_with_normal_pmap<CGAL::Epick>
1>          ]
1>          c:\program
files\cgal-4.2-beta1\include\cgal\poisson_reconstruction_function.h(531) :
see reference to function template instantiation 'bool
CGAL::Poisson_reconstruction_function<Gt>::compute_implicit_function<SparseLinearAlgebraTraits_d,CGAL::Poisson_visitor>(SparseLinearAlgebraTraits_d,Visitor,double,double)'
being compiled
1>          with
1>          [
1>              Gt=Kernel,
1>              SparseLinearAlgebraTraits_d=Solver,
1>              Visitor=CGAL::Poisson_visitor
1>          ]
1>          c:\program
files\cgal-4.2-beta1\include\cgal\poisson_reconstruction_function.h(542) :
see reference to function template instantiation 'bool
CGAL::Poisson_reconstruction_function<Gt>::compute_implicit_function<Solver>(SparseLinearAlgebraTraits_d,bool)'
being compiled
1>          with
1>          [
1>              Gt=Kernel,
1>              SparseLinearAlgebraTraits_d=Solver
1>          ]
1>          c:\program
files\cgal-4.2-beta1\include\cgal\poisson_reconstruction_function.h(540) :
while compiling class template member function 'bool
CGAL::Poisson_reconstruction_function<Gt>::compute_implicit_function(bool)'
1>          with
1>          [
1>              Gt=Kernel
1>          ]
1>          f:\surfacewithoutnormal.cpp(88) : see reference to class
template instantiation 'CGAL::Poisson_reconstruction_function<Gt>' being
compiled
1>          with
1>          [
1>              Gt=Kernel
1>          ]
1>
1>Build FAILED.

Is it another bug?
I am new to CGAL, so maybe the answer is obvious.
Thanks for your help.

Zeya



--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/build-error-when-reconstruction-surface-without-normals-tp4658740p4658750.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page