Add missing doc files
[jabaws.git] / binaries / src / ViennaRNA / doc / latex / dist__vars_8h_source.tex
1 \hypertarget{dist__vars_8h}{\section{dist\-\_\-vars.\-h}
2 \label{dist__vars_8h}\index{/home/asherstnev/\-Projects/\-Java.\-projects/jabaws/secure-\/git/develop/binaries/src/\-Vienna\-R\-N\-A/\-H/dist\-\_\-vars.\-h@{/home/asherstnev/\-Projects/\-Java.\-projects/jabaws/secure-\/git/develop/binaries/src/\-Vienna\-R\-N\-A/\-H/dist\-\_\-vars.\-h}}
3 }
4
5 \begin{DoxyCode}
6 00001 \textcolor{preprocessor}{#ifndef \_\_VIENNA\_RNA\_PACKAGE\_DIST\_VARS\_H\_\_}
7 00002 \textcolor{preprocessor}{}\textcolor{preprocessor}{#define \_\_VIENNA\_RNA\_PACKAGE\_DIST\_VARS\_H\_\_}
8 00003 \textcolor{preprocessor}{}
9 00015 \textcolor{keyword}{extern} \textcolor{keywordtype}{int}   \hyperlink{dist__vars_8h_aa03194c513af6b860e7b33e370b82bdb}{edit\_backtrack};
10 00016 
11 00021 \textcolor{keyword}{extern} \textcolor{keywordtype}{char} *\hyperlink{dist__vars_8h_ac1605fe3448ad0a0b809c4fb8f6a854a}{aligned\_line}[4];
12 00022 
13 00029 \textcolor{keyword}{extern} \textcolor{keywordtype}{int}  \hyperlink{dist__vars_8h_ab65d8ff14c6937612212526a60f59b3c}{cost\_matrix};
14 00030 
15 00031 \textcolor{comment}{/*  Global type defs for Distance-Package */}
16 00032 
17 \hypertarget{dist__vars_8h_source_l00033}{}\hyperlink{structPostorder__list}{00033} \textcolor{keyword}{typedef} \textcolor{keyword}{struct }\{
18 00034                  \textcolor{keywordtype}{int}  type;
19 00035                  \textcolor{keywordtype}{int}  weight;
20 00036                  \textcolor{keywordtype}{int}  father;
21 00037                  \textcolor{keywordtype}{int}  sons;
22 00038                  \textcolor{keywordtype}{int}  leftmostleaf;
23 00039                \} \hyperlink{structPostorder__list}{Postorder\_list};
24 00040 
25 \hypertarget{dist__vars_8h_source_l00041}{}\hyperlink{structTree}{00041} \textcolor{keyword}{typedef} \textcolor{keyword}{struct }\{
26 00042                  \hyperlink{structPostorder__list}{Postorder\_list} *postorder\_list;
27 00043                  \textcolor{keywordtype}{int}            *keyroots;
28 00044                \} \hyperlink{structTree}{Tree};
29 00045 
30 \hypertarget{dist__vars_8h_source_l00046}{}\hyperlink{structswString}{00046} \textcolor{keyword}{typedef} \textcolor{keyword}{struct }\{
31 00047                  \textcolor{keywordtype}{int}    type;
32 00048                  \textcolor{keywordtype}{int}    sign;
33 00049                  \textcolor{keywordtype}{float}  weight;
34 00050                \} \hyperlink{structswString}{swString};
35 00051 \textcolor{preprocessor}{#endif}
36 \end{DoxyCode}