public SWIGTYPE_p_ePSolver___ expand(ePSolver._ fillValue) { SWIGTYPE_p_ePSolver___ ret = new SWIGTYPE_p_ePSolver___(BulletSoftBodyPINVOKE.btAlignedObjectArrayePSolver_expand__SWIG_0(swigCPtr, (int)fillValue), false); return ret; }
public void remove(ePSolver._ key) { BulletSoftBodyPINVOKE.btAlignedObjectArrayePSolver_remove(swigCPtr, (int)key); }
public void resize(int newsize, ePSolver._ fillData) { BulletSoftBodyPINVOKE.btAlignedObjectArrayePSolver_resize__SWIG_0(swigCPtr, newsize, (int)fillData); }
public void push_back(ePSolver._ _Val) { BulletSoftBodyPINVOKE.btAlignedObjectArrayePSolver_push_back(swigCPtr, (int)_Val); }
public int findLinearSearch(ePSolver._ key) { int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayePSolver_findLinearSearch(swigCPtr, (int)key); return ret; }
public static SWIGTYPE_p_f_p_btSoftBody_float_float__void getSolver(ePSolver._ solver) { IntPtr cPtr = BulletSoftBodyPINVOKE.btSoftBody_getSolver__SWIG_0((int)solver); SWIGTYPE_p_f_p_btSoftBody_float_float__void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_f_p_btSoftBody_float_float__void(cPtr, false); return ret; }
internal static HandleRef getCPtr(ePSolver obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
internal static HandleRef getCPtr(ePSolver obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }