CGAL 6.1 - 2D Arrangements
Loading...
Searching...
No Matches
AosDcelInnerCcb Class Reference

#include <Concepts/AosDcelInnerCcb.h>

Definition

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.

See also
AosDcel
AosDcelFace

Types

typedef unspecified_type Face
 the corresponding Dcel face type.
 
typedef Face::InnerCcb_iterator InnerCcb_iterator
 

Creation

 Arr_dcel_hole ()
 default constructor.
 

Access Functions

All functions below also have const counterparts, returning non-mutable pointers or iterators:

Faceface ()
 returns the incident face, which contains ho in its interior.
 
InnerCcb_iterator iterator ()
 returns an iterator for the hole.
 

Modifiers

void set_face (Face *f)
 sets the incident face.
 
void set_iterator (InnerCcb_iterator it)
 sets the hole iterator.
 

Member Typedef Documentation

◆ Face

the corresponding Dcel face type.

◆ InnerCcb_iterator

typedef Face::InnerCcb_iterator AosDcelInnerCcb::InnerCcb_iterator

Member Function Documentation

◆ Arr_dcel_hole()

AosDcelInnerCcb::Arr_dcel_hole ( )

default constructor.

◆ face()

Face * AosDcelInnerCcb::face ( )

returns the incident face, which contains ho in its interior.

◆ iterator()

InnerCcb_iterator AosDcelInnerCcb::iterator ( )

returns an iterator for the hole.

◆ set_face()

void AosDcelInnerCcb::set_face ( Face f)

sets the incident face.

◆ set_iterator()

void AosDcelInnerCcb::set_iterator ( InnerCcb_iterator  it)

sets the hole iterator.