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