24 #ifndef PXR_USD_USD_UTILS_STITCH_CLIPS_H
25 #define PXR_USD_USD_UTILS_STITCH_CLIPS_H
123 const std::vector<std::string>& clipLayerFiles,
125 const double startTimeCode
127 const double endTimeCode
129 const bool interpolateMissingClipValues
132 = UsdClipsAPISetNames->default_);
147 const std::vector<std::string>& clipLayerFiles);
167 const SdfLayerHandle& topologyLayer,
168 const std::vector<std::string>& clipLayerFiles,
222 const SdfLayerHandle& topologyLayer,
223 const SdfLayerHandle& manifestLayer,
226 const double startTime,
227 const double endTime,
229 const double activeOffset
231 const bool interpolateMissingClipValues
234 = 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_)
GLsizei const GLchar *const * string
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)