public void SetRange(int index, HeatMapTypeList values) { OpenPosePINVOKE.HeatMapTypeList_SetRange(swigCPtr, index, HeatMapTypeList.getCPtr(values)); if (OpenPosePINVOKE.SWIGPendingException.Pending) { throw OpenPosePINVOKE.SWIGPendingException.Retrieve(); } }
public HandExtractorCaffe(IntPoint netInputSize, IntPoint netOutputSize, string modelFolder, int gpuId, ushort numberScales, float rangeScales, HeatMapTypeList heatMapTypes) : this(OpenPosePINVOKE.new_HandExtractorCaffe__SWIG_2(IntPoint.getCPtr(netInputSize), IntPoint.getCPtr(netOutputSize), modelFolder, gpuId, numberScales, rangeScales, HeatMapTypeList.getCPtr(heatMapTypes)), true) { if (OpenPosePINVOKE.SWIGPendingException.Pending) { throw OpenPosePINVOKE.SWIGPendingException.Retrieve(); } }
public HeatMapTypeList(HeatMapTypeList other) : this(OpenPosePINVOKE.new_HeatMapTypeList__SWIG_1(HeatMapTypeList.getCPtr(other)), true) { if (OpenPosePINVOKE.SWIGPendingException.Pending) { throw OpenPosePINVOKE.SWIGPendingException.Retrieve(); } }