Example #1
0
 internal static HandleRef getCPtr(GvValuesInfo obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #2
0
 public static bool GvBuildValuesTable(GvNode bn, GvValuesInfo info, GvCalc c, GvRun r, SWIGTYPE_p_LONG input_ids) {
   bool ret = C4dApiPINVOKE.GvBuildValuesTable__SWIG_1(GvNode.getCPtr(bn), GvValuesInfo.getCPtr(info), GvCalc.getCPtr(c), GvRun.getCPtr(r), SWIGTYPE_p_LONG.getCPtr(input_ids));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #3
0
 public static bool GvBuildOutValuesTable(GvNode bn, GvValuesInfo info) {
   bool ret = C4dApiPINVOKE.GvBuildOutValuesTable(GvNode.getCPtr(bn), GvValuesInfo.getCPtr(info));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #4
0
 public static bool GvCalculateInValuesTable(GvNode bn, GvRun run, GvCalc calc, GvValuesInfo info) {
   bool ret = C4dApiPINVOKE.GvCalculateInValuesTable__SWIG_2(GvNode.getCPtr(bn), GvRun.getCPtr(run), GvCalc.getCPtr(calc), GvValuesInfo.getCPtr(info));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #5
0
 public static bool GvCalculateInValuesTable(GvNode bn, GvRun run, GvCalc calc, GvValuesInfo info, int singleport, SWIGTYPE_p_BaseTime time) {
   bool ret = C4dApiPINVOKE.GvCalculateInValuesTable__SWIG_0(GvNode.getCPtr(bn), GvRun.getCPtr(run), GvCalc.getCPtr(calc), GvValuesInfo.getCPtr(info), singleport, SWIGTYPE_p_BaseTime.getCPtr(time));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #6
0
 public static void GvFreeValuesTable(GvNode bn, GvValuesInfo info) {
   C4dApiPINVOKE.GvFreeValuesTable__SWIG_1(GvNode.getCPtr(bn), GvValuesInfo.getCPtr(info));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }