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

Polyhedron from Chull (Build_polyhedron_from_chull)

#include <CGAL/dd_geo/chull_support_3.h>

Definition

Build_polyhedron_from_chullis a modifier class, see Modifier_base in the CGAL Support Library. HDS is the halfedge data structure of the polyhedral surface. ChullType is a three-dimensional chull type. The builder constructs the polyhedron incrementally from a chull object using Polyhedron_incremental_builder_3.

Types

Build_polyhedron_from_chull<HDS, ChullType>::HDS
half-edge data structure with a vertex type with associated points.


Build_polyhedron_from_chull<HDS, ChullType>::ChullType
chull type.


Build_polyhedron_from_chull<HDS, ChullType>::Point
== HdsVertex::Point == ChullType::POINT.

Creation

Build_polyhedron_from_chull<HDS, ChullType> *this ( ChullType& CH);
creates a modifier class and stores a reference to the chull CH.

Operations

void *this ( HDS& hds) builds the polyhedral surface represented by the chull CH in hds.


Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The GALIA project. Jan 18, 2000.