mirror of https://github.com/CGAL/cgal
document the new named parameter
This commit is contained in:
parent
a207317cf5
commit
699a43e47f
|
|
@ -310,6 +310,15 @@ of close meshes should be done in addition to surface intersection tests.
|
|||
\b Default value is `false`
|
||||
\cgalNPEnd
|
||||
|
||||
\cgalNPBegin{new_face_visitor} \anchor PMP_new_face_visitor
|
||||
A class model of `PMPCorefinementNewFaceVisitor` that is used in corefinement related functions
|
||||
to track the creation of new faces.
|
||||
\n
|
||||
\b Type : `A class` \n
|
||||
\b Default value is a model of `PMPCorefinementNewFaceVisitor` that is doing nothing
|
||||
\cgalNPEnd
|
||||
|
||||
|
||||
\cgalNPTableEnd
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -471,6 +471,9 @@ boolean_operation( TriangleMesh& tm1,
|
|||
* Note that if the property map is writable, the indices of the faces
|
||||
* of `tm1` and `tm2` will be set after the corefinement is done.
|
||||
* \cgalParamEnd
|
||||
* \cgalParamBegin{new_face_visitor} a class model of `PMPCorefinementNewFaceVisitor`
|
||||
* that is used to track the creation of new faces (`np1` only)
|
||||
* \cgalParamEnd
|
||||
* \cgalNamedParamsEnd
|
||||
*
|
||||
* @param np_out optional sequence of \ref pmp_namedparameters "Named Parameters" among the ones listed below
|
||||
|
|
@ -611,6 +614,9 @@ corefine_and_compute_difference( TriangleMesh& tm1,
|
|||
* \cgalParamBegin{edge_is_constrained_map} a property map containing the
|
||||
* constrained-or-not status of each edge of `tm1` (`tm2`)
|
||||
* \cgalParamEnd
|
||||
* \cgalParamBegin{new_face_visitor} a class model of `PMPCorefinementNewFaceVisitor`
|
||||
* that is used to track the creation of new faces (`np1` only)
|
||||
* \cgalParamEnd
|
||||
* \cgalNamedParamsEnd
|
||||
*
|
||||
*/
|
||||
|
|
@ -711,6 +717,9 @@ namespace experimental {
|
|||
* \cgalParamBegin{edge_is_constrained_map} a property map containing the
|
||||
* constrained-or-not status of each edge of `tm`
|
||||
* \cgalParamEnd
|
||||
* \cgalParamBegin{new_face_visitor} a class model of `PMPCorefinementNewFaceVisitor`
|
||||
* that is used to track the creation of new faces
|
||||
* \cgalParamEnd
|
||||
* \cgalNamedParamsEnd
|
||||
*
|
||||
*/
|
||||
|
|
@ -785,7 +794,10 @@ namespace experimental {
|
|||
* \cgalParamBegin{edge_is_constrained_map} a property map containing the
|
||||
* constrained-or-not status of each edge of `tm`
|
||||
* \cgalParamEnd
|
||||
* \cgalParamBegin{face_index_map} a property map containing the index of each face of `tm` \cgalParamEnd
|
||||
* \cgalParamBegin{face_index_map} a property map containing the index of each face of `tm` \cgalParamEnd
|
||||
* \cgalParamBegin{new_face_visitor} a class model of `PMPCorefinementNewFaceVisitor`
|
||||
* that is used to track the creation of new faces
|
||||
* \cgalParamEnd
|
||||
* \cgalNamedParamsEnd
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue