Exemple #1
0
 public PcpCache(PcpLayerStackIdentifier layerStackIdentifier) : this(UsdCsPINVOKE.new_PcpCache__SWIG_2(PcpLayerStackIdentifier.getCPtr(layerStackIdentifier)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public PcpLayerStackIdentifierStr(PcpLayerStackIdentifier lsid) : this(UsdCsPINVOKE.new_PcpLayerStackIdentifierStr__SWIG_4(PcpLayerStackIdentifier.getCPtr(lsid)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public PcpCache(PcpLayerStackIdentifier layerStackIdentifier, string fileFormatTarget) : this(UsdCsPINVOKE.new_PcpCache__SWIG_1(PcpLayerStackIdentifier.getCPtr(layerStackIdentifier), fileFormatTarget), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
 public PcpCache(PcpLayerStackIdentifier layerStackIdentifier, string targetSchema, bool usd) : this(UsdCsPINVOKE.new_PcpCache__SWIG_1(PcpLayerStackIdentifier.getCPtr(layerStackIdentifier), targetSchema, usd), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #5
0
 public PcpCache(PcpLayerStackIdentifier layerStackIdentifier, string targetSchema, bool usd, SWIGTYPE_p_TfDeclarePtrsT_PcpPayloadDecorator_t__RefPtr payloadDecorator) : this(UsdCsPINVOKE.new_PcpCache__SWIG_0(PcpLayerStackIdentifier.getCPtr(layerStackIdentifier), targetSchema, usd, SWIGTYPE_p_TfDeclarePtrsT_PcpPayloadDecorator_t__RefPtr.getCPtr(payloadDecorator)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #6
0
        public PcpLayerStackIdentifier GetIdentifier()
        {
            PcpLayerStackIdentifier ret = new PcpLayerStackIdentifier(UsdCsPINVOKE.PcpLayerStack_GetIdentifier(swigCPtr), false);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #7
0
        public PcpLayerStackPtr FindLayerStack(PcpLayerStackIdentifier identifier)
        {
            PcpLayerStackPtr ret = new PcpLayerStackPtr(UsdCsPINVOKE.PcpCache_FindLayerStack(swigCPtr, PcpLayerStackIdentifier.getCPtr(identifier)), true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #8
0
        public PcpLayerStack ComputeLayerStack(PcpLayerStackIdentifier identifier, SWIGTYPE_p_PcpErrorVector allErrors)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.PcpCache_ComputeLayerStack(swigCPtr, PcpLayerStackIdentifier.getCPtr(identifier), SWIGTYPE_p_PcpErrorVector.getCPtr(allErrors));
            PcpLayerStack         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new PcpLayerStack(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public PcpLayerStackIdentifier GetIdentifier()
        {
            PcpLayerStackIdentifier ret = new PcpLayerStackIdentifier(UsdCsPINVOKE.PcpLayerStackPtr_GetIdentifier(swigCPtr), false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PcpLayerStackIdentifier obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #11
0
        public PcpLayerStackIdentifier GetLayerStackIdentifier()
        {
            PcpLayerStackIdentifier ret = new PcpLayerStackIdentifier(UsdCsPINVOKE.PcpCache_GetLayerStackIdentifier(swigCPtr), true);

            return(ret);
        }