digraph G { edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; node [fontname="FreeSans",fontsize="10",shape=record]; rankdir=LR; Node1 [label="itpp::Modulator\< double \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Modulator.html"]; Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; Node2 [label="itpp::BPSK",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1BPSK.html",tooltip="BPSK modulator with real symbols."]; Node1 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; Node3 [label="itpp::PAM",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1PAM.html",tooltip="M-ary PAM modulator with real symbols."]; }