\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - Estimation of Local Differential Properties of Point-Sampled Surfaces
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

Concepts

conceptDataKernel
 The concept DataKernel describes the set of requirements to be fulfilled by any class used to instantiate first template parameter of the class CGAL::Monge_via_jet_fitting<DataKernel,LocalKernel,SvdTraits>. More...
 
conceptLocalKernel
 The concept LocalKernel describes the set of requirements to be fulfilled by any class used to instantiate the second template parameter of the class CGAL::Monge_via_jet_fitting<DataKernel,LocalKernel,SvdTraits>. More...
 
conceptSvdTraits
 The concept SvdTraits describes the set of requirements to be fulfilled by any class used to instantiate the third template parameter of the class CGAL::Monge_via_jet_fitting<DataKernel,LocalKernel,SvdTraits>. More...
 
conceptSvdTraits::Vector
 Concept of vector type used by the concept SvdTraits. More...
 
conceptSvdTraits::Matrix
 Concept of matrix type used by the concept SvdTraits. More...