Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/graph/doc/wavefront.htm @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

  • Property svn:executable set to *
File size: 3.8 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<!-- saved from url=(0050)http://www.boost.org/libs/graph/doc/wavefront.html -->
3<HTML><HEAD><TITLE>Boost Graph Library: Wavefront</TITLE>
4<META http-equiv=Content-Type content="text/html; charset=windows-1252"><!--
5  -- Copyright (c) Jeremy Siek 2000
6  --
7  -- Permission to use, copy, modify, distribute and sell this software
8  -- and its documentation for any purpose is hereby granted without fee,
9  -- provided that the above copyright notice appears in all copies and
10  -- that both that copyright notice and this permission notice appear
11  -- in supporting documentation.  Silicon Graphics makes no
12  -- representations about the suitability of this software for any
13  -- purpose.  It is provided "as is" without express or implied warranty.
14  -->
15<META content="MSHTML 6.00.2715.400" name=GENERATOR></HEAD>
16<BODY text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000ee bgColor=#ffffff>
17<IMG SRC="../../../boost.png" 
18     ALT="C++ Boost" width="277" height="86"> <BR>
19<H1><A name=sec:wavefront></a><tt>ith_wavefront</tt> </H1>
20<PRE>  (1)
21  template &lt;typename Graph&gt;<br>  typename graph_traits&lt;Graph&gt;::vertices_size_type<br>  ith_wavefront(typename graph_traits&lt;Graph&gt;::vertex_descriptor i,<br>                const Graph&amp; g)
22
23  (2)
24  template &lt;typename Graph, typename VertexIndexMap&gt;<br>  typename graph_traits&lt;Graph&gt;::vertices_size_type<br>  ith_wavefront(typename graph_traits&lt;Graph&gt;::vertex_descriptor i,<br>                const Graph&amp; g,<br>                VertexIndexMap index)</PRE>
25<p>&nbsp;</p>
26<p>Calculates the wavefront of the <i>ith</i>-vertex.<BR>
27  <BR>
28</p>
29<H3>Defined in</H3>
30<A 
31href="http://www.boost.org/boost/graph/wavefront.hpp"><TT>boost/graph/wavefront.hpp</TT></A> 
32<HR>
33
34<H1><A name=sec:ith-wavefront></a><tt>max_wavefront</tt></H1>
35<PRE>  (1)
36  template &lt;typename Graph&gt;<br>  typename graph_traits&lt;Graph&gt;::vertices_size_type<br>  max_wavefront(const Graph&amp; g)
37
38  (2)
39  template &lt;typename Graph, typename VertexIndexMap&gt;<br>  typename graph_traits&lt;Graph&gt;::vertices_size_type<br>  max_wavefront(const Graph&amp; g, VertexIndexMap index)</PRE>
40Calculates the maximum wavefront a graph.<BR>
41<BR>
42<H3>Defined in</H3>
43<p><A 
44href="http://www.boost.org/boost/graph/wavefront.hpp"><TT>boost/graph/wavefront.hpp</TT></A> 
45</p>
46<hr>
47<h1><a name=sec:ith-wavefront></a><tt>aver_wavefront</tt></h1>
48<pre>  (1)
49  template &lt;typename Graph&gt;<br>  typename graph_traits&lt;Graph&gt;::vertices_size_type<br>  aver_wavefront(const Graph&amp; g)
50
51  (2)
52  template &lt;typename Graph, typename VertexIndexMap&gt;<br>  typename graph_traits&lt;Graph&gt;::vertices_size_type<br>  aver_wavefront(const Graph&amp; g, VertexIndexMap index)</pre>
53Calculates the average wavefront of a graph (sum of all wavefronts devided by
54the number ob vertices).<br>
55<br>
56<h3>Defined in</h3>
57<a 
58href="http://www.boost.org/boost/graph/wavefront.hpp"><tt>boost/graph/wavefront.hpp</tt></a> 
59<p><BR>
60</p>
61<hr>
62<h1><a name=sec:ith-wavefront></a><tt>rms_wavefront</tt></h1>
63<pre>  (1)
64  template &lt;typename Graph&gt;<br>  typename graph_traits&lt;Graph&gt;::vertices_size_type<br>  rms_wavefront(const Graph&amp; g)
65
66  (2)
67  template &lt;typename Graph, typename VertexIndexMap&gt;<br>  typename graph_traits&lt;Graph&gt;::vertices_size_type<br>  rms_wavefront(const Graph&amp; g, VertexIndexMap index)</pre>
68Calculates the root mean square of all wavefronts.<br>
69<br>
70<h3>Defined in</h3>
71<a 
72href="http://www.boost.org/boost/graph/wavefront.hpp"><tt>boost/graph/wavefront.hpp</tt></a> 
73<p>&nbsp; </p>
74<HR>
75<TABLE>
76  <TBODY>
77  <TR vAlign=top>
78    <TD noWrap>Copyright © 2001-2002</TD>
79    <TD>Marc Wintermantel, ETH Zurich(<A 
80      href="mailto:wintermantel@imes.mavt.ethz.ch">wintermantel@imes.mavt.ethz.ch</a>)
81    </TD>
82  </TR></TBODY></TABLE></BODY></HTML>
Note: See TracBrowser for help on using the repository browser.