コード例 #1
0
ファイル: GvNodeMaster.cs プロジェクト: KilledChicken/Fusee
 internal static HandleRef getCPtr(GvNodeMaster obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
0
ファイル: GvNodeGUI.cs プロジェクト: pr1m3c0d3/Fusee
 public bool Attach(SWIGTYPE_p_GeDialog dialog, GvNodeMaster master) {
   bool ret = C4dApiPINVOKE.GvNodeGUI_Attach(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dialog), GvNodeMaster.getCPtr(master));
   return ret;
 }
コード例 #3
0
ファイル: GvWorld.cs プロジェクト: KilledChicken/Fusee
 public GvNodeGUI GetMasterGUI(GvNodeMaster master) {
   IntPtr cPtr = C4dApiPINVOKE.GvWorld_GetMasterGUI__SWIG_1(swigCPtr, GvNodeMaster.getCPtr(master));
   GvNodeGUI ret = (cPtr == IntPtr.Zero) ? null : new GvNodeGUI(cPtr, false);
   return ret;
 }
コード例 #4
0
ファイル: GvNodeMaster.cs プロジェクト: KilledChicken/Fusee
 public GvError Recalculate(GvNodeMaster master, GvNode node, int cpu_id) {
   GvError ret = (GvError)C4dApiPINVOKE.GvNodeMaster_Recalculate(swigCPtr, GvNodeMaster.getCPtr(master), GvNode.getCPtr(node), cpu_id);
   return ret;
 }
コード例 #5
0
ファイル: GvWorld.cs プロジェクト: KilledChicken/Fusee
 public GvNodeGUI GetMasterGUI(GvNodeMaster master, SWIGTYPE_p_ULONG nr) {
   IntPtr cPtr = C4dApiPINVOKE.GvWorld_GetMasterGUI__SWIG_0(swigCPtr, GvNodeMaster.getCPtr(master), SWIGTYPE_p_ULONG.getCPtr(nr));
   GvNodeGUI ret = (cPtr == IntPtr.Zero) ? null : new GvNodeGUI(cPtr, false);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #6
0
ファイル: GvWorld.cs プロジェクト: KilledChicken/Fusee
 public bool AttachNode(GvNodeMaster master, GvNode node, int x, int y) {
   bool ret = C4dApiPINVOKE.GvWorld_AttachNode(swigCPtr, GvNodeMaster.getCPtr(master), GvNode.getCPtr(node), x, y);
   return ret;
 }
コード例 #7
0
ファイル: GvWorld.cs プロジェクト: KilledChicken/Fusee
 public void RedrawMaster(GvNodeMaster master) {
   C4dApiPINVOKE.GvWorld_RedrawMaster(swigCPtr, GvNodeMaster.getCPtr(master));
 }
コード例 #8
0
ファイル: GvWorld.cs プロジェクト: KilledChicken/Fusee
 public bool OpenDialog(int id, GvNodeMaster master) {
   bool ret = C4dApiPINVOKE.GvWorld_OpenDialog(swigCPtr, id, GvNodeMaster.getCPtr(master));
   return ret;
 }
コード例 #9
0
ファイル: GvWorld.cs プロジェクト: KilledChicken/Fusee
 public bool SendHookMessage(BaseDocument doc, GvNodeMaster master, GvMessHook data, int owner_id) {
   bool ret = C4dApiPINVOKE.GvWorld_SendHookMessage(swigCPtr, BaseDocument.getCPtr(doc), GvNodeMaster.getCPtr(master), GvMessHook.getCPtr(data), owner_id);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }