mirror of https://github.com/CGAL/cgal
51 lines
2.2 KiB
TeX
51 lines
2.2 KiB
TeX
%% Copyright (c) 2006 SciSoft. All rights reserved.
|
|
%%
|
|
%% This file is part of CGAL (www.cgal.org); you may redistribute it under
|
|
%% the terms of the Q Public License version 1.0.
|
|
%% See the file LICENSE.QPL distributed with CGAL.
|
|
%%
|
|
%% Licensees holding a valid commercial license may use this file in
|
|
%% accordance with the commercial license agreement provided with the software.
|
|
%%
|
|
%% This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
|
%% WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
%%
|
|
%%
|
|
%%
|
|
%% Author(s) : Fernando Cacciola <fernando_cacciola@hotmail.com>
|
|
|
|
\ccRefChapter{Boost Graph Library (Bgl) interface to CGAL \label{ref-chapter-BGL}}
|
|
|
|
This chapter introduces the concepts and classes that correspond to the \cgal\ \ccc{Bgl} package.\\
|
|
The packages provides a framework for interfacing \cgal\ data structures as \ccc{Bgl} graphs.
|
|
|
|
\section{Classified Reference Pages}
|
|
|
|
\ccHeading{Concepts}
|
|
\ccRefConceptPage{DirectedEmbeddedGraph} \\
|
|
\ccRefConceptPage{HalfedgeGraph} \\
|
|
\ccRefConceptPage{PropertyMap} \\
|
|
\ccRefConceptPage{EdgeIsBorderPropertyMap} \\
|
|
\ccRefConceptPage{VertexIsBorderPropertyMap} \\
|
|
\ccRefConceptPage{VertexPointPropertyConstMap} \\
|
|
\ccRefConceptPage{VertexPointPropertyMap} \\
|
|
|
|
\ccHeading{Classes}
|
|
\ccRefIdfierPage{CGAL::Edge_is_border_property}\\
|
|
\ccRefIdfierPage{CGAL::Vertex_is_border_property}\\
|
|
\ccRefIdfierPage{CGAL::Vertex_point_property}\\
|
|
\ccRefIdfierPage{boost::graph_traits< CGAL::Polyhedron_3<Traits> const > }\\
|
|
\ccRefIdfierPage{boost::graph_traits< CGAL::Polyhedron_3<Traits> > }\\
|
|
\ccRefIdfierPage{CGAL::Embedded_graph_traits< CGAL::Polyhedron_3<Traits> > }\\
|
|
\ccRefIdfierPage{CGAL::Halfedge_graph_traits< CGAL::Polyhedron_3<Traits> const > }\\
|
|
\ccRefIdfierPage{CGAL::Halfedge_graph_traits< CGAL::Polyhedron_3<Traits> > }\\
|
|
\ccRefIdfierPage{CGAL::Polyhedron_edge_is_border_map<Traits> }\\
|
|
\ccRefIdfierPage{CGAL::Polyhedron_vertex_is_border_map<Traits> }\\
|
|
\ccRefIdfierPage{CGAL::Polyhedron_vertex_point_const_map<Traits> }\\
|
|
\ccRefIdfierPage{CGAL::Polyhedron_vertex_point_map<Traits> }\\
|
|
|
|
% +------------------------------------------------------------------------+
|
|
%%RefPage: end of main body, begin of footer
|
|
% EOF
|
|
% +------------------------------------------------------------------------+
|