public void SetRange(int index, FloatList2N values) { LandmarkDetectorPINVOKE.FloatList2N_SetRange(swigCPtr, index, FloatList2N.getCPtr(values)); if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending) { throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve(); } }
public FloatList2N(FloatList2N other) : this(LandmarkDetectorPINVOKE.new_FloatList2N__SWIG_1(FloatList2N.getCPtr(other)), true) { if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending) { throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve(); } }