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,16 @@
|
||||
digraph "peek"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
rankdir="LR";
|
||||
Node1 [label="peek",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::sphere::center",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1sphere.html#af62a3e07c6f230fc63639ad004e40c7e",tooltip=" "];
|
||||
Node1 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node3 [label="pFlow::sphere::isInside",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1sphere.html#a898603c1e4e433d2f304d86f1a22c53c",tooltip=" "];
|
||||
Node1 -> Node5 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node5 [label="pFlow::sphere::radius",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1sphere.html#a4611c0bbd5b552873706e6d361f8b43f",tooltip=" "];
|
||||
Node1 -> Node7 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node7 [label="pFlow::uniformRandomReal\l::randomNumber",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1uniformRandomReal.html#adafd9f80ea7071089bd8829bb04cdd14",tooltip=" "];
|
||||
}
|
Reference in New Issue
Block a user