coriolis/katabatic/doc/html/GCellGrid_8h_source.html

204 lines
33 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0//EN'>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Katabatic Documentation</title>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="SoC.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<h1 id="pagetop" class="header">Katabatic - Routing Toolbox</h1>
<!--
<center class="header">
<table class="header">
<tr>
<td><a href="customSummary.html">Summary</a></td>
<td><a href="namespaces.html">Namespaces</a></td>
<td><a href="customHierarchy.html">Class Hierarchy</a></td>
<td><a href="annotated.html">Classes</a></td>
<td><a href="functions.html">Member Index</a></td>
</tr>
</table>
</center>
-->
<br>
<body onload="javascript:toggleLevel(1)">
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_46a5d811a0c60e95b7acaa92d73c003a.html">katabatic</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">GCellGrid.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// -*- C++ -*-</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This file is part of the Coriolis Software.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Copyright (c) UPMC 2008-2018, All Rights Reserved</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// +-----------------------------------------------------------------+</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// | C O R I O L I S |</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// | K a t a b a t i c - Routing Toolbox |</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// | |</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// | Author : Jean-Paul CHAPUT |</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// | E-mail : Jean-Paul.Chaput@lip6.fr |</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// | =============================================================== |</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment">// | C++ Header : &quot;./katabatic/GCellGrid.h&quot; |</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">// +-----------------------------------------------------------------+</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#ifndef KATABATIC_GCELL_GRID_H</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define KATABATIC_GCELL_GRID_H</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="keyword">namespace </span>Hurricane {</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keyword">class </span>Cell;</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;}</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &quot;katabatic/Constants.h&quot;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &quot;katabatic/Grid.h&quot;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &quot;katabatic/GCell.h&quot;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keyword">namespace </span>Katabatic {</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <span class="keyword">using</span> <a class="codeRef" doxygen="/dsk/l1/jpc/coriolis-2.x/src/coriolis/hurricane/doc/hurricane/html/hurricane.tag:../hurricane/" href="../hurricane/classHurricane_1_1Cell.html">Hurricane::Cell</a>;</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keyword">using</span> Hurricane::_TName;</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keyword">class </span>KatabaticEngine;</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="comment">// Class : &quot;Katabatic::GCellGrid&quot;.</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; </div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html"> 42</a></span>&#160; <span class="keyword">class </span><a class="code" href="classKatabatic_1_1GCellGrid.html">GCellGrid</a> : <span class="keyword">public</span> <a class="code" href="classKatabatic_1_1Grid.html">Grid</a>&lt;GCell&gt; {</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fe"> 44</a></span>&#160; <span class="keyword">enum</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fe">DensityMode</a> { <a class="code" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fead15bf3e5b63f398d76d717a088acd310">AverageHVDensity</a>=1 <span class="comment">// Average between all densities.</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40feaec0ad06385eae8d1e2dee4f3c9f9f4ed"> 45</a></span>&#160; , <a class="code" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40feaec0ad06385eae8d1e2dee4f3c9f9f4ed">AverageHDensity</a> =2 <span class="comment">// Average between all H densities.</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fead1a1d89017d10aeb63d1c05b6fb650dd"> 46</a></span>&#160; , <a class="code" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fead1a1d89017d10aeb63d1c05b6fb650dd">AverageVDensity</a> =3 <span class="comment">// Average between all V densities.</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea8265e053af0708a508ecbce86d1a8165"> 47</a></span>&#160; , <a class="code" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea8265e053af0708a508ecbce86d1a8165">MaxHVDensity</a> =4 <span class="comment">// Maximum between average H and average V.</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea5f0a89ca367ef98550eaa86c1e32c873"> 48</a></span>&#160; , <a class="code" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea5f0a89ca367ef98550eaa86c1e32c873">MaxVDensity</a> =5 <span class="comment">// Maximum of V densities.</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea2a6d29b012cc89026c3c0061f87a4f03"> 49</a></span>&#160; , <a class="code" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea2a6d29b012cc89026c3c0061f87a4f03">MaxHDensity</a> =6 <span class="comment">// Maximum of H densities.</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea90a2f4a4ee8558de9f99458ddeab852c"> 50</a></span>&#160; , <a class="code" href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea90a2f4a4ee8558de9f99458ddeab852c">MaxDensity</a> =7 <span class="comment">// Maximum of H &amp; V densities.</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; };</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <a class="codeRef" doxygen="/dsk/l1/jpc/coriolis-2.x/src/coriolis/hurricane/doc/hurricane/html/hurricane.tag:../hurricane/" href="../hurricane/classHurricane_1_1Cell.html">Cell</a>* <a class="code" href="classKatabatic_1_1GCellGrid.html#a148fdf09f18e7adb39a73c747f165266">getCell</a> () <span class="keyword">const</span>;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keyword">inline</span> <a class="code" href="classKatabatic_1_1KatabaticEngine.html">KatabaticEngine</a>* <a class="code" href="classKatabatic_1_1GCellGrid.html#af6f266b5c40e2dd7d387b5d4fcb5f196">getKatabatic</a> () <span class="keyword">const</span>;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a412fc9ba0a5d19ee3e7949c1ed6199ee">getDensityMode</a> () <span class="keyword">const</span>;</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">size_t</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a09721f6fc7df7727a63ddbc4552ad0d9">getHEdgeCapacity</a> () <span class="keyword">const</span>;</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">size_t</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#aee0cab79d66553ad9b2a7fc2bf8725be">getVEdgeCapacity</a> () <span class="keyword">const</span>;</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <a class="codeRef" doxygen="/dsk/l1/jpc/coriolis-2.x/src/coriolis/hurricane/doc/hurricane/html/hurricane.tag:../hurricane/" href="../hurricane/classHurricane_1_1Interval.html">Interval</a> <a class="code" href="classKatabatic_1_1GCellGrid.html#a371dfcfdfa4043649a81e1ff35287528">getUSide</a> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> ) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a8f5167eb40def2cfa878913743079f03">checkDensity</a> () <span class="keyword">const</span>;</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keywordtype">bool</span> checkEdgeOverflow ( <span class="keywordtype">size_t</span> hreserved, <span class="keywordtype">size_t</span> vreserved ) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a9b3455dce10eb98d0496175dd586528c">updateDensity</a> ();</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a032d6eb23f92e3a41a020d18c6bbc02d">updateContacts</a> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> flags=<a class="code" href="namespaceKatabatic.html#a2af2ad6b6441614038caf59d04b3b217af314588109fcc5f5ee1c42e5fd4d0ed5">KbOpenSession</a> );</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a86899930041463cf80b713c3ca5b4834">setDensityMode</a> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> );</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keywordtype">void</span> _xmlWrite ( ostream&amp; );</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keyword">virtual</span> Record* _getRecord () <span class="keyword">const</span>;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">string</span> _getString () <span class="keyword">const</span>;</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">string</span> _getTypeName () <span class="keyword">const</span>;</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="comment">// Attributes.</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <a class="code" href="classKatabatic_1_1KatabaticEngine.html">KatabaticEngine</a>* _katabatic;</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keywordtype">int</span> _densityMode;</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <span class="keywordtype">size_t</span> _hEdgeCapacity;</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="keywordtype">size_t</span> _vEdgeCapacity;</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="comment">// Constructors &amp; Destructors.</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <a class="code" href="classKatabatic_1_1GCellGrid.html">GCellGrid</a> ( <a class="code" href="classKatabatic_1_1KatabaticEngine.html">KatabaticEngine</a>* );</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="classKatabatic_1_1GCellGrid.html">GCellGrid</a> ();</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a3715b38135ca24745f610bebd3407c10">_postCreate</a> ();</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a7c13d9795eafd477994961f8a0d962d0">_preDestroy</a> ();</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keyword">static</span> <a class="code" href="classKatabatic_1_1GCellGrid.html">GCellGrid</a>* <a class="code" href="classKatabatic_1_1GCellGrid.html#a19a45b2e6c6b9ca8898b2fde035d1827">create</a> ( <a class="code" href="classKatabatic_1_1KatabaticEngine.html">KatabaticEngine</a>* );</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keyword">private</span>: </div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <a class="code" href="classKatabatic_1_1GCellGrid.html">GCellGrid</a> ( <span class="keyword">const</span> <a class="code" href="classKatabatic_1_1GCellGrid.html">GCellGrid</a>&amp; );</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <a class="code" href="classKatabatic_1_1GCellGrid.html">GCellGrid</a>&amp; operator= ( <span class="keyword">const</span> <a class="code" href="classKatabatic_1_1GCellGrid.html">GCellGrid</a>&amp; );</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="comment">// Friends.</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKatabatic_1_1KatabaticEngine.html">KatabaticEngine</a>;</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; };</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;</div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#af6f266b5c40e2dd7d387b5d4fcb5f196"> 93</a></span>&#160; <span class="keyword">inline</span> <a class="code" href="classKatabatic_1_1KatabaticEngine.html">KatabaticEngine</a>* <a class="code" href="classKatabatic_1_1GCellGrid.html#af6f266b5c40e2dd7d387b5d4fcb5f196">GCellGrid::getKatabatic</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> _katabatic; }</div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a412fc9ba0a5d19ee3e7949c1ed6199ee"> 94</a></span>&#160; <span class="keyword">inline</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a412fc9ba0a5d19ee3e7949c1ed6199ee">GCellGrid::getDensityMode</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> _densityMode; }</div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a09721f6fc7df7727a63ddbc4552ad0d9"> 95</a></span>&#160; <span class="keyword">inline</span> <span class="keywordtype">size_t</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a09721f6fc7df7727a63ddbc4552ad0d9">GCellGrid::getHEdgeCapacity</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> _hEdgeCapacity; }</div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#aee0cab79d66553ad9b2a7fc2bf8725be"> 96</a></span>&#160; <span class="keyword">inline</span> <span class="keywordtype">size_t</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#aee0cab79d66553ad9b2a7fc2bf8725be">GCellGrid::getVEdgeCapacity</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> _vEdgeCapacity; }</div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classKatabatic_1_1GCellGrid.html#a86899930041463cf80b713c3ca5b4834"> 97</a></span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classKatabatic_1_1GCellGrid.html#a86899930041463cf80b713c3ca5b4834">GCellGrid::setDensityMode</a> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> mode ) { _densityMode=mode; }</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;} <span class="comment">// End of Katabatic namespace.</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;INSPECTOR_P_SUPPORT(<a class="code" href="classKatabatic_1_1GCellGrid.html">Katabatic::GCellGrid</a>);</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="preprocessor">#endif // __KATABATIC_GCELL_GRID__</span></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a9b3455dce10eb98d0496175dd586528c"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a9b3455dce10eb98d0496175dd586528c">Katabatic::GCellGrid::updateDensity</a></div><div class="ttdeci">size_t updateDensity()</div><div class="ttdef"><b>Definition:</b> GCellGrid.cpp:158</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a412fc9ba0a5d19ee3e7949c1ed6199ee"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a412fc9ba0a5d19ee3e7949c1ed6199ee">Katabatic::GCellGrid::getDensityMode</a></div><div class="ttdeci">unsigned int getDensityMode() const </div><div class="ttdef"><b>Definition:</b> GCellGrid.h:94</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a7c13d9795eafd477994961f8a0d962d0"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a7c13d9795eafd477994961f8a0d962d0">Katabatic::GCellGrid::_preDestroy</a></div><div class="ttdeci">void _preDestroy()</div><div class="ttdef"><b>Definition:</b> GCellGrid.cpp:115</div></div>
<div class="ttc" id="namespaceKatabatic_html_a2af2ad6b6441614038caf59d04b3b217af314588109fcc5f5ee1c42e5fd4d0ed5"><div class="ttname"><a href="namespaceKatabatic.html#a2af2ad6b6441614038caf59d04b3b217af314588109fcc5f5ee1c42e5fd4d0ed5">Katabatic::KbOpenSession</a></div><div class="ttdef"><b>Definition:</b> Constants.h:23</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a07884f5e1af410e98208fed76a2b40fead1a1d89017d10aeb63d1c05b6fb650dd"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fead1a1d89017d10aeb63d1c05b6fb650dd">Katabatic::GCellGrid::AverageVDensity</a></div><div class="ttdef"><b>Definition:</b> GCellGrid.h:46</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_aee0cab79d66553ad9b2a7fc2bf8725be"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#aee0cab79d66553ad9b2a7fc2bf8725be">Katabatic::GCellGrid::getVEdgeCapacity</a></div><div class="ttdeci">size_t getVEdgeCapacity() const </div><div class="ttdef"><b>Definition:</b> GCellGrid.h:96</div></div>
<div class="ttc" id="classKatabatic_1_1Grid_html"><div class="ttname"><a href="classKatabatic_1_1Grid.html">Katabatic::Grid</a></div><div class="ttdoc">Template Class for Regular Grid. </div><div class="ttdef"><b>Definition:</b> Grid.h:136</div></div>
<div class="ttc" id="classHurricane_1_1Cell_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Cell.html">Hurricane::Cell</a></div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a07884f5e1af410e98208fed76a2b40fea5f0a89ca367ef98550eaa86c1e32c873"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea5f0a89ca367ef98550eaa86c1e32c873">Katabatic::GCellGrid::MaxVDensity</a></div><div class="ttdef"><b>Definition:</b> GCellGrid.h:48</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a07884f5e1af410e98208fed76a2b40fea8265e053af0708a508ecbce86d1a8165"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea8265e053af0708a508ecbce86d1a8165">Katabatic::GCellGrid::MaxHVDensity</a></div><div class="ttdef"><b>Definition:</b> GCellGrid.h:47</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a07884f5e1af410e98208fed76a2b40fead15bf3e5b63f398d76d717a088acd310"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fead15bf3e5b63f398d76d717a088acd310">Katabatic::GCellGrid::AverageHVDensity</a></div><div class="ttdef"><b>Definition:</b> GCellGrid.h:44</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_af6f266b5c40e2dd7d387b5d4fcb5f196"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#af6f266b5c40e2dd7d387b5d4fcb5f196">Katabatic::GCellGrid::getKatabatic</a></div><div class="ttdeci">KatabaticEngine * getKatabatic() const </div><div class="ttdef"><b>Definition:</b> GCellGrid.h:93</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a8f5167eb40def2cfa878913743079f03"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a8f5167eb40def2cfa878913743079f03">Katabatic::GCellGrid::checkDensity</a></div><div class="ttdeci">size_t checkDensity() const </div><div class="ttdef"><b>Definition:</b> GCellGrid.cpp:168</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a86899930041463cf80b713c3ca5b4834"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a86899930041463cf80b713c3ca5b4834">Katabatic::GCellGrid::setDensityMode</a></div><div class="ttdeci">void setDensityMode(unsigned int)</div><div class="ttdef"><b>Definition:</b> GCellGrid.h:97</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a032d6eb23f92e3a41a020d18c6bbc02d"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a032d6eb23f92e3a41a020d18c6bbc02d">Katabatic::GCellGrid::updateContacts</a></div><div class="ttdeci">void updateContacts(unsigned int flags=KbOpenSession)</div><div class="ttdef"><b>Definition:</b> GCellGrid.cpp:147</div></div>
<div class="ttc" id="classHurricane_1_1Interval_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Interval.html">Hurricane::Interval</a></div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a07884f5e1af410e98208fed76a2b40fea90a2f4a4ee8558de9f99458ddeab852c"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea90a2f4a4ee8558de9f99458ddeab852c">Katabatic::GCellGrid::MaxDensity</a></div><div class="ttdef"><b>Definition:</b> GCellGrid.h:50</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html">Katabatic::GCellGrid</a></div><div class="ttdoc">GCell Grid. </div><div class="ttdef"><b>Definition:</b> GCellGrid.h:42</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a148fdf09f18e7adb39a73c747f165266"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a148fdf09f18e7adb39a73c747f165266">Katabatic::GCellGrid::getCell</a></div><div class="ttdeci">Cell * getCell() const </div><div class="ttdef"><b>Definition:</b> GCellGrid.cpp:127</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a371dfcfdfa4043649a81e1ff35287528"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a371dfcfdfa4043649a81e1ff35287528">Katabatic::GCellGrid::getUSide</a></div><div class="ttdeci">Interval getUSide(unsigned int) const </div><div class="ttdef"><b>Definition:</b> GCellGrid.cpp:133</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a19a45b2e6c6b9ca8898b2fde035d1827"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a19a45b2e6c6b9ca8898b2fde035d1827">Katabatic::GCellGrid::create</a></div><div class="ttdeci">static GCellGrid * create(KatabaticEngine *)</div><div class="ttdef"><b>Definition:</b> GCellGrid.cpp:103</div></div>
<div class="ttc" id="classKatabatic_1_1KatabaticEngine_html"><div class="ttname"><a href="classKatabatic_1_1KatabaticEngine.html">Katabatic::KatabaticEngine</a></div><div class="ttdoc">The Katabatic Tool. </div><div class="ttdef"><b>Definition:</b> KatabaticEngine.h:91</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a3715b38135ca24745f610bebd3407c10"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a3715b38135ca24745f610bebd3407c10">Katabatic::GCellGrid::_postCreate</a></div><div class="ttdeci">void _postCreate()</div><div class="ttdef"><b>Definition:</b> GCellGrid.cpp:53</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a09721f6fc7df7727a63ddbc4552ad0d9"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a09721f6fc7df7727a63ddbc4552ad0d9">Katabatic::GCellGrid::getHEdgeCapacity</a></div><div class="ttdeci">size_t getHEdgeCapacity() const </div><div class="ttdef"><b>Definition:</b> GCellGrid.h:95</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a07884f5e1af410e98208fed76a2b40fe"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fe">Katabatic::GCellGrid::DensityMode</a></div><div class="ttdeci">DensityMode</div><div class="ttdef"><b>Definition:</b> GCellGrid.h:44</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a07884f5e1af410e98208fed76a2b40fea2a6d29b012cc89026c3c0061f87a4f03"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40fea2a6d29b012cc89026c3c0061f87a4f03">Katabatic::GCellGrid::MaxHDensity</a></div><div class="ttdef"><b>Definition:</b> GCellGrid.h:49</div></div>
<div class="ttc" id="classKatabatic_1_1GCellGrid_html_a07884f5e1af410e98208fed76a2b40feaec0ad06385eae8d1e2dee4f3c9f9f4ed"><div class="ttname"><a href="classKatabatic_1_1GCellGrid.html#a07884f5e1af410e98208fed76a2b40feaec0ad06385eae8d1e2dee4f3c9f9f4ed">Katabatic::GCellGrid::AverageHDensity</a></div><div class="ttdef"><b>Definition:</b> GCellGrid.h:45</div></div>
</div><!-- fragment --></div><!-- contents -->
<br>
<hr>
<table class="footer1">
<tr>
<td class="LFooter"><small>Generated by doxygen 1.8.5 on Mon Oct 1 2018</small></td>
<td class="RFooter"><a href='#pagetop'><small>Return to top of page</small></a></td>
</tr>
</table>
<table class="footer2">
<tr>
<td class="LFooter">Katabatic - Routing Toolbox</td>
<td class="RFooter"><small>Copyright &#169; 2008-2016 UPMC. All rights reserved</small></td>
</tr>
</table>
</body>
</html>