Inheritance: IDisposable
 public void resize(int newsize, btFace fillData)
 {
     BulletCollisionPINVOKE.btAlignedObjectArraybtFace_resize__SWIG_0(swigCPtr, newsize, btFace.getCPtr(fillData));
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void remove(btFace key)
 {
     BulletCollisionPINVOKE.btAlignedObjectArraybtFace_remove(swigCPtr, btFace.getCPtr(key));
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void push_back(btFace _Val)
 {
     BulletCollisionPINVOKE.btAlignedObjectArraybtFace_push_back(swigCPtr, btFace.getCPtr(_Val));
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public int findLinearSearch(btFace key)
        {
            int ret = BulletCollisionPINVOKE.btAlignedObjectArraybtFace_findLinearSearch(swigCPtr, btFace.getCPtr(key));

            if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public btFace expand(btFace fillValue)
        {
            btFace ret = new btFace(BulletCollisionPINVOKE.btAlignedObjectArraybtFace_expand__SWIG_0(swigCPtr, btFace.getCPtr(fillValue)), false);

            if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public btFace at(int n)
        {
            btFace ret = new btFace(BulletCollisionPINVOKE.btAlignedObjectArraybtFace_at__SWIG_0(swigCPtr, n), false);

            return(ret);
        }
        public btFace expand()
        {
            btFace ret = new btFace(BulletCollisionPINVOKE.btAlignedObjectArraybtFace_expand__SWIG_1(swigCPtr), false);

            return(ret);
        }
 public int findLinearSearch(btFace key)
 {
     int ret = BulletCollisionPINVOKE.btAlignedObjectArraybtFace_findLinearSearch(swigCPtr, btFace.getCPtr(key));
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Ejemplo n.º 9
0
 internal static HandleRef getCPtr(btFace obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public btFace expand()
 {
     btFace ret = new btFace(BulletCollisionPINVOKE.btAlignedObjectArraybtFace_expand__SWIG_1(swigCPtr), false);
     return ret;
 }
 public btFace expand(btFace fillValue)
 {
     btFace ret = new btFace(BulletCollisionPINVOKE.btAlignedObjectArraybtFace_expand__SWIG_0(swigCPtr, btFace.getCPtr(fillValue)), false);
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 public btFace at(int n)
 {
     btFace ret = new btFace(BulletCollisionPINVOKE.btAlignedObjectArraybtFace_at__SWIG_0(swigCPtr, n), false);
     return ret;
 }
 public void resize(int newsize, btFace fillData)
 {
     BulletCollisionPINVOKE.btAlignedObjectArraybtFace_resize__SWIG_0(swigCPtr, newsize, btFace.getCPtr(fillData));
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
 }
 public void remove(btFace key)
 {
     BulletCollisionPINVOKE.btAlignedObjectArraybtFace_remove(swigCPtr, btFace.getCPtr(key));
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
 }
 public void push_back(btFace _Val)
 {
     BulletCollisionPINVOKE.btAlignedObjectArraybtFace_push_back(swigCPtr, btFace.getCPtr(_Val));
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
 }
        public btFace expandNonInitializing()
        {
            btFace ret = new btFace(BulletCollisionPINVOKE.btAlignedObjectArraybtFace_expandNonInitializing(swigCPtr), false);

            return(ret);
        }
Ejemplo n.º 17
0
 internal static HandleRef getCPtr(btFace obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public btFace expandNonInitializing()
 {
     btFace ret = new btFace(BulletCollisionPINVOKE.btAlignedObjectArraybtFace_expandNonInitializing(swigCPtr), false);
     return ret;
 }