Add missing doc files
[jabaws.git] / binaries / src / ViennaRNA / doc / latex / duplex_8h_source.tex
1 \hypertarget{duplex_8h}{\section{duplex.\-h}
2 \label{duplex_8h}\index{/home/asherstnev/\-Projects/\-Java.\-projects/jabaws/secure-\/git/develop/binaries/src/\-Vienna\-R\-N\-A/\-H/duplex.\-h@{/home/asherstnev/\-Projects/\-Java.\-projects/jabaws/secure-\/git/develop/binaries/src/\-Vienna\-R\-N\-A/\-H/duplex.\-h}}
3 }
4
5 \begin{DoxyCode}
6 00001 \textcolor{preprocessor}{#ifndef \_\_VIENNA\_RNA\_PACKAGE\_DUPLEX\_H\_\_}
7 00002 \textcolor{preprocessor}{}\textcolor{preprocessor}{#define \_\_VIENNA\_RNA\_PACKAGE\_DUPLEX\_H\_\_}
8 00003 \textcolor{preprocessor}{}
9 00004 \textcolor{preprocessor}{#include "\hyperlink{data__structures_8h}{data\_structures.h}"}
10 00005 
11 00012 \hyperlink{structduplexT}{duplexT} duplexfold( \textcolor{keyword}{const} \textcolor{keywordtype}{char} *s1,
12 00013                     \textcolor{keyword}{const} \textcolor{keywordtype}{char} *s2);
13 00014 
14 00015 \hyperlink{structduplexT}{duplexT} *duplex\_subopt( \textcolor{keyword}{const} \textcolor{keywordtype}{char} *s1,
15 00016                         \textcolor{keyword}{const} \textcolor{keywordtype}{char} *s2,
16 00017                         \textcolor{keywordtype}{int} delta,
17 00018                         \textcolor{keywordtype}{int} w);
18 00019 
19 00020 \hyperlink{structduplexT}{duplexT} aliduplexfold(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *s1[],
20 00021                       \textcolor{keyword}{const} \textcolor{keywordtype}{char} *s2[]);
21 00022 
22 00023 \hyperlink{structduplexT}{duplexT} *aliduplex\_subopt(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *s1[],
23 00024                           \textcolor{keyword}{const} \textcolor{keywordtype}{char} *s2[],
24 00025                           \textcolor{keywordtype}{int} delta,
25 00026                           \textcolor{keywordtype}{int} w);
26 00027 
27 00028 \textcolor{preprocessor}{#endif}
28 \end{DoxyCode}