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