public btAlignedObjectArrayMaterialPtr(btAlignedObjectArrayMaterialPtr otherArray) : this(BulletSoftBodyPINVOKE.new_btAlignedObjectArrayMaterialPtr__SWIG_1(btAlignedObjectArrayMaterialPtr.getCPtr(otherArray)), true)
 {
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void copyFromArray(btAlignedObjectArrayMaterialPtr otherArray)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayMaterialPtr_copyFromArray(swigCPtr, btAlignedObjectArrayMaterialPtr.getCPtr(otherArray));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void copyFromArray(btAlignedObjectArrayMaterialPtr otherArray)
 {
     BulletSoftBodyPINVOKE.btAlignedObjectArrayMaterialPtr_copyFromArray(swigCPtr, btAlignedObjectArrayMaterialPtr.getCPtr(otherArray));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 public btAlignedObjectArrayMaterialPtr(btAlignedObjectArrayMaterialPtr otherArray)
     : this(BulletSoftBodyPINVOKE.new_btAlignedObjectArrayMaterialPtr__SWIG_1(btAlignedObjectArrayMaterialPtr.getCPtr(otherArray)), true)
 {
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(btAlignedObjectArrayMaterialPtr obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(btAlignedObjectArrayMaterialPtr obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }