root/doc/latex/classbdm_1_1BMcond.tex @ 261

Revision 261, 2.8 kB (checked in by smidl, 16 years ago)

doc

RevLine 
[261]1\hypertarget{classbdm_1_1BMcond}{
2\section{bdm::BMcond Class Reference}
3\label{classbdm_1_1BMcond}\index{bdm::BMcond@{bdm::BMcond}}
4}
5Conditional Bayesian Filter. 
6
7
8{\tt \#include $<$libBM.h$>$}
9
10Inheritance diagram for bdm::BMcond:\nopagebreak
11\begin{figure}[H]
12\begin{center}
13\leavevmode
14\includegraphics[width=400pt]{classbdm_1_1BMcond__inherit__graph}
15\end{center}
16\end{figure}
17Collaboration diagram for bdm::BMcond:\nopagebreak
18\begin{figure}[H]
19\begin{center}
20\leavevmode
21\includegraphics[width=76pt]{classbdm_1_1BMcond__coll__graph}
22\end{center}
23\end{figure}
24\subsection*{Public Member Functions}
25\begin{CompactItemize}
26\item 
27\hypertarget{classbdm_1_1BMcond_a67bac171f89ef18d0191f8f74189f25}{
28virtual void \hyperlink{classbdm_1_1BMcond_a67bac171f89ef18d0191f8f74189f25}{condition} (const vec \&val)=0}
29\label{classbdm_1_1BMcond_a67bac171f89ef18d0191f8f74189f25}
30
31\begin{CompactList}\small\item\em Substitute {\tt val} for {\tt rvc}. \item\end{CompactList}\item 
32\hypertarget{classbdm_1_1BMcond_dde99f401cbf2e8e6a926eaa764b457d}{
33\hyperlink{classbdm_1_1BMcond_dde99f401cbf2e8e6a926eaa764b457d}{BMcond} (\hyperlink{classbdm_1_1RV}{RV} \&rv0)}
34\label{classbdm_1_1BMcond_dde99f401cbf2e8e6a926eaa764b457d}
35
36\begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\item 
37\hypertarget{classbdm_1_1BMcond_7d68d46cfcc36f9cc07a15a5403b5a1a}{
38virtual \hyperlink{classbdm_1_1BMcond_7d68d46cfcc36f9cc07a15a5403b5a1a}{$\sim$BMcond} ()}
39\label{classbdm_1_1BMcond_7d68d46cfcc36f9cc07a15a5403b5a1a}
40
41\begin{CompactList}\small\item\em Destructor for future use. \item\end{CompactList}\item 
42\hypertarget{classbdm_1_1BMcond_7506910f93250b44fea505ec4ffb19dc}{
43const \hyperlink{classbdm_1_1RV}{RV} \& \hyperlink{classbdm_1_1BMcond_7506910f93250b44fea505ec4ffb19dc}{\_\-rvc} () const }
44\label{classbdm_1_1BMcond_7506910f93250b44fea505ec4ffb19dc}
45
46\begin{CompactList}\small\item\em access function \item\end{CompactList}\end{CompactItemize}
47\subsection*{Protected Attributes}
48\begin{CompactItemize}
49\item 
50\hypertarget{classbdm_1_1BMcond_9a12750776d977408aada06a70093297}{
51\hyperlink{classbdm_1_1RV}{RV} \hyperlink{classbdm_1_1BMcond_9a12750776d977408aada06a70093297}{rvc}}
52\label{classbdm_1_1BMcond_9a12750776d977408aada06a70093297}
53
54\begin{CompactList}\small\item\em Identificator of the conditioning variable. \item\end{CompactList}\end{CompactItemize}
55
56
57\subsection{Detailed Description}
58Conditional Bayesian Filter.
59
60Evaluates conditional filtering density $f(rv|rvc,data)$ for a given {\tt rvc} which is specified in each step by calling function {\tt condition}.
61
62This is an interface class used to assure that certain \hyperlink{classbdm_1_1BM}{BM} has operation {\tt condition} .
63
64The documentation for this class was generated from the following file:\begin{CompactItemize}
65\item 
66\hyperlink{libBM_8h}{libBM.h}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.