public void remove(Link key) { BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_remove(swigCPtr, Link.getCPtr(key)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public void push_back(Link _Val) { BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_push_back(swigCPtr, Link.getCPtr(_Val)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public void resize(int newsize, Link fillData) { BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_resize__SWIG_0(swigCPtr, newsize, Link.getCPtr(fillData)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public int findLinearSearch(Link key) { int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_findLinearSearch(swigCPtr, Link.getCPtr(key)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public Link expand(Link fillValue) { Link ret = new Link(BulletSoftBodyPINVOKE.btAlignedObjectArrayLink_expand__SWIG_0(swigCPtr, Link.getCPtr(fillValue)), false); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }