mirror of https://github.com/CGAL/cgal
48 lines
1.5 KiB
TeX
48 lines
1.5 KiB
TeX
%% Copyright (c) 2004 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>
|
|
|
|
|
|
\begin{ccRefClass}{Embedded_graph_traits< CGAL::Polyhedron_3<Traits> >}
|
|
|
|
%% add template arg's if necessary
|
|
|
|
%% \ccHtmlCrossLink{} %% add further rules for cross referencing links
|
|
%% \ccHtmlIndexC[class]{} %% add further index entries
|
|
\ccDefinition
|
|
|
|
The class \ccRefName\ and corresponding free-function overloads
|
|
provides the specializations for \ccc{CGAL::Polyhedron_3}
|
|
required to make it a model of a \ccc{DirectedEmbeddedGraph}.
|
|
|
|
\ccInclude{CGAL/boost/graph/Polyhedron_geometric_graph_traits.h}
|
|
|
|
\ccTypes
|
|
\ccTypedef{typename CGAL::Polyhedron_3::Point_3 Point ;}
|
|
{The Point type of the vertex (a 3D point in this case).}
|
|
|
|
\ccIsModel
|
|
\ccc{DirectedEmbeededGraph}
|
|
|
|
\ccSeeAlso
|
|
|
|
\end{ccRefClass}
|
|
|
|
% +------------------------------------------------------------------------+
|
|
%%RefPage: end of main body, begin of footer
|
|
% EOF
|
|
% +------------------------------------------------------------------------+
|
|
|