public void remove(Node key) { BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_remove(swigCPtr, Node.getCPtr(key)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public void push_back(Node _Val) { BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_push_back(swigCPtr, Node.getCPtr(_Val)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public void resize(int newsize, Node fillData) { BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_resize__SWIG_0(swigCPtr, newsize, Node.getCPtr(fillData)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } }
public int findLinearSearch(Node key) { int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_findLinearSearch(swigCPtr, Node.getCPtr(key)); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public Node expand(Node fillValue) { Node ret = new Node(BulletSoftBodyPINVOKE.btAlignedObjectArrayNode_expand__SWIG_0(swigCPtr, Node.getCPtr(fillValue)), false); if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) { throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }