Example #1
0
 public virtual void writeLinesToFunctor(SWIGTYPE_p_ArFunctor2T_int_std__vectorT_ArLineSegment_t_p_t functor, string scanType, ArFunctor1_CString keywordFunctor)
 {
     AriaCSPINVOKE.ArMap_writeLinesToFunctor__SWIG_0(swigCPtr, SWIGTYPE_p_ArFunctor2T_int_std__vectorT_ArLineSegment_t_p_t.getCPtr(functor), scanType, ArFunctor1_CString.getCPtr(keywordFunctor));
 }
Example #2
0
 public virtual void writeLinesToFunctor(SWIGTYPE_p_ArFunctor2T_int_std__vectorT_ArLineSegment_t_p_t functor)
 {
     AriaCSPINVOKE.ArMap_writeLinesToFunctor__SWIG_2(swigCPtr, SWIGTYPE_p_ArFunctor2T_int_std__vectorT_ArLineSegment_t_p_t.getCPtr(functor));
 }
Example #3
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArFunctor2T_int_std__vectorT_ArLineSegment_t_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }