JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / pairwise / docs / html / tree.html
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2   <head>
3     <meta http-equiv="Content-Type" content="text/xhtml;charset="iso-8859-1" />
4     <meta http-equiv="Content-Style-Type" content="text/css" />
5     <meta http-equiv="Content-Language" content="en" />
6     <link rel="stylesheet" href="doxygen.css">
7     <title>TreeView</title>
8     <style type="text/css">
9     <!--
10     .directory { font-size: 10pt; font-weight: bold; }
11     .directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
12     .directory p { margin: 0px; white-space: nowrap; }
13     .directory div { display: none; margin: 0px; }
14     .directory img { vertical-align: middle; }
15     -->
16     </style>
17     <script type="text/javascript">
18     <!-- // Hide script from old browsers
19     
20     function findChildNode(node, name) 
21     {
22       var temp;
23       if (node == null) 
24       {
25         return null;
26       } 
27       node = node.firstChild;
28       while (node != null) 
29       {
30         if (node.nodeName == name) 
31         {
32           return node;
33         }
34         temp = findChildNode(node, name);
35         if (temp != null) 
36         {
37           return temp;
38         }
39         node = node.nextSibling;
40       }
41       return null;
42     }
43
44     function toggleFolder(id, imageNode) 
45     {
46       var folder = document.getElementById(id);
47       var l = 0;
48       var vl = "ftv2vertline.png";
49       if (imageNode != null && imageNode.nodeName != "IMG") 
50       {
51         imageNode = findChildNode(imageNode, "IMG");
52         if (imageNode!=null) l = imageNode.src.length;
53       }
54       if (folder == null) 
55       {
56       } 
57       else if (folder.style.display == "block") 
58       {
59         while (imageNode != null && 
60                imageNode.src.substring(l-vl.length,l) == vl)
61         {
62           imageNode = imageNode.nextSibling;
63           l = imageNode.src.length;
64         }
65         if (imageNode != null) 
66         {
67           l = imageNode.src.length;
68           imageNode.nextSibling.src = "ftv2folderclosed.png";
69           if (imageNode.src.substring(l-13,l) == "ftv2mnode.png")
70           {
71             imageNode.src = "ftv2pnode.png";
72           }
73           else if (imageNode.src.substring(l-17,l) == "ftv2mlastnode.png")
74           {
75             imageNode.src = "ftv2plastnode.png";
76           }
77         }
78         folder.style.display = "none";
79       } 
80       else 
81       {
82         while (imageNode != null && 
83                imageNode.src.substring(l-vl.length,l) == vl)
84         {
85           imageNode = imageNode.nextSibling;
86           l = imageNode.src.length;
87         }
88         if (imageNode != null) 
89         {
90           l = imageNode.src.length;
91           imageNode.nextSibling.src = "ftv2folderopen.png";
92           if (imageNode.src.substring(l-13,l) == "ftv2pnode.png")
93           {
94             imageNode.src = "ftv2mnode.png";
95           }
96           else if (imageNode.src.substring(l-17,l) == "ftv2plastnode.png")
97           {
98             imageNode.src = "ftv2mlastnode.png";
99           }
100         }
101         folder.style.display = "block";
102       }
103     }
104
105     // End script hiding -->        
106     </script>
107   </head>
108
109   <body bgcolor="#ffffff">
110     <div class="directory">
111       <h3>pairwise</h3>
112       <div style="display: block;">
113         <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="main.html" target="basefrm">Main Page</a></p>
114         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder1', this)"/><a class="el" href="files.html" target="basefrm">File List</a></p>
115         <div id="folder1">
116           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="pairwise_8c.html" target="basefrm">pairwise.c</a></p>
117           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="pairwise_8h.html" target="basefrm">pairwise.h</a></p>
118         </div>
119         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder2', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder2', this)"/><a class="el" href="annotated.html" target="basefrm">Data Structures</a></p>
120         <div id="folder2">
121           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="structfasta.html" target="basefrm">fasta</a></p>
122         </div>
123         <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="functions.html" target="basefrm">Data Fields</a></p>
124         <p><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="globals.html" target="basefrm">Globals</a></p>
125       </div>
126     </div>
127   </body>
128 </html>