| | 8 | <script type="text/javascript"> |
| | 9 | <!-- |
| | 10 | function 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 | } |
| | 22 | function 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 | } |
| | 46 | window.onload = initDynSections; |
| | 47 | --> |
| | 48 | </script> |
| 34 | | <p><center><img src="classchmat__inherit__graph.png" border="0" usemap="#chmat__inherit__map" alt="Inheritance graph"></center> |
| 35 | | <map name="chmat__inherit__map"> |
| 36 | | <area shape="rect" href="classsqmat.html" title="Virtual class for representation of double symmetric matrices in square-root form..." alt="" coords="5,7,67,33"></map> |
| 37 | | <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> |
| | 74 | |
| | 75 | <p><center><img src="classchmat.png" usemap="#chmat_map" border="0" alt=""></center> |
| | 76 | <map name="chmat_map"> |
| | 77 | <area href="classsqmat.html" alt="sqmat" shape="rect" coords="0,0,45,24"> |
| | 78 | </map> |
| | 79 | </div> |