Show
Ignore:
Timestamp:
02/16/09 10:03:13 (15 years ago)
Author:
smidl
Message:

Next major revision

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/functions.html

    r270 r271  
    66</head><body> 
    77<!-- Generated by Doxygen 1.5.6 --> 
     8<script type="text/javascript"> 
     9<!-- 
     10function changeDisplayState (e){ 
     11  var num=this.id.replace(/[^[0-9]/g,''); 
     12  var button=this.firstChild; 
     13  var sectionDiv=document.getElementById('dynsection'+num); 
     14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ 
     15    sectionDiv.style.display='block'; 
     16    button.src='open.gif'; 
     17  }else{ 
     18    sectionDiv.style.display='none'; 
     19    button.src='closed.gif'; 
     20  } 
     21} 
     22function initDynSections(){ 
     23  var divs=document.getElementsByTagName('div'); 
     24  var sectionCounter=1; 
     25  for(var i=0;i<divs.length-1;i++){ 
     26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ 
     27      var header=divs[i]; 
     28      var section=divs[i+1]; 
     29      var button=header.firstChild; 
     30      if (button!='IMG'){ 
     31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); 
     32        button=document.createElement('img'); 
     33        divs[i].insertBefore(button,divs[i].firstChild); 
     34      } 
     35      header.style.cursor='pointer'; 
     36      header.onclick=changeDisplayState; 
     37      header.id='dynheader'+sectionCounter; 
     38      button.src='closed.gif'; 
     39      section.id='dynsection'+sectionCounter; 
     40      section.style.display='none'; 
     41      section.style.marginLeft='14px'; 
     42      sectionCounter++; 
     43    } 
     44  } 
     45} 
     46window.onload = initDynSections; 
     47--> 
     48</script> 
    849<div class="navigation" id="top"> 
    950  <div class="tabs"> 
    1051    <ul> 
    11       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> 
     52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> 
    1253      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    1354      <li><a href="modules.html"><span>Modules</span></a></li> 
    14       <li><a href="namespaces.html"><span>Namespaces</span></a></li> 
    1555      <li class="current"><a href="classes.html"><span>Classes</span></a></li> 
    1656      <li><a href="files.html"><span>Files</span></a></li> 
     
    103143<li>_drv() 
    104144: <a class="el" href="classbdm_1_1DS.html#ed2113851294ed96abe60fc3f05aa660">bdm::DS</a> 
    105 <li>_epdf() 
    106 : <a class="el" href="classbdm_1_1Kalman.html#93b5936ba397f13c05f52885c545f42d">bdm::Kalman&lt; sq_T &gt;</a> 
    107 , <a class="el" href="classbdm_1_1EKFfull.html#6ccc4fa7da522d1c2257156f72291a8a">bdm::EKFfull</a> 
    108145<li>_K 
    109146: <a class="el" href="classbdm_1_1Kalman.html#bd69dfb802465f22dd84d73a180d5c92">bdm::Kalman&lt; sq_T &gt;</a> 
     
    134171: <a class="el" href="classbdm_1_1DS.html#a6a9a375da64c82fc227bda3418a1f33">bdm::DS</a> 
    135172<li>_w() 
    136 : <a class="el" href="classbdm_1_1eEmp.html#d7f83cc0415cd44ae7cc8b4bdad93aef">bdm::eEmp</a> 
    137 , <a class="el" href="classbdm_1_1emix.html#d9b584cb5b2471a4250fb127757f28be">bdm::emix</a> 
     173: <a class="el" href="classbdm_1_1emix.html#d9b584cb5b2471a4250fb127757f28be">bdm::emix</a> 
     174, <a class="el" href="classbdm_1_1PF.html#f5149d5522d1095d39240c4c607f61a3">bdm::PF</a> 
    138175, <a class="el" href="classbdm_1_1eEmp.html#b7d7106f486e3fad38590914a693d714">bdm::eEmp</a> 
    139 , <a class="el" href="classbdm_1_1PF.html#f5149d5522d1095d39240c4c607f61a3">bdm::PF</a> 
    140176<li>_yp 
    141177: <a class="el" href="classbdm_1_1Kalman.html#c249d45258c8578b13858ad3e7b729b1">bdm::Kalman&lt; sq_T &gt;</a> 
     178<li>_yrv 
     179: <a class="el" href="classbdm_1_1ARX.html#363aaa55b2ab3eec602510cdf53e84ef">bdm::ARX</a> 
    142180</ul> 
    143181</div> 
    144 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:33:59 2009 for mixpp by&nbsp; 
     182<hr size="1"><address style="text-align: right;"><small>Generated on Sun Feb 15 23:09:27 2009 for mixpp by&nbsp; 
    145183<a href="http://www.doxygen.org/index.html"> 
    146184<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>