7 #ifndef PXR_USD_USD_UTILS_STITCH_CLIPS_H
8 #define PXR_USD_USD_UTILS_STITCH_CLIPS_H
106 const std::vector<std::string>& clipLayerFiles,
108 const double startTimeCode
110 const double endTimeCode
112 const bool interpolateMissingClipValues
115 = UsdClipsAPISetNames->default_);
130 const std::vector<std::string>& clipLayerFiles);
150 const SdfLayerHandle& topologyLayer,
151 const std::vector<std::string>& clipLayerFiles,
205 const SdfLayerHandle& topologyLayer,
206 const SdfLayerHandle& manifestLayer,
208 const std::string& templatePath,
209 const double startTime,
210 const double endTime,
212 const double activeOffset
214 const bool interpolateMissingClipValues
217 = UsdClipsAPISetNames->default_);
USDUTILS_API bool UsdUtilsStitchClipsManifest(const SdfLayerHandle &manifestLayer, const SdfLayerHandle &topologyLayer, const std::vector< std::string > &clipLayerFiles, const SdfPath &clipPath)
USDUTILS_API bool UsdUtilsStitchClips(const SdfLayerHandle &resultLayer, const std::vector< std::string > &clipLayerFiles, const SdfPath &clipPath, const double startTimeCode=std::numeric_limits< double >::max(), const double endTimeCode=std::numeric_limits< double >::max(), const bool interpolateMissingClipValues=false, const TfToken &clipSet=UsdClipsAPISetNames->default_)
USDUTILS_API bool UsdUtilsStitchClipsTopology(const SdfLayerHandle &topologyLayer, const std::vector< std::string > &clipLayerFiles)
USDUTILS_API std::string UsdUtilsGenerateClipTopologyName(const std::string &rootLayerName)
GLint GLenum GLboolean GLsizei stride
USDUTILS_API bool UsdUtilsStitchClipsTemplate(const SdfLayerHandle &resultLayer, const SdfLayerHandle &topologyLayer, const SdfLayerHandle &manifestLayer, const SdfPath &clipPath, const std::string &templatePath, const double startTime, const double endTime, const double stride, const double activeOffset=std::numeric_limits< double >::max(), const bool interpolateMissingClipValues=false, const TfToken &clipSet=UsdClipsAPISetNames->default_)
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
ImageBuf OIIO_API max(Image_or_Const A, Image_or_Const B, ROI roi={}, int nthreads=0)
#define PXR_NAMESPACE_CLOSE_SCOPE
PXR_NAMESPACE_OPEN_SCOPE SDF_DECLARE_HANDLES(SdfLayer)
USDUTILS_API std::string UsdUtilsGenerateClipManifestName(const std::string &rootLayerName)