Revision 261, 0.8 kB
(checked in by smidl, 16 years ago)
|
doc
|
Line | |
---|
1 | digraph G |
---|
2 | { |
---|
3 | edge [fontname="FreeSans",fontsize=10,labelfontname="FreeSans",labelfontsize=10]; |
---|
4 | node [fontname="FreeSans",fontsize=10,shape=record]; |
---|
5 | Node1 [label="bdm::KalmanFull",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"]; |
---|
6 | Node1 -> Node2 [dir=back,color="midnightblue",fontsize=10,style="solid"]; |
---|
7 | Node2 [label="bdm::EKFfull",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1EKFfull.html",tooltip="Extended Kalman Filter in full matrices."]; |
---|
8 | Node2 -> Node3 [dir=back,color="midnightblue",fontsize=10,style="solid"]; |
---|
9 | Node3 [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."]; |
---|
10 | } |
---|