Add missing doc files
[jabaws.git] / binaries / src / ViennaRNA / doc / latex / ProfileAln_8h_source.tex
1 \hypertarget{ProfileAln_8h}{\section{Profile\-Aln.\-h}
2 \label{ProfileAln_8h}\index{/home/asherstnev/\-Projects/\-Java.\-projects/jabaws/secure-\/git/develop/binaries/src/\-Vienna\-R\-N\-A/\-H/\-Profile\-Aln.\-h@{/home/asherstnev/\-Projects/\-Java.\-projects/jabaws/secure-\/git/develop/binaries/src/\-Vienna\-R\-N\-A/\-H/\-Profile\-Aln.\-h}}
3 }
4
5 \begin{DoxyCode}
6 00001 \textcolor{preprocessor}{#ifndef \_\_VIENNA\_RNA\_PACKAGE\_PROFILEALN\_H\_\_}
7 00002 \textcolor{preprocessor}{}\textcolor{preprocessor}{#define \_\_VIENNA\_RNA\_PACKAGE\_PROFILEALN\_H\_\_}
8 00003 \textcolor{preprocessor}{}
9 00004 \textcolor{keywordtype}{float} profile\_aln(\textcolor{keyword}{const} \textcolor{keywordtype}{float} *T1,
10 00005                   \textcolor{keyword}{const} \textcolor{keywordtype}{char} *seq1,
11 00006                   \textcolor{keyword}{const} \textcolor{keywordtype}{float} *T2,
12 00007                   \textcolor{keyword}{const} \textcolor{keywordtype}{char} *seq2);
13 00008 
14 00009 \textcolor{keywordtype}{int} set\_paln\_params(\textcolor{keywordtype}{double} gap\_open,
15 00010                     \textcolor{keywordtype}{double} gap\_ext,
16 00011                     \textcolor{keywordtype}{double} seqweight,
17 00012                     \textcolor{keywordtype}{int} free\_ends);
18 00013 
19 00014 \textcolor{preprocessor}{#endif}
20 \end{DoxyCode}