Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Requirements for Point Generator Classes (Point_generator )

Definition

A class Point_generator satisfying input iterator requirements has to provide the following additional types and operations in order to qualify as a point generator class. The point generators described in section reference arrow fulfill these requirements.

Types

Point_generator::value_type
point class.

Point_generator::FT
class used for doing computations on point coordinates (has to fulfill fieldtype requirements).

Operations

FT pg.range () const return an absolute bound for the coordinates of all generated points.


Next: Class declaration of Traits
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The CGAL Project. 22 January 1999.