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 <typename Graph><br> typename graph_traits<Graph>::vertices_size_type<br> ith_wavefront(typename graph_traits<Graph>::vertex_descriptor i,<br> const Graph& g) |
---|
22 | |
---|
23 | (2) |
---|
24 | template <typename Graph, typename VertexIndexMap><br> typename graph_traits<Graph>::vertices_size_type<br> ith_wavefront(typename graph_traits<Graph>::vertex_descriptor i,<br> const Graph& g,<br> VertexIndexMap index)</PRE> |
---|
25 | <p> </p> |
---|
26 | <p>Calculates the wavefront of the <i>ith</i>-vertex.<BR> |
---|
27 | <BR> |
---|
28 | </p> |
---|
29 | <H3>Defined in</H3> |
---|
30 | <A |
---|
31 | href="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 <typename Graph><br> typename graph_traits<Graph>::vertices_size_type<br> max_wavefront(const Graph& g) |
---|
37 | |
---|
38 | (2) |
---|
39 | template <typename Graph, typename VertexIndexMap><br> typename graph_traits<Graph>::vertices_size_type<br> max_wavefront(const Graph& g, VertexIndexMap index)</PRE> |
---|
40 | Calculates the maximum wavefront a graph.<BR> |
---|
41 | <BR> |
---|
42 | <H3>Defined in</H3> |
---|
43 | <p><A |
---|
44 | href="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 <typename Graph><br> typename graph_traits<Graph>::vertices_size_type<br> aver_wavefront(const Graph& g) |
---|
50 | |
---|
51 | (2) |
---|
52 | template <typename Graph, typename VertexIndexMap><br> typename graph_traits<Graph>::vertices_size_type<br> aver_wavefront(const Graph& g, VertexIndexMap index)</pre> |
---|
53 | Calculates the average wavefront of a graph (sum of all wavefronts devided by |
---|
54 | the number ob vertices).<br> |
---|
55 | <br> |
---|
56 | <h3>Defined in</h3> |
---|
57 | <a |
---|
58 | href="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 <typename Graph><br> typename graph_traits<Graph>::vertices_size_type<br> rms_wavefront(const Graph& g) |
---|
65 | |
---|
66 | (2) |
---|
67 | template <typename Graph, typename VertexIndexMap><br> typename graph_traits<Graph>::vertices_size_type<br> rms_wavefront(const Graph& g, VertexIndexMap index)</pre> |
---|
68 | Calculates the root mean square of all wavefronts.<br> |
---|
69 | <br> |
---|
70 | <h3>Defined in</h3> |
---|
71 | <a |
---|
72 | href="http://www.boost.org/boost/graph/wavefront.hpp"><tt>boost/graph/wavefront.hpp</tt></a> |
---|
73 | <p> </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> |
---|