mirror of https://github.com/CGAL/cgal
40 lines
1.8 KiB
Plaintext
40 lines
1.8 KiB
Plaintext
/// \defgroup PkgJet_fitting_3Ref Estimation of Local Differential Properties of Point-Sampled Surfaces Reference
|
|
/// \defgroup PkgJet_fitting_3Concepts Concepts
|
|
/// \ingroup PkgJet_fitting_3Ref
|
|
/*!
|
|
\addtogroup PkgJet_fitting_3Ref
|
|
\todo check generated documentation
|
|
\cgalPkgDescriptionBegin{Estimation of Local Differential Properties of Point-Sampled Surfaces,PkgJet_fitting_3}
|
|
\cgalPkgPicture{DavidDetail.png}
|
|
\cgalPkgSummaryBegin
|
|
\cgalPkgAuthors{Marc Pouget and Frédéric Cazals}
|
|
\cgalPkgDesc{For a surface discretized as a point cloud or a mesh, it is desirable to estimate pointwise differential quantities. More precisely, first order properties correspond to the normal or the tangent plane; second order properties provide the principal curvatures and directions, third order properties provide the directional derivatives of the principal curvatures along the curvature lines, etc. This package allows the estimation of local differential quantities of a surface from a point sample.}
|
|
\cgalPkgManuals{Chapter_Estimation_of_Local_Differential_Properties_of_Point-Sampled_Surfaces,PkgJet_fitting_3Ref}
|
|
\cgalPkgSummaryEnd
|
|
\cgalPkgShortInfoBegin
|
|
\cgalPkgSince{3.3}
|
|
\cgalPkgDependsOn{\ref PkgSolver and \ref thirdpartyEigen}
|
|
\cgalPkgBib{cgal:pc-eldp}
|
|
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
|
\cgalPkgDemo{Polyhedron demo,polyhedron_3.zip}
|
|
\cgalPkgShortInfoEnd
|
|
\cgalPkgDescriptionEnd
|
|
|
|
\cgalClassifedRefPages
|
|
|
|
## Concepts ##
|
|
- `DataKernel`
|
|
- `LocalKernel`
|
|
|
|
|
|
## Classes ##
|
|
- \link CGAL::Monge_via_jet_fitting::Monge_form `CGAL::Monge_via_jet_fitting< DataKernel, LocalKernel, SvdTraits>::Monge_form` \endlink
|
|
- `CGAL::Monge_via_jet_fitting<DataKernel, LocalKernel, SvdTraits>`
|
|
|
|
|
|
## Global Functions ##
|
|
The insert operator (operator<< ) is overloaded for the class \link CGAL::Monge_via_jet_fitting::Monge_form `Monge_form` \endlink.
|
|
|
|
*/
|
|
|