getCPtr() static private method

static private getCPtr ( SBJoint obj ) : HandleRef
obj SBJoint
return System.Runtime.InteropServices.HandleRef
 public void resize(int newsize, SBJoint fillData)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_resize__SWIG_0(swigCPtr, newsize, SBJoint.getCPtr(fillData));
 }
 public void remove(SBJoint key)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_remove(swigCPtr, SBJoint.getCPtr(key));
 }
 public void push_back(SBJoint _Val)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_push_back(swigCPtr, SBJoint.getCPtr(_Val));
 }
        public int findLinearSearch(SBJoint key)
        {
            int ret = BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_findLinearSearch(swigCPtr, SBJoint.getCPtr(key));

            return(ret);
        }
        public SWIGTYPE_p_p_SBJoint expand(SBJoint fillValue)
        {
            SWIGTYPE_p_p_SBJoint ret = new SWIGTYPE_p_p_SBJoint(BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_expand__SWIG_0(swigCPtr, SBJoint.getCPtr(fillValue)), false);

            return(ret);
        }