Loading...
Searching...
No Matches
ExecIrTokensType Class Reference

ExecIrTokens provides static, efficient TfTokens for use in all public USD API. More...

#include <tokens.h>

Public Attributes

const TfToken avarsDefaultSpace
 "avars:defaultSpace"
 
const TfToken avarsRotationOrder
 "avars:rotationOrder"
 
const TfToken avarsRspin
 "avars:rspin"
 
const TfToken avarsRx
 "avars:rx"
 
const TfToken avarsRy
 "avars:ry"
 
const TfToken avarsRz
 "avars:rz"
 
const TfToken avarsTx
 "avars:tx"
 
const TfToken avarsTy
 "avars:ty"
 
const TfToken avarsTz
 "avars:tz"
 
const TfToken avarsUnitScaleFactor
 "avars:unitScaleFactor"
 
const TfToken defaultRx
 "default:rx"
 
const TfToken defaultRy
 "default:ry"
 
const TfToken defaultRz
 "default:rz"
 
const TfToken defaultSpace
 "default:space"
 
const TfToken defaultTx
 "default:tx"
 
const TfToken defaultTy
 "default:ty"
 
const TfToken defaultTz
 "default:tz"
 
const TfToken guideDisplayColor
 "guide:displayColor"
 
const TfToken guideDisplayOpacity
 "guide:displayOpacity"
 
const TfToken guideLength
 "guide:length"
 
const TfToken inDefaultSpace
 "in:defaultSpace"
 
const TfToken inRotationOrder
 "in:rotationOrder"
 
const TfToken inRspin
 "in:rspin"
 
const TfToken inRx
 "in:rx"
 
const TfToken inRy
 "in:ry"
 
const TfToken inRz
 "in:rz"
 
const TfToken inTx
 "in:tx"
 
const TfToken inTy
 "in:ty"
 
const TfToken inTz
 "in:tz"
 
const TfToken outDefaultSpace
 "out:defaultSpace"
 
const TfToken outSpace
 "out:space"
 
const TfToken parentDefaultSpace
 "parent:defaultSpace"
 
const TfToken parentInDefaultSpace
 "parentIn:defaultSpace"
 
const TfToken parentInSpace
 "parentIn:space"
 
const TfToken parentSpace
 "parent:space"
 
const TfToken posedDefaultSpace
 "posed:defaultSpace"
 
const TfToken posedSpace
 "posed:space"
 
const TfToken restRx
 "rest:rx"
 
const TfToken restRy
 "rest:ry"
 
const TfToken restRz
 "rest:rz"
 
const TfToken restSpace
 "rest:space"
 
const TfToken restTx
 "rest:tx"
 
const TfToken restTy
 "rest:ty"
 
const TfToken restTz
 "rest:tz"
 
const TfToken rig1
 "rig1"
 
const TfToken rig1Space
 "rig1:space"
 
const TfToken rig2
 "rig2"
 
const TfToken rig2Space
 "rig2:space"
 
const TfToken switch_
 "switch"
 
const TfToken XYZ
 "XYZ"
 
const TfToken XZY
 "XZY"
 
const TfToken YXZ
 "YXZ"
 
const TfToken YZX
 "YZX"
 
const TfToken ZXY
 "ZXY"
 
const TfToken ZYX
 "ZYX"
 
const TfToken IrController
 "IrController"
 
const TfToken IrFkController
 "IrFkController"
 
const TfToken IrJointScope
 "IrJointScope"
 
const TfToken IrSwitchController
 "IrSwitchController"
 
const TfToken IrXformable
 "IrXformable"
 
const std::vector< TfTokenallTokens
 A vector of all of the tokens listed above.
 

Detailed Description

ExecIrTokens provides static, efficient TfTokens for use in all public USD API.

These tokens are auto-generated from the module's schema, representing property names, for when you need to fetch an attribute or relationship directly by name, e.g. UsdPrim::GetAttribute(), in the most efficient manner, and allow the compiler to verify that you spelled the name correctly.

ExecIrTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use ExecIrTokens like so:

gprim.GetMyTokenValuedAttr().Set(ExecIrTokens->avarsDefaultSpace);
EXECIR_API TfStaticData< ExecIrTokensType > ExecIrTokens
A global variable with static, efficient TfTokens for use in all public USD API.

Definition at line 46 of file tokens.h.

Member Data Documentation

◆ allTokens

const std::vector<TfToken> allTokens

A vector of all of the tokens listed above.

Definition at line 289 of file tokens.h.

◆ avarsDefaultSpace

const TfToken avarsDefaultSpace

"avars:defaultSpace"

ExecIrXformable

Definition at line 51 of file tokens.h.

◆ avarsRotationOrder

const TfToken avarsRotationOrder

"avars:rotationOrder"

ExecIrXformable

Definition at line 55 of file tokens.h.

◆ avarsRspin

const TfToken avarsRspin

"avars:rspin"

ExecIrXformable

Definition at line 59 of file tokens.h.

◆ avarsRx

const TfToken avarsRx

"avars:rx"

ExecIrXformable

Definition at line 63 of file tokens.h.

◆ avarsRy

const TfToken avarsRy

"avars:ry"

ExecIrXformable

Definition at line 67 of file tokens.h.

◆ avarsRz

const TfToken avarsRz

"avars:rz"

ExecIrXformable

Definition at line 71 of file tokens.h.

◆ avarsTx

const TfToken avarsTx

"avars:tx"

ExecIrXformable

Definition at line 75 of file tokens.h.

◆ avarsTy

const TfToken avarsTy

"avars:ty"

ExecIrXformable

Definition at line 79 of file tokens.h.

◆ avarsTz

const TfToken avarsTz

"avars:tz"

ExecIrXformable

Definition at line 83 of file tokens.h.

◆ avarsUnitScaleFactor

const TfToken avarsUnitScaleFactor

"avars:unitScaleFactor"

ExecIrXformable

Definition at line 87 of file tokens.h.

◆ defaultRx

const TfToken defaultRx

"default:rx"

ExecIrXformable

Definition at line 91 of file tokens.h.

◆ defaultRy

const TfToken defaultRy

"default:ry"

ExecIrXformable

Definition at line 95 of file tokens.h.

◆ defaultRz

const TfToken defaultRz

"default:rz"

ExecIrXformable

Definition at line 99 of file tokens.h.

◆ defaultSpace

const TfToken defaultSpace

"default:space"

ExecIrXformable

Definition at line 103 of file tokens.h.

◆ defaultTx

const TfToken defaultTx

"default:tx"

ExecIrXformable

Definition at line 107 of file tokens.h.

◆ defaultTy

const TfToken defaultTy

"default:ty"

ExecIrXformable

Definition at line 111 of file tokens.h.

◆ defaultTz

const TfToken defaultTz

"default:tz"

ExecIrXformable

Definition at line 115 of file tokens.h.

◆ guideDisplayColor

const TfToken guideDisplayColor

"guide:displayColor"

ExecIrJointScope

Definition at line 119 of file tokens.h.

◆ guideDisplayOpacity

const TfToken guideDisplayOpacity

"guide:displayOpacity"

ExecIrJointScope

Definition at line 123 of file tokens.h.

◆ guideLength

const TfToken guideLength

"guide:length"

ExecIrJointScope

Definition at line 127 of file tokens.h.

◆ inDefaultSpace

const TfToken inDefaultSpace

"in:defaultSpace"

ExecIrFkController

Definition at line 131 of file tokens.h.

◆ inRotationOrder

const TfToken inRotationOrder

"in:rotationOrder"

ExecIrFkController

Definition at line 135 of file tokens.h.

◆ inRspin

const TfToken inRspin

"in:rspin"

ExecIrFkController

Definition at line 139 of file tokens.h.

◆ inRx

const TfToken inRx

"in:rx"

ExecIrFkController

Definition at line 143 of file tokens.h.

◆ inRy

const TfToken inRy

"in:ry"

ExecIrFkController

Definition at line 147 of file tokens.h.

◆ inRz

const TfToken inRz

"in:rz"

ExecIrFkController

Definition at line 151 of file tokens.h.

◆ inTx

const TfToken inTx

"in:tx"

ExecIrFkController

Definition at line 155 of file tokens.h.

◆ inTy

const TfToken inTy

"in:ty"

ExecIrFkController

Definition at line 159 of file tokens.h.

◆ inTz

const TfToken inTz

"in:tz"

ExecIrFkController

Definition at line 163 of file tokens.h.

◆ IrController

const TfToken IrController

"IrController"

Schema identifer and family for ExecIrIrController

Definition at line 271 of file tokens.h.

◆ IrFkController

const TfToken IrFkController

"IrFkController"

Schema identifer and family for ExecIrFkController

Definition at line 275 of file tokens.h.

◆ IrJointScope

const TfToken IrJointScope

"IrJointScope"

Schema identifer and family for ExecIrJointScope

Definition at line 279 of file tokens.h.

◆ IrSwitchController

const TfToken IrSwitchController

"IrSwitchController"

Schema identifer and family for ExecIrSwitchController

Definition at line 283 of file tokens.h.

◆ IrXformable

const TfToken IrXformable

"IrXformable"

Schema identifer and family for ExecIrXformable

Definition at line 287 of file tokens.h.

◆ outDefaultSpace

const TfToken outDefaultSpace

"out:defaultSpace"

ExecIrFkController

Definition at line 167 of file tokens.h.

◆ outSpace

const TfToken outSpace

"out:space"

ExecIrFkController, ExecIrSwitchController

Definition at line 171 of file tokens.h.

◆ parentDefaultSpace

const TfToken parentDefaultSpace

"parent:defaultSpace"

ExecIrXformable

Definition at line 175 of file tokens.h.

◆ parentInDefaultSpace

const TfToken parentInDefaultSpace

"parentIn:defaultSpace"

ExecIrFkController

Definition at line 179 of file tokens.h.

◆ parentInSpace

const TfToken parentInSpace

"parentIn:space"

ExecIrFkController

Definition at line 183 of file tokens.h.

◆ parentSpace

const TfToken parentSpace

"parent:space"

ExecIrXformable

Definition at line 187 of file tokens.h.

◆ posedDefaultSpace

const TfToken posedDefaultSpace

"posed:defaultSpace"

ExecIrXformable

Definition at line 191 of file tokens.h.

◆ posedSpace

const TfToken posedSpace

"posed:space"

ExecIrXformable

Definition at line 195 of file tokens.h.

◆ restRx

const TfToken restRx

"rest:rx"

ExecIrXformable

Definition at line 199 of file tokens.h.

◆ restRy

const TfToken restRy

"rest:ry"

ExecIrXformable

Definition at line 203 of file tokens.h.

◆ restRz

const TfToken restRz

"rest:rz"

ExecIrXformable

Definition at line 207 of file tokens.h.

◆ restSpace

const TfToken restSpace

"rest:space"

ExecIrXformable

Definition at line 211 of file tokens.h.

◆ restTx

const TfToken restTx

"rest:tx"

ExecIrXformable

Definition at line 215 of file tokens.h.

◆ restTy

const TfToken restTy

"rest:ty"

ExecIrXformable

Definition at line 219 of file tokens.h.

◆ restTz

const TfToken restTz

"rest:tz"

ExecIrXformable

Definition at line 223 of file tokens.h.

◆ rig1

const TfToken rig1

"rig1"

Fallback value for ExecIrSwitchController schema attribute switch

Definition at line 227 of file tokens.h.

◆ rig1Space

const TfToken rig1Space

"rig1:space"

ExecIrSwitchController

Definition at line 231 of file tokens.h.

◆ rig2

const TfToken rig2

"rig2"

Possible value for ExecIrSwitchController schema attribute switch

Definition at line 235 of file tokens.h.

◆ rig2Space

const TfToken rig2Space

"rig2:space"

ExecIrSwitchController

Definition at line 239 of file tokens.h.

◆ switch_

const TfToken switch_

"switch"

ExecIrSwitchController

Definition at line 243 of file tokens.h.

◆ XYZ

const TfToken XYZ

"XYZ"

Fallback value for ExecIrFkController::GetInRotationOrderAttr(), Fallback value for ExecIrXformable::GetAvarsRotationOrderAttr()

Definition at line 247 of file tokens.h.

◆ XZY

const TfToken XZY

"XZY"

Possible value for ExecIrFkController::GetInRotationOrderAttr(), Possible value for ExecIrXformable::GetAvarsRotationOrderAttr()

Definition at line 251 of file tokens.h.

◆ YXZ

const TfToken YXZ

"YXZ"

Possible value for ExecIrFkController::GetInRotationOrderAttr(), Possible value for ExecIrXformable::GetAvarsRotationOrderAttr()

Definition at line 255 of file tokens.h.

◆ YZX

const TfToken YZX

"YZX"

Possible value for ExecIrFkController::GetInRotationOrderAttr(), Possible value for ExecIrXformable::GetAvarsRotationOrderAttr()

Definition at line 259 of file tokens.h.

◆ ZXY

const TfToken ZXY

"ZXY"

Possible value for ExecIrFkController::GetInRotationOrderAttr(), Possible value for ExecIrXformable::GetAvarsRotationOrderAttr()

Definition at line 263 of file tokens.h.

◆ ZYX

const TfToken ZYX

"ZYX"

Possible value for ExecIrFkController::GetInRotationOrderAttr(), Possible value for ExecIrXformable::GetAvarsRotationOrderAttr()

Definition at line 267 of file tokens.h.


The documentation for this class was generated from the following file: