Example #1
0
        public SWIGTYPE_p_float at(IntList indexes)
        {
            SWIGTYPE_p_float ret = new SWIGTYPE_p_float(OpenPosePINVOKE.FloatArray_at__SWIG_2(swigCPtr, IntList.getCPtr(indexes)), false);

            if (OpenPosePINVOKE.SWIGPendingException.Pending)
            {
                throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }