7#ifndef PXR_USD_VALIDATION_USD_VALIDATION_NOTICE_H
8#define PXR_USD_VALIDATION_USD_VALIDATION_NOTICE_H
11#include "pxr/usdValidation/usdValidation/api.h"
14PXR_NAMESPACE_OPEN_SCOPE
39 return _registeredValidator;
60 return _registeredSuite;
67PXR_NAMESPACE_CLOSE_SCOPE
The base class for objects used to notify interested parties (listeners) when events have occurred.
DidRegisterValidator notice is sent after a validator is dynamically registered using UsdValidationRe...
DidRegisterValidatorSuite notice is sent after a validator suite is dynamically registered using UsdV...
Notices for UsdValidation.
UsdValidationValidator is a class describing a single test.
UsdValidationValidatorSuite acts like a suite for a collection of tests, which clients can use to bun...