CGAL 6.1 - 2D Arrangements
|
#include <Concepts/AosDcelOuterCcb.h>
A hole record in a DCEL data structure, which stores the face that contains the hole in its interior, along with an iterator for the hole in the holes' container of this face.
AosDcel
AosDcelFace
Types | |
typedef unspecified_type | Face |
the corresponding DCEL face type. | |
typedef Face::OuterCcb_iterator | OuterCcb_iterator |
Creation | |
Arr_dcel_hole () | |
default constructor. | |
Access Functions | |
All functions below also have | |
Face * | face () |
returns the incident face, which contains ho in its interior. | |
OuterCcb_iterator | iterator () |
returns an iterator for the hole. | |
Modifiers | |
void | set_face (Face *f) |
sets the incident face. | |
void | set_iterator (OuterCcb_iterator it) |
sets the hole iterator. | |
the corresponding DCEL face type.
typedef Face::OuterCcb_iterator AosDcelOuterCcb::OuterCcb_iterator |
AosDcelOuterCcb::Arr_dcel_hole | ( | ) |
default constructor.
Face * AosDcelOuterCcb::face | ( | ) |
returns the incident face, which contains ho
in its interior.
OuterCcb_iterator AosDcelOuterCcb::iterator | ( | ) |
returns an iterator for the hole.
void AosDcelOuterCcb::set_face | ( | Face * | f | ) |
sets the incident face.
void AosDcelOuterCcb::set_iterator | ( | OuterCcb_iterator | it | ) |
sets the hole iterator.