Loading...
Searching...
No Matches
validatorTokens.h
Go to the documentation of this file.
1//
2// Copyright 2024 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7
8#ifndef PXR_USD_VALIDATION_USD_GEOM_VALIDATORS_TOKENS_H
9#define PXR_USD_VALIDATION_USD_GEOM_VALIDATORS_TOKENS_H
10
12
13#include "pxr/pxr.h"
15#include "pxr/usdValidation/usdGeomValidators/api.h"
16
17PXR_NAMESPACE_OPEN_SCOPE
18
19#define USD_GEOM_VALIDATOR_NAME_TOKENS \
20 ((stageMetadataChecker, "usdGeomValidators:StageMetadataChecker")) \
21 ((subsetFamilies, "usdGeomValidators:SubsetFamilies")) \
22 ((subsetParentIsImageable, "usdGeomValidators:SubsetParentIsImageable")) \
23 ((encapsulationChecker, "usdGeomValidators:EncapsulationChecker"))
24
25#define USD_GEOM_VALIDATOR_KEYWORD_TOKENS \
26 (UsdGeomSubset) \
27 (UsdGeomValidators)
28
29#define USD_GEOM_VALIDATION_ERROR_NAME_TOKENS \
30 ((missingMetersPerUnitMetadata, "MissingMetersPerUnitMetadata")) \
31 ((missingUpAxisMetadata, "MissingUpAxisMetadata")) \
32 ((invalidSubsetFamily, "InvalidSubsetFamily")) \
33 ((notImageableSubsetParent, "NotImageableSubsetParent")) \
34 ((invalidNestedGprims, "InvalidNestedGprims"))
35
40TF_DECLARE_PUBLIC_TOKENS(UsdGeomValidatorNameTokens, USDGEOMVALIDATORS_API,
42
48TF_DECLARE_PUBLIC_TOKENS(UsdGeomValidatorKeywordTokens, USDGEOMVALIDATORS_API,
50
53TF_DECLARE_PUBLIC_TOKENS(UsdGeomValidationErrorNameTokens,
54 USDGEOMVALIDATORS_API,
56
57PXR_NAMESPACE_CLOSE_SCOPE
58
59#endif
This file defines some macros that are useful for declaring and using static TfTokens.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
Definition: staticTokens.h:92
#define USD_GEOM_VALIDATOR_NAME_TOKENS
Tokens representing validator names.
#define USD_GEOM_VALIDATOR_KEYWORD_TOKENS
Tokens representing keywords associated with any validator in the usdGeom plugin.
#define USD_GEOM_VALIDATION_ERROR_NAME_TOKENS
Tokens representing validation error identifier.