digraph structs
{
edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
node [fontname="FreeSans",fontsize="10",shape=record];
rankdir=LR;
Node1 [label="GpuCV console test application",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$group__GPUCVCONSOLE__GRP.html"];
Node0 [label="Test functions for cvg.h operators",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
Node1->Node0 [shape=plaintext, color="midnightblue", dir="back", style="solid"];
}
|