Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Example code for "Estimation of Local Differential Properties of Point-Sampled Surfaces"

Subject: CGAL users discussion list

List archive

[cgal-discuss] Example code for "Estimation of Local Differential Properties of Point-Sampled Surfaces"


Chronological Thread 
  • From: Kelvin_Piroddi <>
  • To:
  • Subject: [cgal-discuss] Example code for "Estimation of Local Differential Properties of Point-Sampled Surfaces"
  • Date: Wed, 3 Aug 2016 02:17:24 -0700 (PDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:tAyu/xGXPhUDpcspwjOZJZ1GYnF86YWxBRYc798ds5kLTJ75os6wAkXT6L1XgUPTWs2DsrQf2rKQ7PGrADdaqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ3pzxiLH5osaJKyxzxxOFKYtoKxu3qQiD/uI3uqBFbpgL9x3Sv3FTcP5Xz247bXianhL7+9vitMU7q3cYjdt6qZ8FCP2yP/9gFf0LRAghZms67cmuuRjYRhaU/VMdVH8Xm1xGGVvr9hb/C7T8tjX7sN1F2TOdMcH3BeQ3QTW46KtnSTfnjS4GM3gy92SB2Z84t75SvB/0/k83+IXTeozAb6Imcw==

Hi

I am trying to run the example code for:

Jet_fitting_3/Single_estimation.cpp

The typedef's are:

typedef double DFT;
typedef CGAL::Simple_cartesian<DFT> Data_Kernel;
typedef Data_Kernel::Point_3 DPoint;
typedef CGAL::Monge_via_jet_fitting<Data_Kernel> My_Monge_via_jet_fitting;
typedef My_Monge_via_jet_fitting::Monge_form My_Monge_form;

My errors are:

error: C2976: 'CGAL::Monge_via_jet_fitting': too few template arguments
error: C2955: 'CGAL::Monge_via_jet_fitting': use of class template requires
template argument list

I am not sure why i am getting theses errors?

Thank you



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Example-code-for-Estimation-of-Local-Differential-Properties-of-Point-Sampled-Surfaces-tp4662125.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page