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