Inheritance: IDisposable
 internal static HandleRef getCPtr(eVSolver obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public SWIGTYPE_p_eVSolver___ expand(eVSolver._ fillValue)
 {
     SWIGTYPE_p_eVSolver___ ret = new SWIGTYPE_p_eVSolver___(BulletSoftBodyPINVOKE.btAlignedObjectArrayeVSolver_expand__SWIG_0(swigCPtr, (int)fillValue), false);
     return ret;
 }
Beispiel #3
0
 public static SWIGTYPE_p_f_p_btSoftBody_float__void getSolver(eVSolver._ solver)
 {
     IntPtr cPtr = BulletSoftBodyPINVOKE.btSoftBody_getSolver__SWIG_1((int)solver);
     SWIGTYPE_p_f_p_btSoftBody_float__void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_f_p_btSoftBody_float__void(cPtr, false);
     return ret;
 }
 public void resize(int newsize, eVSolver._ fillData)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayeVSolver_resize__SWIG_0(swigCPtr, newsize, (int)fillData);
 }
 public void remove(eVSolver._ key)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayeVSolver_remove(swigCPtr, (int)key);
 }
 public void push_back(eVSolver._ _Val)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayeVSolver_push_back(swigCPtr, (int)_Val);
 }
 public int findLinearSearch(eVSolver._ key)
 {
     int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayeVSolver_findLinearSearch(swigCPtr, (int)key);
     return ret;
 }
Beispiel #8
0
 internal static HandleRef getCPtr(eVSolver obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }