public StringVector(StringVector other) : this(SolARPipelineManagerPINVOKE.new_StringVector__SWIG_1(StringVector.getCPtr(other)), true) { if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public StringVector(int capacity) : this(SolARPipelineManagerPINVOKE.new_StringVector__SWIG_2(capacity), true) { if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public SolARPluginPipelineManager() : this(SolARPipelineManagerPINVOKE.new_SolARPluginPipelineManager(), true) { if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
private void reserve(uint n) { SolARPipelineManagerPINVOKE.StringVector_reserve(swigCPtr, n); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public void Reverse(int index, int count) { SolARPipelineManagerPINVOKE.StringVector_Reverse__SWIG_1(swigCPtr, index, count); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public void Clear() { SolARPipelineManagerPINVOKE.StringVector_Clear(swigCPtr); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetRange(int index, StringVector values) { SolARPipelineManagerPINVOKE.StringVector_SetRange(swigCPtr, index, StringVector.getCPtr(values)); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public void Reverse() { SolARPipelineManagerPINVOKE.StringVector_Reverse__SWIG_0(swigCPtr); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public void Add(string x) { SolARPipelineManagerPINVOKE.StringVector_Add(swigCPtr, x); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
private void setitem(int index, string val) { SolARPipelineManagerPINVOKE.StringVector_setitem(swigCPtr, index, val); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public void RemoveAt(int index) { SolARPipelineManagerPINVOKE.StringVector_RemoveAt(swigCPtr, index); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public void udpatePose(System.IntPtr pose) { SolARPipelineManagerPINVOKE.SolARPluginPipelineManager_udpatePose(swigCPtr, pose); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } }
public int LastIndexOf(string value) { int ret = SolARPipelineManagerPINVOKE.StringVector_LastIndexOf(swigCPtr, value); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool Remove(string value) { bool ret = SolARPipelineManagerPINVOKE.StringVector_Remove(swigCPtr, value); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PIPELINEMANAGER_RETURNCODE udpate(Transform3Df pose) { PIPELINEMANAGER_RETURNCODE ret = (PIPELINEMANAGER_RETURNCODE)SolARPipelineManagerPINVOKE.SolARPluginPipelineManager_udpate(swigCPtr, Transform3Df.getCPtr(pose)); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
private string getitem(int index) { string ret = SolARPipelineManagerPINVOKE.StringVector_getitem(swigCPtr, index); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public CameraParameters getCameraParameters() { CameraParameters ret = new CameraParameters(SolARPipelineManagerPINVOKE.SolARPluginPipelineManager_getCameraParameters(swigCPtr), true); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool start(System.IntPtr textureHandle) { bool ret = SolARPipelineManagerPINVOKE.SolARPluginPipelineManager_start(swigCPtr, textureHandle); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
private uint capacity() { uint ret = SolARPipelineManagerPINVOKE.StringVector_capacity(swigCPtr); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool init(string conf_path, string pipelineUUID) { bool ret = SolARPipelineManagerPINVOKE.SolARPluginPipelineManager_init(swigCPtr, conf_path, pipelineUUID); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool stop() { bool ret = SolARPipelineManagerPINVOKE.SolARPluginPipelineManager_stop(swigCPtr); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PIPELINEMANAGER_RETURNCODE loadSourceImage(System.IntPtr sourceTextureHandle, int width, int height) { PIPELINEMANAGER_RETURNCODE ret = (PIPELINEMANAGER_RETURNCODE)SolARPipelineManagerPINVOKE.SolARPluginPipelineManager_loadSourceImage(swigCPtr, sourceTextureHandle, width, height); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public StringVector GetRange(int index, int count) { global::System.IntPtr cPtr = SolARPipelineManagerPINVOKE.StringVector_GetRange(swigCPtr, index, count); StringVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new StringVector(cPtr, true); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static StringVector Repeat(string value, int count) { global::System.IntPtr cPtr = SolARPipelineManagerPINVOKE.StringVector_Repeat(value, count); StringVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new StringVector(cPtr, true); if (SolARPipelineManagerPINVOKE.SWIGPendingException.Pending) { throw SolARPipelineManagerPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
protected virtual void Dispose(bool disposing) { lock (this) { if (swigCPtr.Handle != global::System.IntPtr.Zero) { if (swigCMemOwn) { swigCMemOwn = false; SolARPipelineManagerPINVOKE.delete_SolARPluginPipelineManager(swigCPtr); } swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero); } } }