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 USDMTLX_TOKENS_H
8#define USDMTLX_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/usdMtlx/api.h"
22#include "pxr/base/tf/token.h"
23#include <vector>
24
25PXR_NAMESPACE_OPEN_SCOPE
26
27
47 USDMTLX_API UsdMtlxTokensType();
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
UsdMtlxTokens 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:61
const TfToken MaterialXConfigAPI
"MaterialXConfigAPI"
Definition: tokens.h:59
const TfToken DefaultOutputName
"out"
Definition: tokens.h:55
const TfToken configMtlxVersion
"config:mtlx:version"
Definition: tokens.h:51
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...
USDMTLX_API TfStaticData< UsdMtlxTokensType > UsdMtlxTokens
A global variable with static, efficient TfTokens for use in all public USD API.