mirror of https://github.com/CGAL/cgal
fix macro name
This commit is contained in:
parent
8e0edd5f30
commit
eba48ec7b1
|
|
@ -1077,24 +1077,24 @@ std::size_t snap_non_conformal_one_way(const HalfedgeRange& halfedge_range_S,
|
||||||
// \param np_A an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
|
// \param np_A an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
|
||||||
//
|
//
|
||||||
// \cgalNamedParamsBegin
|
// \cgalNamedParamsBegin
|
||||||
// \cgalParamBegin{vertex_point_map}
|
// \cgalParamNBegin{vertex_point_map}
|
||||||
// the property map with the points associated to the vertices of the source mesh.
|
// the property map with the points associated to the vertices of the source mesh.
|
||||||
// The type of this map is model of `ReadWritePropertyMap`. If this parameter is omitted,
|
// The type of this map is model of `ReadWritePropertyMap`. If this parameter is omitted,
|
||||||
// an internal property map for `CGAL::vertex_point_t` must be available in `TriangleMesh`.
|
// an internal property map for `CGAL::vertex_point_t` must be available in `TriangleMesh`.
|
||||||
// \cgalParamEnd
|
// \cgalParamNEnd
|
||||||
// \cgalParamBegin{geom_traits}
|
// \cgalParamNBegin{geom_traits}
|
||||||
// a geometric traits class instance, must be a model of `Kernel`
|
// a geometric traits class instance, must be a model of `Kernel`
|
||||||
// \cgalParamEnd
|
// \cgalParamNEnd
|
||||||
// \cgalNamedParamsEnd
|
// \cgalNamedParamsEnd
|
||||||
//
|
//
|
||||||
// \param np_B an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
|
// \param np_B an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
|
||||||
//
|
//
|
||||||
// \cgalNamedParamsBegin
|
// \cgalNamedParamsBegin
|
||||||
// \cgalParamBegin{vertex_point_map}
|
// \cgalParamNBegin{vertex_point_map}
|
||||||
// the property map with the points associated to the vertices of the target mesh.
|
// the property map with the points associated to the vertices of the target mesh.
|
||||||
// The type of this map is model of `ReadablePropertyMap`. If this parameter is omitted,
|
// The type of this map is model of `ReadablePropertyMap`. If this parameter is omitted,
|
||||||
// an internal property map for `CGAL::vertex_point_t` must be available in `TriangleMesh`.
|
// an internal property map for `CGAL::vertex_point_t` must be available in `TriangleMesh`.
|
||||||
// \cgalParamEnd
|
// \cgalParamNEnd
|
||||||
// \cgalNamedParamsEnd
|
// \cgalNamedParamsEnd
|
||||||
//
|
//
|
||||||
// \return the number of snapped vertex pairs
|
// \return the number of snapped vertex pairs
|
||||||
|
|
|
||||||
|
|
@ -1215,24 +1215,24 @@ namespace experimental {
|
||||||
// \param np_A an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
|
// \param np_A an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
|
||||||
//
|
//
|
||||||
// \cgalNamedParamsBegin
|
// \cgalNamedParamsBegin
|
||||||
// \cgalParamBegin{vertex_point_map}
|
// \cgalParamNBegin{vertex_point_map}
|
||||||
// the property map with the points associated to the vertices of the source mesh.
|
// the property map with the points associated to the vertices of the source mesh.
|
||||||
// The type of this map is model of `ReadWritePropertyMap`. If this parameter is omitted,
|
// The type of this map is model of `ReadWritePropertyMap`. If this parameter is omitted,
|
||||||
// an internal property map for `CGAL::vertex_point_t` must be available in `PolygonMesh`.
|
// an internal property map for `CGAL::vertex_point_t` must be available in `PolygonMesh`.
|
||||||
// \cgalParamEnd
|
// \cgalParamNEnd
|
||||||
// \cgalParamBegin{geom_traits}
|
// \cgalParamNBegin{geom_traits}
|
||||||
// a geometric traits class instance, must be a model of `Kernel`
|
// a geometric traits class instance, must be a model of `Kernel`
|
||||||
// \cgalParamEnd
|
// \cgalParamNEnd
|
||||||
// \cgalNamedParamsEnd
|
// \cgalNamedParamsEnd
|
||||||
//
|
//
|
||||||
// \param np_B an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
|
// \param np_B an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below
|
||||||
//
|
//
|
||||||
// \cgalNamedParamsBegin
|
// \cgalNamedParamsBegin
|
||||||
// \cgalParamBegin{vertex_point_map}
|
// \cgalParamNBegin{vertex_point_map}
|
||||||
// the property map with the points associated to the vertices of the target mesh.
|
// the property map with the points associated to the vertices of the target mesh.
|
||||||
// The type of this map is model of `ReadablePropertyMap`. If this parameter is omitted,
|
// The type of this map is model of `ReadablePropertyMap`. If this parameter is omitted,
|
||||||
// an internal property map for `CGAL::vertex_point_t` must be available in `PolygonMesh`.
|
// an internal property map for `CGAL::vertex_point_t` must be available in `PolygonMesh`.
|
||||||
// \cgalParamEnd
|
// \cgalParamNEnd
|
||||||
// \cgalNamedParamsEnd
|
// \cgalNamedParamsEnd
|
||||||
//
|
//
|
||||||
// \return the number of snapped vertex pairs
|
// \return the number of snapped vertex pairs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue