HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
userProcessingFunc.h File Reference
#include "pxr/usd/sdf/layer.h"
#include "pxr/usd/usdUtils/api.h"
#include <functional>
#include <string>
#include <vector>
+ Include dependency graph for userProcessingFunc.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UsdUtilsDependencyInfo
 

Typedefs

using UsdUtilsProcessingFunc = UsdUtilsDependencyInfo(const SdfLayerHandle &layer, const UsdUtilsDependencyInfo &dependencyInfo)
 

Typedef Documentation

using UsdUtilsProcessingFunc = UsdUtilsDependencyInfo( const SdfLayerHandle &layer, const UsdUtilsDependencyInfo &dependencyInfo)

Signature for user supplied processing function.

Parameters
layerThe layer containing this dependency.
dependencyInfocontains asset path information for this dependency.

Definition at line 111 of file userProcessingFunc.h.