root/doc/latex/classBMcond.tex @ 145

Revision 145, 2.0 kB (checked in by smidl, 16 years ago)

Oprava dokumentace

  • Property svn:eol-style set to native
RevLine 
[30]1\section{BMcond Class Reference}
2\label{classBMcond}\index{BMcond@{BMcond}}
3Conditional Bayesian Filter. 
4
5
[99]6{\tt \#include $<$libBM.h$>$}
[30]7
8Inheritance diagram for BMcond:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
[79]12\includegraphics[width=400pt]{classBMcond__inherit__graph}
[30]13\end{center}
14\end{figure}
15Collaboration diagram for BMcond:\nopagebreak
16\begin{figure}[H]
17\begin{center}
18\leavevmode
[91]19\includegraphics[width=48pt]{classBMcond__coll__graph}
[30]20\end{center}
21\end{figure}
22\subsection*{Public Member Functions}
23\begin{CompactItemize}
24\item 
25virtual void {\bf condition} (const vec \&val)=0\label{classBMcond_3543cfe274c35f9033c24d8036a96c4d}
26
[33]27\begin{CompactList}\small\item\em Substitute {\tt val} for {\tt rvc}. \item\end{CompactList}\item 
28{\bf BMcond} ({\bf RV} \&rv0)\label{classBMcond_9a38dcdabef902fd91da3c9fb6ac27f7}
29
30\begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\item 
31virtual {\bf $\sim$BMcond} ()\label{classBMcond_d40c72250cf93640f982d06de20815b2}
32
33\begin{CompactList}\small\item\em Destructor for future use. \item\end{CompactList}\item 
34const {\bf RV} \& {\bf \_\-rvc} () const \label{classBMcond_3fa60348b2da6b4208bb95b8d146900a}
35
36\begin{CompactList}\small\item\em access function \item\end{CompactList}\end{CompactItemize}
[30]37\subsection*{Protected Attributes}
38\begin{CompactItemize}
39\item 
[33]40{\bf RV} {\bf rvc}\label{classBMcond_9ba793c8ec453f04d372d17195ed8dec}
[30]41
[33]42\begin{CompactList}\small\item\em Identificator of the conditioning variable. \item\end{CompactList}\end{CompactItemize}
[30]43
44
45\subsection{Detailed Description}
46Conditional Bayesian Filter.
47
[91]48Evaluates conditional filtering density $f(rv|rvc,data)$ for a given {\tt rvc} which is specified in each step by calling function {\tt condition}.
49
[30]50This is an interface class used to assure that certain \doxyref{BM}{p.}{classBM} has operation {\tt condition} .
51
[99]52The documentation for this class was generated from the following file:\begin{CompactItemize}
[30]53\item 
[145]54work/git/mixpp/bdm/stat/{\bf libBM.h}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.