8#ifndef USD_VALIDATOR_TOKENS_H
9#define USD_VALIDATOR_TOKENS_H
14#include "pxr/usd/usd/api.h"
17PXR_NAMESPACE_OPEN_SCOPE
19#define USD_VALIDATOR_NAME_TOKENS \
20 ((compositionErrorTest, "usd:CompositionErrorTest")) \
21 ((stageMetadataChecker, "usd:StageMetadataChecker"))
23#define USD_VALIDATOR_KEYWORD_TOKENS \
26#define USD_VALIDATION_ERROR_NAME_TOKENS \
27 ((compositionError, "CompositionError")) \
28 ((missingDefaultPrim, "MissingDefaultPrim"))
50PXR_NAMESPACE_CLOSE_SCOPE
This file defines some macros that are useful for declaring and using static TfTokens.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
#define USD_VALIDATOR_KEYWORD_TOKENS
Tokens representing keywords associated with any validator in the usd plugin.
#define USD_VALIDATION_ERROR_NAME_TOKENS
Tokens representing validation error identifier.
#define USD_VALIDATOR_NAME_TOKENS
Tokens representing validator names.