Loading...
Searching...
No Matches
tokens.h
Go to the documentation of this file.
1//
2// Copyright 2016 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef USDSEMANTICS_TOKENS_H
8#define USDSEMANTICS_TOKENS_H
9
11
12// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
13//
14// This is an automatically generated file (by usdGenSchema.py).
15// Do not hand-edit!
16//
17// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
18
19#include "pxr/pxr.h"
20#include "pxr/usd/usdSemantics/api.h"
22#include "pxr/base/tf/token.h"
23#include <vector>
24
25PXR_NAMESPACE_OPEN_SCOPE
26
27
47 USDSEMANTICS_API UsdSemanticsTokensType();
61 const std::vector<TfToken> allTokens;
62};
63
69
70PXR_NAMESPACE_CLOSE_SCOPE
71
72#endif
Create or return a previously created object instance of global data.
Definition: staticData.h:96
Token for efficient comparison, assignment, and hashing of known strings.
Definition: token.h:71
UsdSemanticsTokens provides static, efficient TfTokens for use in all public USD API.
Definition: tokens.h:46
const TfToken semanticsLabels
"semantics:labels"
Definition: tokens.h:51
const std::vector< TfToken > allTokens
A vector of all of the tokens listed above.
Definition: tokens.h:61
const TfToken SemanticsLabelsAPI
"SemanticsLabelsAPI"
Definition: tokens.h:59
const TfToken semanticsLabels_MultipleApplyTemplate_
"semantics:labels:__INSTANCE_NAME__"
Definition: tokens.h:55
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...
USDSEMANTICS_API TfStaticData< UsdSemanticsTokensType > UsdSemanticsTokens
A global variable with static, efficient TfTokens for use in all public USD API.