root/doc/html/inherit__graph__67.dot @ 353

Revision 353, 1.3 kB (checked in by smidl, 16 years ago)

doc

RevLine 
[353]1digraph G
2{
3  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
4  node [fontname="FreeSans",fontsize="10",shape=record];
5  rankdir=LR;
6  Node1 [label="itpp::MOG_generic",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1MOG__generic.html",tooltip="Generic Mixture of Gaussians (MOG) class. Used as a base for other MOG classes."];
7  Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
8  Node2 [label="itpp::MOG_diag",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1MOG__diag.html",tooltip="Diagonal Mixture of Gaussians (MOG) class."];
9  Node2 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
10  Node3 [label="itpp::MOG_diag_EM_sup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1MOG__diag__EM__sup.html",tooltip="support class for MOG_diag_ML() and MOG_diag_MAP()"];
11  Node2 -> Node4 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
12  Node4 [label="itpp::MOG_diag_kmeans_sup",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1MOG__diag__kmeans__sup.html",tooltip="support class for MOG_diag_kmeans()"];
13}
Note: See TracBrowser for help on using the browser.