public bool CalculateRawDataRev(SWIGTYPE_p_void data, SWIGTYPE_p_void dest, GvRun r, GvValueFlags calculation) { bool ret = C4dApiPINVOKE.GvPort_CalculateRawDataRev__SWIG_1(swigCPtr, SWIGTYPE_p_void.getCPtr(data), SWIGTYPE_p_void.getCPtr(dest), GvRun.getCPtr(r), (int)calculation); return ret; }
public GvNode GetTableNode(GvRun run, int id) { IntPtr cPtr = C4dApiPINVOKE.GvCalcTable_GetTableNode(swigCPtr, GvRun.getCPtr(run), id); GvNode ret = (cPtr == IntPtr.Zero) ? null : new GvNode(cPtr, false); return ret; }
public bool Calculate(GvNode node, GvPortIO io, GvRun r, GvCalc c, int index, SWIGTYPE_p_BaseTime time) { bool ret = C4dApiPINVOKE.GvValue_Calculate__SWIG_0(swigCPtr, GvNode.getCPtr(node), (int)io, GvRun.getCPtr(r), GvCalc.getCPtr(c), index, SWIGTYPE_p_BaseTime.getCPtr(time)); return ret; }
public virtual bool SetRecalculate(GvNode bn, GvPort port, GvRun run) { bool ret = C4dApiPINVOKE.GvOperatorData_SetRecalculate__SWIG_1(swigCPtr, GvNode.getCPtr(bn), GvPort.getCPtr(port), GvRun.getCPtr(run)); return ret; }
public void ResetTable(GvRun run) { C4dApiPINVOKE.GvCalcTable_ResetTable(swigCPtr, GvRun.getCPtr(run)); }
public GvValue AllocCalculationHandler(int main_id, GvCalc calc, GvRun run, int singleport) { IntPtr cPtr = C4dApiPINVOKE.GvNode_AllocCalculationHandler(swigCPtr, main_id, GvCalc.getCPtr(calc), GvRun.getCPtr(run), singleport); GvValue ret = (cPtr == IntPtr.Zero) ? null : new GvValue(cPtr, false); return ret; }
public virtual bool Calculate(GvNode bn, GvPort port, GvRun run, GvCalc calc) { bool ret = C4dApiPINVOKE.GvOperatorData_Calculate(swigCPtr, GvNode.getCPtr(bn), GvPort.getCPtr(port), GvRun.getCPtr(run), GvCalc.getCPtr(calc)); return ret; }
public bool GetObjectWithIndex(SWIGTYPE_p_p_BaseList2D o, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_GetObjectWithIndex__SWIG_1(swigCPtr, SWIGTYPE_p_p_BaseList2D.getCPtr(o), GvRun.getCPtr(r)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool SetObjectWithIndex(BaseList2D o, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_SetObjectWithIndex__SWIG_1(swigCPtr, BaseList2D.getCPtr(o), GvRun.getCPtr(r)); return ret; }
public bool GetInstance(SWIGTYPE_p_p_BaseList2D i, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_GetInstance__SWIG_1(swigCPtr, SWIGTYPE_p_p_BaseList2D.getCPtr(i), GvRun.getCPtr(r)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool SetInstance(BaseList2D i, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_SetInstance__SWIG_1(swigCPtr, BaseList2D.getCPtr(i), GvRun.getCPtr(r)); return ret; }
public bool SetMaterial(BaseList2D m, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_SetMaterial__SWIG_1(swigCPtr, BaseList2D.getCPtr(m), GvRun.getCPtr(r)); return ret; }
public bool GetMaterial(SWIGTYPE_p_p_BaseList2D m, GvRun r, SWIGTYPE_p_LONG index) { bool ret = C4dApiPINVOKE.GvPort_GetMaterial__SWIG_0(swigCPtr, SWIGTYPE_p_p_BaseList2D.getCPtr(m), GvRun.getCPtr(r), SWIGTYPE_p_LONG.getCPtr(index)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool SetTag(BaseList2D t, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_SetTag__SWIG_1(swigCPtr, BaseList2D.getCPtr(t), GvRun.getCPtr(r)); return ret; }
public bool SetRecalculate(GvRun r, bool force_set) { bool ret = C4dApiPINVOKE.GvNode_SetRecalculate__SWIG_0(swigCPtr, GvRun.getCPtr(r), force_set); return ret; }
public static bool GvBuildInValuesTable(GvNode bn, SWIGTYPE_p_p_p_GvValue ports, SWIGTYPE_p_LONG nr_of_ports, GvCalc c, GvRun r, SWIGTYPE_p_LONG ids) { bool ret = C4dApiPINVOKE.GvBuildInValuesTable__SWIG_0(GvNode.getCPtr(bn), SWIGTYPE_p_p_p_GvValue.getCPtr(ports), SWIGTYPE_p_LONG.getCPtr(nr_of_ports), GvCalc.getCPtr(c), GvRun.getCPtr(r), SWIGTYPE_p_LONG.getCPtr(ids)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool SetRecalculate(GvRun r) { bool ret = C4dApiPINVOKE.GvNode_SetRecalculate__SWIG_1(swigCPtr, GvRun.getCPtr(r)); return ret; }
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; }
public virtual bool InitCalculation(GvNode bn, GvCalc calc, GvRun run) { bool ret = C4dApiPINVOKE.GvOperatorData_InitCalculation(swigCPtr, GvNode.getCPtr(bn), GvCalc.getCPtr(calc), GvRun.getCPtr(run)); return ret; }
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; }
public virtual bool AddToCalculationTable(GvNode bn, GvRun run) { bool ret = C4dApiPINVOKE.GvOperatorData_AddToCalculationTable(swigCPtr, GvNode.getCPtr(bn), GvRun.getCPtr(run)); return ret; }
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; }
public bool AddNodeToTable(GvRun run, GvNode node) { bool ret = C4dApiPINVOKE.GvCalcTable_AddNodeToTable(swigCPtr, GvRun.getCPtr(run), GvNode.getCPtr(node)); return ret; }
public static void GvClearDynamicData(GvDynamicData data, GvRun r) { C4dApiPINVOKE.GvClearDynamicData__SWIG_0(GvDynamicData.getCPtr(data), GvRun.getCPtr(r)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); }
public int GetTableCount(GvRun run) { int ret = C4dApiPINVOKE.GvCalcTable_GetTableCount(swigCPtr, GvRun.getCPtr(run)); return ret; }
public GvPort CalculateInPortIndex(int port_index, GvRun run, GvCalc calc) { IntPtr cPtr = C4dApiPINVOKE.GvNode_CalculateInPortIndex(swigCPtr, port_index, GvRun.getCPtr(run), GvCalc.getCPtr(calc)); GvPort ret = (cPtr == IntPtr.Zero) ? null : new GvPort(cPtr, false); return ret; }
internal static HandleRef getCPtr(GvRun obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public GvPort CalculateOutPort(GvPort port, GvRun run, GvCalc calc) { IntPtr cPtr = C4dApiPINVOKE.GvNode_CalculateOutPort(swigCPtr, GvPort.getCPtr(port), GvRun.getCPtr(run), GvCalc.getCPtr(calc)); GvPort ret = (cPtr == IntPtr.Zero) ? null : new GvPort(cPtr, false); return ret; }
public bool Calculate(GvNode node, GvPortIO io, GvRun r, GvCalc c) { bool ret = C4dApiPINVOKE.GvValue_Calculate__SWIG_2(swigCPtr, GvNode.getCPtr(node), (int)io, GvRun.getCPtr(r), GvCalc.getCPtr(c)); return ret; }
public bool CalculatePortData(GvPort data, SWIGTYPE_p_void dest, GvRun r, GvValueFlags calculation, double parm1) { bool ret = C4dApiPINVOKE.GvPort_CalculatePortData__SWIG_0(swigCPtr, GvPort.getCPtr(data), SWIGTYPE_p_void.getCPtr(dest), GvRun.getCPtr(r), (int)calculation, parm1); return ret; }