root/doc/latex/classBMcond.tex @ 31

Revision 30, 1.4 kB (checked in by smidl, 16 years ago)

compiles and runs successfully, except KF_QR

  • Property svn:eol-style set to native
Line 
1\section{BMcond Class Reference}
2\label{classBMcond}\index{BMcond@{BMcond}}
3Conditional Bayesian Filter. 
4
5
6{\tt \#include $<$libBM.h$>$}
7
8Inheritance diagram for BMcond:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=55pt]{classBMcond__inherit__graph}
13\end{center}
14\end{figure}
15Collaboration diagram for BMcond:\nopagebreak
16\begin{figure}[H]
17\begin{center}
18\leavevmode
19\includegraphics[width=49pt]{classBMcond__coll__graph}
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
27\begin{CompactList}\small\item\em Substitute {\tt val} for {\tt rvc}. \item\end{CompactList}\end{CompactItemize}
28\subsection*{Protected Attributes}
29\begin{CompactItemize}
30\item 
31{\bf RV} \textbf{rvc}\label{classBMcond_9ba793c8ec453f04d372d17195ed8dec}
32
33\end{CompactItemize}
34
35
36\subsection{Detailed Description}
37Conditional Bayesian Filter.
38
39Evaluates conditional filtering density \$f(rv$|$rvc,data)\$ for a given {\tt rvc} which is specified in each step by calling function {\tt condition}.
40
41This is an interface class used to assure that certain \doxyref{BM}{p.}{classBM} has operation {\tt condition} .
42
43The documentation for this class was generated from the following file:\begin{CompactItemize}
44\item 
45work/mixpp/bdm/stat/{\bf libBM.h}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.