public new static FbxGeometryWeightedMap Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr  cPtr = fbx_wrapperPINVOKE.FbxGeometryWeightedMap_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxGeometryWeightedMap ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxGeometryWeightedMap(cPtr, false);

            return(ret);
        }
        public FbxGeometryWeightedMap GetSourceGeometryWeightedMap()
        {
            global::System.IntPtr  cPtr = fbx_wrapperPINVOKE.FbxGeometry_GetSourceGeometryWeightedMap(swigCPtr);
            FbxGeometryWeightedMap ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxGeometryWeightedMap(cPtr, false);

            return(ret);
        }
        public FbxGeometryWeightedMap GetDestinationGeometryWeightedMap(int pIndex)
        {
            global::System.IntPtr  cPtr = fbx_wrapperPINVOKE.FbxGeometry_GetDestinationGeometryWeightedMap(swigCPtr, pIndex);
            FbxGeometryWeightedMap ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxGeometryWeightedMap(cPtr, false);

            return(ret);
        }
        public new static FbxGeometryWeightedMap Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr  cPtr = FbxWrapperNativePINVOKE.FbxGeometryWeightedMap_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxGeometryWeightedMap ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxGeometryWeightedMap(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxGeometryWeightedMap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }