Example #1
0
 public static bool GvBuildValuesTable(GvNode bn, SWIGTYPE_p_p_p_GvValue in_ports, SWIGTYPE_p_LONG nr_of_in_ports, SWIGTYPE_p_p_p_GvPort out_ports, SWIGTYPE_p_LONG nr_of_out_ports) {
   bool ret = C4dApiPINVOKE.GvBuildValuesTable__SWIG_0(GvNode.getCPtr(bn), SWIGTYPE_p_p_p_GvValue.getCPtr(in_ports), SWIGTYPE_p_LONG.getCPtr(nr_of_in_ports), SWIGTYPE_p_p_p_GvPort.getCPtr(out_ports), SWIGTYPE_p_LONG.getCPtr(nr_of_out_ports));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #2
0
 public static bool GvBuildOutPortsTable(GvNode bn, SWIGTYPE_p_p_p_GvPort ports, SWIGTYPE_p_LONG nr_of_ports) {
   bool ret = C4dApiPINVOKE.GvBuildOutPortsTable(GvNode.getCPtr(bn), SWIGTYPE_p_p_p_GvPort.getCPtr(ports), SWIGTYPE_p_LONG.getCPtr(nr_of_ports));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_p_GvPort obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }