mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
documentation for v1.0
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
digraph "readFacet"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
rankdir="LR";
|
||||
Node1 [label="readFacet",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
|
||||
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node2 [label="pFlow::checkNumberToken",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$namespacepFlow.html#a7eb5ba27ff2b049a15f9d4ca1a216398",tooltip=" "];
|
||||
Node1 -> Node9 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node9 [label="pFlow::checkWordToken",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$namespacepFlow.html#a742913ced514ca5a1fa1cfb6fb79e550",tooltip=" "];
|
||||
Node1 -> Node12 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node12 [label="pFlow::triple::x",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33",tooltip="access component"];
|
||||
Node1 -> Node13 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node13 [label="pFlow::triple::y",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967",tooltip="access component"];
|
||||
Node1 -> Node14 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node14 [label="pFlow::triple::z",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7",tooltip="access component"];
|
||||
}
|
Reference in New Issue
Block a user