mirror of https://github.com/CGAL/cgal
66 lines
1.9 KiB
TeX
66 lines
1.9 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{ccRefConcept}{VertexIsBorderPropertyMap}
|
|
|
|
%% \ccHtmlCrossLink{} %% add further rules for cross referencing links
|
|
%% \ccHtmlIndexC[concept]{} %% add further index entries
|
|
|
|
\ccDefinition
|
|
|
|
The concept \ccRefName\ describes the requirements of a \ccc{PropertyMap} that accesses
|
|
the \ccc{CGAL::Vertex_is_border_property} for a graph.
|
|
|
|
\ccRefines
|
|
\ccc{PropertyMap}
|
|
|
|
\ccTypes
|
|
\ccTypedef{boost::readable_property_map_tag category;}
|
|
{Indicates that this property is read-only.}
|
|
|
|
\ccTypedef{bool value_type;}
|
|
{The type of the property.}
|
|
|
|
\ccTypedef{bool reference;}
|
|
{The result type of the map operator.}
|
|
|
|
\ccNestedType{key_type;}
|
|
{The type of \ccc{vertex-descriptor} to which the boolean is-border property is associated.}
|
|
|
|
\ccCreation
|
|
\ccCreationVariable{pm} %% choose variable name
|
|
|
|
\ccOperations
|
|
|
|
\ccMethod
|
|
{reference operator[]( key_type const& edge ) const;}
|
|
{Returns wether the vertex is a border or not.}
|
|
|
|
\ccHasModels
|
|
\ccRefIdfierPage{CGAL::Polyhedron_vertex_is_border_map<Traits> }\\
|
|
|
|
\ccSeeAlso
|
|
\ccRefIdfierPage{CGAL::Vertex_is_border_property}
|
|
|
|
\end{ccRefConcept}
|
|
|
|
|
|
% +------------------------------------------------------------------------+
|
|
%%RefPage: end of main body, begin of footer
|
|
% EOF
|
|
% +------------------------------------------------------------------------+
|
|
|