Inheritance: Feature
 public void resize(int newsize, Face fillData)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_resize__SWIG_0(swigCPtr, newsize, Face.getCPtr(fillData));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public Face at(int n)
 {
     Face ret = new Face(BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_at__SWIG_0(swigCPtr, n), false);
     return ret;
 }
 public void push_back(Face _Val)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_push_back(swigCPtr, Face.getCPtr(_Val));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public void remove(Face key)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_remove(swigCPtr, Face.getCPtr(key));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public Face expandNonInitializing()
 {
     Face ret = new Face(BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_expandNonInitializing(swigCPtr), false);
     return ret;
 }
 public int findLinearSearch(Face key)
 {
     int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_findLinearSearch(swigCPtr, Face.getCPtr(key));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
示例#7
0
 public void appendNote(string text, SWIGTYPE_p_btVector3 o, Face feature)
 {
     BulletSoftBodyPINVOKE.btSoftBody_appendNote__SWIG_8(swigCPtr, text, SWIGTYPE_p_btVector3.getCPtr(o), Face.getCPtr(feature));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
        public Face expandNonInitializing()
        {
            Face ret = new Face(BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_expandNonInitializing(swigCPtr), false);

            return(ret);
        }
        public Face at(int n)
        {
            Face ret = new Face(BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_at__SWIG_0(swigCPtr, n), false);

            return(ret);
        }
 public void resize(int newsize, Face fillData)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_resize__SWIG_0(swigCPtr, newsize, Face.getCPtr(fillData));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public int findLinearSearch(Face key)
        {
            int ret = BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_findLinearSearch(swigCPtr, Face.getCPtr(key));

            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public Face expand()
        {
            Face ret = new Face(BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_expand__SWIG_1(swigCPtr), false);

            return(ret);
        }
        public Face expand(Face fillValue)
        {
            Face ret = new Face(BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_expand__SWIG_0(swigCPtr, Face.getCPtr(fillValue)), false);

            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public Face expand(Face fillValue)
 {
     Face ret = new Face(BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_expand__SWIG_0(swigCPtr, Face.getCPtr(fillValue)), false);
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
示例#15
0
 public SWIGTYPE_p_btVector3 GetNodeIndexFromFace(Face face)
 {
     SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletSoftBodyPINVOKE.btSoftBody_GetNodeIndexFromFace(swigCPtr, Face.getCPtr(face)), true);
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 public Face expand()
 {
     Face ret = new Face(BulletSoftBodyPINVOKE.btAlignedObjectArrayFace_expand__SWIG_1(swigCPtr), false);
     return ret;
 }
示例#17
0
 internal static HandleRef getCPtr(Face obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }