root/doc/latex/classbdm_1_1EKFfull__inherit__graph.dot @ 261

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

doc

Line 
1digraph G
2{
3  edge [fontname="FreeSans",fontsize=10,labelfontname="FreeSans",labelfontsize=10];
4  node [fontname="FreeSans",fontsize=10,shape=record];
5  Node1 [label="bdm::EKFfull",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
6  Node2 -> Node1 [dir=back,color="midnightblue",fontsize=10,style="solid"];
7  Node2 [label="bdm::KalmanFull",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1KalmanFull.html",tooltip="Basic Kalman filter with full matrices (education purpose only)! Will be deleted..."];
8  Node3 -> Node1 [dir=back,color="midnightblue",fontsize=10,style="solid"];
9  Node3 [label="bdm::BM",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1BM.html",tooltip="Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities."];
10  Node4 -> Node3 [dir=back,color="midnightblue",fontsize=10,style="solid"];
11  Node4 [label="bdm::bdmroot",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1bdmroot.html",tooltip="Root class of BDM objects."];
12  Node1 -> Node5 [dir=back,color="midnightblue",fontsize=10,style="solid"];
13  Node5 [label="bdm::EKFful_unQR",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1EKFful__unQR.html",tooltip="Extended Kalman filter with unknown Q and R."];
14}
Note: See TracBrowser for help on using the browser.