\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - dD Convex Hulls and Delaunay Triangulations
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Convex_hull_d< R > Member List

This is the complete list of members for CGAL::Convex_hull_d< R >, including all inherited members.

all_facets()CGAL::Convex_hull_d< R >
all_points()CGAL::Convex_hull_d< R >
all_simplices()CGAL::Convex_hull_d< R >
all_vertices()CGAL::Convex_hull_d< R >
associated_point(Vertex_handle v)CGAL::Convex_hull_d< R >
bounded_side(const Point_d &x)CGAL::Convex_hull_d< R >
clear(int d)CGAL::Convex_hull_d< R >
Convex_hull_d(int d, R Kernel=R())CGAL::Convex_hull_d< R >
convex_hull_d_to_polyhedron_3(const Convex_hull_d< R > &C, Polyhedron_3< T, HDS > &P)CGAL::Convex_hull_d< R >related
current_dimension()CGAL::Convex_hull_d< R >
d3_surface_map(const Convex_hull_d< R > &C, GRAPH< typename Convex_hull_d< R >::Point_d, int > &G)CGAL::Convex_hull_d< R >related
dimension()CGAL::Convex_hull_d< R >
Facet_handle typedefCGAL::Convex_hull_d< R >
Facet_iterator typedefCGAL::Convex_hull_d< R >
facets_begin()CGAL::Convex_hull_d< R >
facets_end()CGAL::Convex_hull_d< R >
facets_visible_from(const Point_d &x)CGAL::Convex_hull_d< R >
Hull_point_const_iterator typedefCGAL::Convex_hull_d< R >
hull_points_begin()CGAL::Convex_hull_d< R >
hull_points_end()CGAL::Convex_hull_d< R >
Hull_vertex_iterator typedefCGAL::Convex_hull_d< R >
hull_vertices_begin()CGAL::Convex_hull_d< R >
hull_vertices_end()CGAL::Convex_hull_d< R >
Hyperplane_d typedefCGAL::Convex_hull_d< R >
hyperplane_supporting(Facet_handle f)CGAL::Convex_hull_d< R >
index(Vertex_handle v)CGAL::Convex_hull_d< R >
index_of_vertex_in_opposite_facet(Facet_handle f, int i)CGAL::Convex_hull_d< R >
index_of_vertex_in_opposite_simplex(Simplex_handle s, int i)CGAL::Convex_hull_d< R >
insert(const Point_d &x)CGAL::Convex_hull_d< R >
insert(Forward_iterator first, Forward_iterator last)CGAL::Convex_hull_d< R >
is_dimension_jump(const Point_d &x)CGAL::Convex_hull_d< R >
is_valid(bool throw_exceptions=false)CGAL::Convex_hull_d< R >
number_of_facets()CGAL::Convex_hull_d< R >
number_of_simplices()CGAL::Convex_hull_d< R >
number_of_vertices()CGAL::Convex_hull_d< R >
opposite_facet(Facet_handle f, int i)CGAL::Convex_hull_d< R >
opposite_simplex(Simplex_handle s, int i)CGAL::Convex_hull_d< R >
Point_const_iterator typedefCGAL::Convex_hull_d< R >
Point_d typedefCGAL::Convex_hull_d< R >
point_of_facet(Facet_handle f, int i)CGAL::Convex_hull_d< R >
point_of_simplex(Simplex_handle s, int i)CGAL::Convex_hull_d< R >
points_begin()CGAL::Convex_hull_d< R >
points_end()CGAL::Convex_hull_d< R >
print_statistics()CGAL::Convex_hull_d< R >
R typedefCGAL::Convex_hull_d< R >
simplex(Vertex_handle v)CGAL::Convex_hull_d< R >
Simplex_handle typedefCGAL::Convex_hull_d< R >
Simplex_iterator typedefCGAL::Convex_hull_d< R >
simplices_begin()CGAL::Convex_hull_d< R >
simplices_end()CGAL::Convex_hull_d< R >
Vertex_handle typedefCGAL::Convex_hull_d< R >
Vertex_iterator typedefCGAL::Convex_hull_d< R >
vertex_of_facet(Facet_handle f, int i)CGAL::Convex_hull_d< R >
vertex_of_simplex(Simplex_handle s, int i)CGAL::Convex_hull_d< R >
vertices_begin()CGAL::Convex_hull_d< R >
vertices_end()CGAL::Convex_hull_d< R >
visit_all_facets(const Visitor &V)CGAL::Convex_hull_d< R >