Example #1
0
 public GeData(SWIGTYPE_p_LLONG v, LLONGVALUETYPE dummy) : this(C4dApiPINVOKE.new_GeData__SWIG_7(SWIGTYPE_p_LLONG.getCPtr(v), (int)dummy), true) {
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Example #2
0
 public SWIGTYPE_p_LLONG GetLLong() {
   SWIGTYPE_p_LLONG ret = new SWIGTYPE_p_LLONG(C4dApiPINVOKE.GeData_GetLLong(swigCPtr), true);
   return ret;
 }
Example #3
0
 public void SetLLong(SWIGTYPE_p_LLONG v) {
   C4dApiPINVOKE.GeData_SetLLong(swigCPtr, SWIGTYPE_p_LLONG.getCPtr(v));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Example #4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_LLONG obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #5
0
 public bool WriteProfileToMemory(SWIGTYPE_p_p_void mem, SWIGTYPE_p_LLONG memsize) {
   bool ret = C4dApiPINVOKE.ColorProfile_WriteProfileToMemory(swigCPtr, SWIGTYPE_p_p_void.getCPtr(mem), SWIGTYPE_p_LLONG.getCPtr(memsize));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #6
0
 public void SetLLong(int id, SWIGTYPE_p_LLONG l) {
   C4dApiPINVOKE.BaseContainer_SetLLong(swigCPtr, id, SWIGTYPE_p_LLONG.getCPtr(l));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Example #7
0
 public SWIGTYPE_p_LLONG GetLLong(int id) {
   SWIGTYPE_p_LLONG ret = new SWIGTYPE_p_LLONG(C4dApiPINVOKE.BaseContainer_GetLLong__SWIG_1(swigCPtr, id), true);
   return ret;
 }
Example #8
0
 public SWIGTYPE_p_LLONG GetLLong(int id, SWIGTYPE_p_LLONG preset) {
   SWIGTYPE_p_LLONG ret = new SWIGTYPE_p_LLONG(C4dApiPINVOKE.BaseContainer_GetLLong__SWIG_0(swigCPtr, id, SWIGTYPE_p_LLONG.getCPtr(preset)), true);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }