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,14 @@
|
||||
digraph "name"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
rankdir="RL";
|
||||
Node1 [label="name",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Name of the vector."];
|
||||
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node2 [label="pFlow::triSurface::\lappend",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1triSurface.html#a41da40d7dcef4e4eaa1c4a2e4b749a70",tooltip=" "];
|
||||
Node1 -> Node3 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node3 [label="pFlow::VectorSingle\l\< word, HostSpace \>::name",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1VectorSingle_3_01word_00_01HostSpace_01_4.html#a59c9ca46d163de2f52b06368ef99cace",tooltip="Name of the vector."];
|
||||
Node1 -> Node4 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node4 [label="pFlow::pow",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$namespacepFlow.html#ae8c7f45b1b39def821f63012151da10c",tooltip=" "];
|
||||
}
|
Reference in New Issue
Block a user