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