root/doc/html/inherit__graph__64.dot @ 353

Revision 353, 1.7 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  rankdir=LR;
6  Node1 [label="itpp::Modulator\< std::complex\< double \> \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Modulator.html"];
7  Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
8  Node2 [label="itpp::PAM_c",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1PAM__c.html",tooltip="M-ary PAM modulator with complex symbols."];
9  Node1 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
10  Node3 [label="itpp::PSK",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1PSK.html",tooltip="M-ary PSK modulator."];
11  Node3 -> Node4 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
12  Node4 [label="itpp::BPSK_c",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1BPSK__c.html",tooltip="BPSK modulator with complex symbols."];
13  Node3 -> Node5 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
14  Node5 [label="itpp::QPSK",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1QPSK.html",tooltip="QPSK modulator."];
15  Node1 -> Node6 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
16  Node6 [label="itpp::QAM",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1QAM.html",tooltip="M-ary QAM modulator with square lattice."];
17}
Note: See TracBrowser for help on using the browser.