coriolis/kite/doc/html/TrackSegment_8h_source.html

122 lines
61 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>Kite - Detailed Router</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">Kite - Detailed Router</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)">
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></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_2916ee297f5e79ec495d393dfe8ba769.html">kite</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">TrackSegment.h</div> </div>
</div><!--header-->
<div class="contents">
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<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 i t e - D e t a i l e d R o u t e r |</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@asim.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;./kite/TrackSegment.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 KITE_TRACK_SEGMENT_H</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#define KITE_TRACK_SEGMENT_H</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &lt;set&gt;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &lt;functional&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &quot;kite/TrackElement.h&quot;</span></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;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceKite.html">Kite</a> {</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="keyword">using</span> std::string;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <span class="keyword">using</span> std::map;</div><div class="line"><a name="l00029"></a><span class="lineno
<div class="ttc" id="classKatabatic_1_1GCell_1_1CompareByDensity_html"><div class="ttname"><a href="../katabatic/classKatabatic_1_1GCell_1_1CompareByDensity.html">Katabatic::GCell</a></div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html"><div class="ttname"><a href="classKite_1_1TrackSegment.html">Kite::TrackSegment</a></div><div class="ttdoc">Derived Katabatic::AutoSegment for the router. </div><div class="ttdef"><b>Definition:</b> TrackSegment.h:46</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_abb61228ad7b29c19c6428902d34126f7"><div class="ttname"><a href="classKite_1_1TrackSegment.html#abb61228ad7b29c19c6428902d34126f7">Kite::TrackSegment::getMaxUnderDensity</a></div><div class="ttdeci">virtual float getMaxUnderDensity(unsigned int flags) const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:408</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_add556a145a89fdbcea82346abfb873dc"><div class="ttname"><a href="classKite_1_1TrackSegment.html#add556a145a89fdbcea82346abfb873dc">Kite::TrackSegment::isLocal</a></div><div class="ttdeci">virtual bool isLocal() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:151</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_afd7362b850709bed8b61c1aa22399f97"><div class="ttname"><a href="classKite_1_1TrackSegment.html#afd7362b850709bed8b61c1aa22399f97">Kite::TrackSegment::isFixed</a></div><div class="ttdeci">virtual bool isFixed() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:148</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a5bd93abe1416952ace15a98dbeeed124"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a5bd93abe1416952ace15a98dbeeed124">Kite::TrackSegment::revalidate</a></div><div class="ttdeci">virtual void revalidate()</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:331</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_a55d6115d84c11ad147f4c38fe372ea24"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a55d6115d84c11ad147f4c38fe372ea24">Kite::TrackSegment::getPrevious</a></div><div class="ttdeci">virtual TrackElement * getPrevious() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:197</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a536f91d468e6c2097f85169e6d790f64"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a536f91d468e6c2097f85169e6d790f64">Kite::TrackSegment::create</a></div><div class="ttdeci">static TrackElement * create(AutoSegment *, Track *, bool &amp;created)</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:125</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_ab5b5aaa5b318369feee6003dbad039c2"><div class="ttname"><a href="classKite_1_1TrackSegment.html#ab5b5aaa5b318369feee6003dbad039c2">Kite::TrackSegment::getAxis</a></div><div class="ttdeci">virtual DbU::Unit getAxis() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:170</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a893f1101c650c08c98612515c2b1a89c"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a893f1101c650c08c98612515c2b1a89c">Kite::TrackSegment::invalidate</a></div><div class="ttdeci">virtual void invalidate()</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:178</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_a010b7fc8801c5b88aefa4137cf85186d"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a010b7fc8801c5b88aefa4137cf85186d">Kite::TrackSegment::getNext</a></div><div class="ttdeci">virtual TrackElement * getNext() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:190</div></div>
<div class="ttc" id="classHurricane_1_1Net_1_1Direction_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Net_1_1Direction.html">Hurricane::Net</a></div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_aa0ba92ebf19f596537dc051c090d5736"><div class="ttname"><a href="classKite_1_1TrackSegment.html#aa0ba92ebf19f596537dc051c090d5736">Kite::TrackSegment::getPerpandiculars</a></div><div class="ttdeci">virtual TrackElements getPerpandiculars()</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:176</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_acc245ce084989d1c34816d0e61b9d510"><div class="ttname"><a href="classKite_1_1TrackSegment.html#acc245ce084989d1c34816d0e61b9d510">Kite::TrackSegment::swapTrack</a></div><div class="ttdeci">virtual void swapTrack(TrackElement *)</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:350</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a7a9637875364e84e6862de0102341715"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a7a9637875364e84e6862de0102341715">Kite::TrackSegment::makeDogleg</a></div><div class="ttdeci">virtual TrackElement * makeDogleg()</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:705</div></div>
<div class="ttc" id="group__DbUGroup_html_ga4fbfa3e8c89347af76c9628ea06c4146"><div class="ttname"><a href="../hurricane/group__DbUGroup.html#ga4fbfa3e8c89347af76c9628ea06c4146">Hurricane::DbU::Unit</a></div><div class="ttdeci">std::int64_t Unit</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_a95ec3b8e7e1ec87c20ee0b37bcc96df7"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a95ec3b8e7e1ec87c20ee0b37bcc96df7">Kite::TrackSegment::getParent</a></div><div class="ttdeci">virtual TrackElement * getParent() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:204</div></div>
<div class="ttc" id="classKite_1_1Track_html"><div class="ttname"><a href="classKite_1_1Track.html">Kite::Track</a></div><div class="ttdoc">Structure managing one routing track. </div><div class="ttdef"><b>Definition:</b> Track.h:42</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>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_add78c6f914788c549f144998caacda84"><div class="ttname"><a href="classKite_1_1TrackSegment.html#add78c6f914788c549f144998caacda84">Kite::TrackSegment::getDoglegLevel</a></div><div class="ttdeci">virtual unsigned int getDoglegLevel() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:172</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a692492374623a5c6096b2c4a51190359"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a692492374623a5c6096b2c4a51190359">Kite::TrackSegment::getNet</a></div><div class="ttdeci">virtual Net * getNet() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:166</div></div>
<div class="ttc" id="classKatabatic_1_1AutoSegment_html"><div class="ttname"><a href="../katabatic/classKatabatic_1_1AutoSegment.html">Katabatic::AutoSegment</a></div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_aa0bb6f1592688e942ff67e0ac318a4fd"><div class="ttname"><a href="classKite_1_1TrackSegment.html#aa0bb6f1592688e942ff67e0ac318a4fd">Kite::TrackSegment::canDogleg</a></div><div class="ttdeci">virtual bool canDogleg()</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:545</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_af2d46d64cbd02bdbba53d5483d95e26d"><div class="ttname"><a href="classKite_1_1TrackSegment.html#af2d46d64cbd02bdbba53d5483d95e26d">Kite::TrackSegment::getCanonical</a></div><div class="ttdeci">virtual TrackElement * getCanonical(Interval &amp;)</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:175</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_a782cff57d3fe10e758d19ee65a06643d"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a782cff57d3fe10e758d19ee65a06643d">Kite::TrackSegment::isSlackened</a></div><div class="ttdeci">virtual bool isSlackened() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:157</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_afdedcef127ad2a3677a5b48d7d3453f3"><div class="ttname"><a href="classKite_1_1TrackSegment.html#afdedcef127ad2a3677a5b48d7d3453f3">Kite::TrackSegment::getId</a></div><div class="ttdeci">virtual unsigned long getId() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:164</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_acd0170a05128ec4af16ecd0060c3a3b5"><div class="ttname"><a href="classKite_1_1TrackSegment.html#acd0170a05128ec4af16ecd0060c3a3b5">Kite::TrackSegment::getDataNegociate</a></div><div class="ttdeci">virtual DataNegociate * getDataNegociate(unsigned int flags=KtDataSelf) const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:181</div></div>
<div class="ttc" id="namespaceKite_html_acca8fffa3182dea5f94208f454f14b47a68e917ff37d4b5cef906303181836404"><div class="ttname"><a href="namespaceKite.html#acca8fffa3182dea5f94208f454f14b47a68e917ff37d4b5cef906303181836404">Kite::KtDataSelf</a></div><div class="ttdef"><b>Definition:</b> Constants.h:40</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_ac295bade8aee589f6718dfa79edc2a34"><div class="ttname"><a href="classKite_1_1TrackSegment.html#ac295bade8aee589f6718dfa79edc2a34">Kite::TrackSegment::detach</a></div><div class="ttdeci">virtual void detach()</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:321</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a0ffe603ec7d46f21f5e56ccbe84c03fb"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a0ffe603ec7d46f21f5e56ccbe84c03fb">Kite::TrackSegment::reschedule</a></div><div class="ttdeci">virtual void reschedule(unsigned int level)</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:392</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_a1e074cb3064037035548e5e6d238e315"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a1e074cb3064037035548e5e6d238e315">Kite::TrackSegment::isTerminal</a></div><div class="ttdeci">virtual bool isTerminal() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:154</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_ab045567c4f529dca7790d66c17c3084f"><div class="ttname"><a href="classKite_1_1TrackSegment.html#ab045567c4f529dca7790d66c17c3084f">Kite::TrackSegment::getLayer</a></div><div class="ttdeci">virtual const Layer * getLayer() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:167</div></div>
<div class="ttc" id="classHurricane_1_1DbU_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1DbU.html">Hurricane::DbU</a></div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_a72741158d19af38e84c5e9c08f91270f"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a72741158d19af38e84c5e9c08f91270f">Kite::TrackSegment::isBipoint</a></div><div class="ttdeci">virtual bool isBipoint() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:153</div></div>
<div class="ttc" id="classHurricane_1_1Layer_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Layer.html">Hurricane::Layer</a></div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_abd3d8093f871d3d1a7f24b053648026c"><div class="ttname"><a href="classKite_1_1TrackSegment.html#abd3d8093f871d3d1a7f24b053648026c">Kite::TrackSegment::setTrack</a></div><div class="ttdeci">virtual void setTrack(Track *)</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:317</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_ad79f4c6ea0fe1135b8264a29af085909"><div class="ttname"><a href="classKite_1_1TrackSegment.html#ad79f4c6ea0fe1135b8264a29af085909">Kite::TrackSegment::_check</a></div><div class="ttdeci">virtual bool _check() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:825</div></div>
<div class="ttc" id="classKite_1_1TrackElement_html"><div class="ttname"><a href="classKite_1_1TrackElement.html">Kite::TrackElement</a></div><div class="ttdoc">Abstract Class for all Elements inserted inside a Track. </div><div class="ttdef"><b>Definition:</b> TrackElement.h:100</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a10a45c049d0bd7d01c7eff1c5441c7a2"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a10a45c049d0bd7d01c7eff1c5441c7a2">Kite::TrackSegment::_postDoglegs</a></div><div class="ttdeci">virtual void _postDoglegs(TrackElement *&amp;perpandicular, TrackElement *&amp;parallel)</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:758</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_a034711e2d3617ea848ef9f5a18255e10"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a034711e2d3617ea848ef9f5a18255e10">Kite::TrackSegment::getFreeInterval</a></div><div class="ttdeci">virtual Interval getFreeInterval() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:214</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a75d91371e5281dd21f60ff39ae70a3e5"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a75d91371e5281dd21f60ff39ae70a3e5">Kite::TrackSegment::isDogleg</a></div><div class="ttdeci">virtual bool isDogleg() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:158</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a0dd7cf705ace42c662c289955313b2e9"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a0dd7cf705ace42c662c289955313b2e9">Kite::TrackSegment::getDirection</a></div><div class="ttdeci">virtual unsigned int getDirection() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:165</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a62d61c231cf404a814ae37665fa8164f"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a62d61c231cf404a814ae37665fa8164f">Kite::TrackSegment::isStrap</a></div><div class="ttdeci">virtual bool isStrap() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:156</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a262a915c38127d3722ec561b30d80f91"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a262a915c38127d3722ec561b30d80f91">Kite::TrackSegment::setAxis</a></div><div class="ttdeci">virtual void setAxis(DbU::Unit, unsigned int flags)</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:343</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="namespaceKite_html"><div class="ttname"><a href="namespaceKite.html">Kite</a></div><div class="ttdoc">The namespace dedicated to Kite. </div><div class="ttdef"><b>Definition:</b> Constants.h:22</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a69af7d4287bc0e44c9ca2c8e6f692be9"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a69af7d4287bc0e44c9ca2c8e6f692be9">Kite::TrackSegment::getTargetConstraints</a></div><div class="ttdeci">virtual Interval getTargetConstraints() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:174</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a2b90319cb042b283aa5d1fdb1992f11f"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a2b90319cb042b283aa5d1fdb1992f11f">Kite::TrackSegment::setDoglegLevel</a></div><div class="ttdeci">virtual void setDoglegLevel(unsigned int)</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:295</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_a48f8b54f9489da3778d85c382a483f81"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a48f8b54f9489da3778d85c382a483f81">Kite::TrackSegment::getSourceConstraints</a></div><div class="ttdeci">virtual Interval getSourceConstraints() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:173</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a19ba379112d6b29faa45c5eefbf38500"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a19ba379112d6b29faa45c5eefbf38500">Kite::TrackSegment::isGlobal</a></div><div class="ttdeci">virtual bool isGlobal() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:152</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_af45301f76558f613ccb605a8f851080e"><div class="ttname"><a href="classKite_1_1TrackSegment.html#af45301f76558f613ccb605a8f851080e">Kite::TrackSegment::getGCells</a></div><div class="ttdeci">virtual size_t getGCells(Katabatic::GCellVector &amp;) const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:225</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_aa7552c20cc46abcac558627b2ca341f8"><div class="ttname"><a href="classKite_1_1TrackSegment.html#aa7552c20cc46abcac558627b2ca341f8">Kite::TrackSegment::getFreedomDegree</a></div><div class="ttdeci">virtual unsigned long getFreedomDegree() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:171</div></div>
<div class="ttc" id="classKite_1_1DataNegociate_html"><div class="ttname"><a href="classKite_1_1DataNegociate.html">Kite::DataNegociate</a></div><div class="ttdoc">Algorimthmic datas associated the TrackSegment. </div><div class="ttdef"><b>Definition:</b> DataNegociate.h:50</div></div>
<div class="ttc" id="classHurricane_1_1Net_html"><div class="ttname"><a href="../hurricane/classHurricane_1_1Net.html">Hurricane::Net</a></div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a7e79fbfe77f173d46b1959c41087930a"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a7e79fbfe77f173d46b1959c41087930a">Kite::TrackSegment::getSourceDogleg</a></div><div class="ttdeci">virtual TrackElement * getSourceDogleg()</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:511</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_af5332d647c0482aa90ad7cc9b2a50f3a"><div class="ttname"><a href="classKite_1_1TrackSegment.html#af5332d647c0482aa90ad7cc9b2a50f3a">Kite::TrackSegment::updateFreedomDegree</a></div><div class="ttdeci">virtual void updateFreedomDegree()</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:306</div></div>
Analog integration part II. Analog place & route (slicing tree). * Change: In Hurricane::CellWidget, set the minimal size to 350 pixels to fit my normal DPI secondary screen... * Change: In Hurricane::Error(), reactivate the backtrace generation by default. Seriously slow down the program each time an Error is to be constructed. * Bug: In Analog::Device::preCreate(), check for NULL Technology before attempting to use it. * Change: In Hurricane/Analog, remove all '*Arguments*' classes and their Python interface. It was an obsoleted way of passing devices parameters to the Python layout generators (located in Oroshi). Now we just get them straight from the Device with the getParamter() method. * Change: In CRL::System CTOR, add Python pathes for Oroshi & Karakaze. * Change: In Oroshi/Python/WIP_*.py layout generator scripts, remove all uses of the "Arguments". Directly access the parameters through the device itself. Make the checkCoherency() with identical arguments as of layout(). * New: Bora tool that performs analog place & route. Based on a slicing tree representation. It is the thesis work of Eric Lao. Code beautyfication and some programming cleanup. * New: Karakaze tool, provide the Python base class AnalogDesign used to build an analog design. Create/configure devices and assemble them in a slicing tree. * Change: In Unicorn/cgt.py, display the stack trace in case of an ImportError exception as well as for other exceptions. Add Bora to the set for included tool engines.
2018-10-18 11:10:01 -05:00
<div class="ttc" id="classKite_1_1TrackSegment_html_abd54544ef1710ee4b67cfb021d73446c"><div class="ttname"><a href="classKite_1_1TrackSegment.html#abd54544ef1710ee4b67cfb021d73446c">Kite::TrackSegment::isVertical</a></div><div class="ttdeci">virtual bool isVertical() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:150</div></div>
<div class="ttc" id="classKite_1_1TrackSegment_html_a21b9cefd33ae22e4c2070ad441bdd30b"><div class="ttname"><a href="classKite_1_1TrackSegment.html#a21b9cefd33ae22e4c2070ad441bdd30b">Kite::TrackSegment::isHorizontal</a></div><div class="ttdeci">virtual bool isHorizontal() const</div><div class="ttdef"><b>Definition:</b> TrackSegment.cpp:149</div></div>
</div><!-- fragment --></div><!-- contents -->
<br>
<hr>
<table class="footer1">
<tr>
<td class="LFooter"><small>Generated by doxygen 1.8.14 on Mon Apr 27 2020</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">Kite - Detailed Router</td>
<td class="RFooter"><small>Copyright &#169; 2008-2016 UPMC. All rights reserved</small></td>
</tr>
</table>
</body>
</html>