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 USDPROC_TOKENS_H
8#define USDPROC_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/usdProc/api.h"
22#include "pxr/base/tf/token.h"
23#include <vector>
24
25PXR_NAMESPACE_OPEN_SCOPE
26
27
47 USDPROC_API UsdProcTokensType();
57 const std::vector<TfToken> allTokens;
58};
59
65
66PXR_NAMESPACE_CLOSE_SCOPE
67
68#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
UsdProcTokens provides static, efficient TfTokens for use in all public USD API.
Definition: tokens.h:46
const std::vector< TfToken > allTokens
A vector of all of the tokens listed above.
Definition: tokens.h:57
const TfToken GenerativeProcedural
"GenerativeProcedural"
Definition: tokens.h:55
const TfToken proceduralSystem
"proceduralSystem"
Definition: tokens.h:51
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...
USDPROC_API TfStaticData< UsdProcTokensType > UsdProcTokens
A global variable with static, efficient TfTokens for use in all public USD API.