HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fixer.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/tf/token.h"
#include "pxr/usd/usd/timeCode.h"
#include "pxr/usdValidation/usdValidation/api.h"
#include <functional>
+ Include dependency graph for fixer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UsdValidationFixer
 

Typedefs

using FixerImplFn = std::function< bool(const UsdValidationError &e, const UsdEditTarget &editTarget, const UsdTimeCode &timeCode)>
 
using FixerCanApplyFn = std::function< bool(const UsdValidationError &e, const UsdEditTarget &editTarget, const UsdTimeCode &timeCode)>
 

Typedef Documentation

using FixerCanApplyFn = std::function<bool( const UsdValidationError& e, const UsdEditTarget& editTarget, const UsdTimeCode& timeCode)>

Definition at line 31 of file fixer.h.

using FixerImplFn = std::function<bool( const UsdValidationError& e, const UsdEditTarget& editTarget, const UsdTimeCode& timeCode)>

Definition at line 26 of file fixer.h.