Exemplo n.º 1
0
 public static extern int agnnodes(GraphHandle graph);
Exemplo n.º 2
0
 public static extern int gvRenderJobs(SafeContextHandle gvc, GraphHandle g);
Exemplo n.º 3
0
 public static extern int gvFreeLayout(SafeContextHandle gvc, GraphHandle g);
Exemplo n.º 4
0
 public static extern int gvRender(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, IntPtr FILE_out);
Exemplo n.º 5
0
 public static extern unsafe int gvRenderContext(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, void *context);
Exemplo n.º 6
0
 public static extern string agxget(GraphHandle component, int unk2);
Exemplo n.º 7
0
 public static extern int gvLayoutJobs(SafeContextHandle gvc, GraphHandle g);
Exemplo n.º 8
0
 public static extern NodeHandle aglstnode(GraphHandle graph);
Exemplo n.º 9
0
 public static extern NodeHandle agprvnode(GraphHandle graph, NodeHandle node);
Exemplo n.º 10
0
 public static extern int agcontains(GraphHandle graph, EdgeHandle component);
Exemplo n.º 11
0
 public static extern NodeHandle agfindnode(GraphHandle graph, [MarshalAs(UnmanagedType.LPStr)] string name);
Exemplo n.º 12
0
 public static extern void agdelete(GraphHandle graph, EdgeHandle component);
Exemplo n.º 13
0
 public static extern void aginsert(GraphHandle graph, EdgeHandle component);
Exemplo n.º 14
0
 public static extern int agnedges(GraphHandle graph);
Exemplo n.º 15
0
 public static extern SymbolHandle agprvattr(GraphHandle component, SymbolHandle attribute);
Exemplo n.º 16
0
 public static extern EdgeHandle agfindedge(GraphHandle graph, NodeHandle tail, NodeHandle head);
Exemplo n.º 17
0
 public static extern string agget(GraphHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
Exemplo n.º 18
0
 public static extern EdgeHandle agnxtedge(GraphHandle graph, EdgeHandle edge, NodeHandle node);
Exemplo n.º 19
0
 public static extern int gvLayout(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string engine);
Exemplo n.º 20
0
 public static extern EdgeHandle agfstout(GraphHandle graph, NodeHandle node);
Exemplo n.º 21
0
 public static extern void attach_attrs(GraphHandle g);
Exemplo n.º 22
0
 public static extern EdgeHandle agnxtout(GraphHandle graph, EdgeHandle edge);
Exemplo n.º 23
0
 public static extern int gvRenderFilename(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, [MarshalAs(UnmanagedType.LPStr)] string filename);
Exemplo n.º 24
0
 public static extern SymbolHandle agedgeattr(GraphHandle edge, [MarshalAs(UnmanagedType.LPStr)] string name, [MarshalAs(UnmanagedType.LPStr)] string value);
Exemplo n.º 25
0
 public static extern unsafe int gvRenderData(SafeContextHandle gvc, GraphHandle g, [MarshalAs(UnmanagedType.LPStr)] string format, byte **result, uint *length);
Exemplo n.º 26
0
 public static extern SymbolHandle agfindattr(GraphHandle component, [MarshalAs(UnmanagedType.LPStr)] string name);
Exemplo n.º 27
0
 public static extern int agxset(GraphHandle component, int unk2, [MarshalAs(UnmanagedType.LPStr)] string unk3);
Exemplo n.º 28
0
 public static extern SymbolHandle aglstattr(GraphHandle component);
Exemplo n.º 29
0
 public static extern int agindex(GraphHandle component, [MarshalAs(UnmanagedType.LPStr)] string unk2);
Exemplo n.º 30
0
 public static extern EdgeHandle agprotoedge(GraphHandle graph);