mirror of https://github.com/CGAL/cgal
improve doc of constructor for polyhedral complex
pairs cannot be reversed or the domain is not consistent
This commit is contained in:
parent
564a6c72f4
commit
576a3799eb
|
|
@ -198,7 +198,11 @@ public:
|
||||||
@param end past the end iterator on the input polyhedral surfaces
|
@param end past the end iterator on the input polyhedral surfaces
|
||||||
@param indices_begin first iterator on the pairs of subdomain indices
|
@param indices_begin first iterator on the pairs of subdomain indices
|
||||||
(two subdomain indices per input polyhedral surface),
|
(two subdomain indices per input polyhedral surface),
|
||||||
corresponding to the first input polyhedral surface
|
corresponding to the first input polyhedral surface.
|
||||||
|
Each pair should be ordered as follows : the first (resp. second)
|
||||||
|
element is the index of the subdomain that lies on the
|
||||||
|
positively oriented (resp. negatively oriented) side of the
|
||||||
|
corresponding input polyhedral surface.
|
||||||
@param indices_end past the end iterator on the pairs of subdomain indices
|
@param indices_end past the end iterator on the pairs of subdomain indices
|
||||||
|
|
||||||
@tparam InputPolyhedraIterator model of `InputIterator`, holding `Polyhedron`'s
|
@tparam InputPolyhedraIterator model of `InputIterator`, holding `Polyhedron`'s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue