Add missing doc files
[jabaws.git] / binaries / src / ViennaRNA / doc / latex / findpath_8h_source.tex
1 \hypertarget{findpath_8h}{\section{findpath.\-h}
2 \label{findpath_8h}\index{/home/asherstnev/\-Projects/\-Java.\-projects/jabaws/secure-\/git/develop/binaries/src/\-Vienna\-R\-N\-A/\-H/findpath.\-h@{/home/asherstnev/\-Projects/\-Java.\-projects/jabaws/secure-\/git/develop/binaries/src/\-Vienna\-R\-N\-A/\-H/findpath.\-h}}
3 }
4
5 \begin{DoxyCode}
6 00001 \textcolor{preprocessor}{#ifndef \_\_VIENNA\_RNA\_PACKAGE\_FIND\_PATH\_H\_\_}
7 00002 \textcolor{preprocessor}{}\textcolor{preprocessor}{#define \_\_VIENNA\_RNA\_PACKAGE\_FIND\_PATH\_H\_\_}
8 00003 \textcolor{preprocessor}{}
9 00004 \textcolor{preprocessor}{#include "\hyperlink{data__structures_8h}{data\_structures.h}"}
10 00005 
11 00023 \textcolor{keywordtype}{int}     \hyperlink{findpath_8h_ad0e14268e309af773ecd1fce6244ee50}{find\_saddle}(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *seq,
12 00024                     \textcolor{keyword}{const} \textcolor{keywordtype}{char} *struc1,
13 00025                     \textcolor{keyword}{const} \textcolor{keywordtype}{char} *struc2,
14 00026                     \textcolor{keywordtype}{int} max);
15 00027 
16 00028 
17 00041 \hyperlink{structpath__t}{path\_t}* \hyperlink{findpath_8h_a0ff35d65c892a3403af937c00a867ef9}{get\_path}( \textcolor{keyword}{const} \textcolor{keywordtype}{char} *seq,
18 00042                   \textcolor{keyword}{const} \textcolor{keywordtype}{char} *s1,
19 00043                   \textcolor{keyword}{const} \textcolor{keywordtype}{char}* s2,
20 00044                   \textcolor{keywordtype}{int} maxkeep);
21 00045 
22 00051 \textcolor{keywordtype}{void}    \hyperlink{findpath_8h_a326e6d1640bbfd035e3869f5f4c188f7}{free\_path}(\hyperlink{structpath__t}{path\_t} *path);
23 00052 
24 00053 \textcolor{preprocessor}{#endif}
25 \end{DoxyCode}