All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdLuxTokensType Class Reference

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

Public Attributes

const TfToken angular
 "angular" More...
 
const TfToken automatic
 "automatic" More...
 
const TfToken collectionFilterLinkIncludeRoot
 "collection:filterLink:includeRoot" More...
 
const TfToken collectionLightLinkIncludeRoot
 "collection:lightLink:includeRoot" More...
 
const TfToken collectionShadowLinkIncludeRoot
 "collection:shadowLink:includeRoot" More...
 
const TfToken consumeAndContinue
 "consumeAndContinue" More...
 
const TfToken consumeAndHalt
 "consumeAndHalt" More...
 
const TfToken cubeMapVerticalCross
 "cubeMapVerticalCross" More...
 
const TfToken filterLink
 "filterLink" More...
 
const TfToken filters
 "filters" More...
 
const TfToken geometry
 "geometry" More...
 
const TfToken ignore
 "ignore" More...
 
const TfToken inputsAngle
 "inputs:angle" More...
 
const TfToken inputsColor
 "inputs:color" More...
 
const TfToken inputsColorTemperature
 "inputs:colorTemperature" More...
 
const TfToken inputsDiffuse
 "inputs:diffuse" More...
 
const TfToken inputsEnableColorTemperature
 "inputs:enableColorTemperature" More...
 
const TfToken inputsExposure
 "inputs:exposure" More...
 
const TfToken inputsHeight
 "inputs:height" More...
 
const TfToken inputsIntensity
 "inputs:intensity" More...
 
const TfToken inputsLength
 "inputs:length" More...
 
const TfToken inputsNormalize
 "inputs:normalize" More...
 
const TfToken inputsRadius
 "inputs:radius" More...
 
const TfToken inputsShadowColor
 "inputs:shadow:color" More...
 
const TfToken inputsShadowDistance
 "inputs:shadow:distance" More...
 
const TfToken inputsShadowEnable
 "inputs:shadow:enable" More...
 
const TfToken inputsShadowFalloff
 "inputs:shadow:falloff" More...
 
const TfToken inputsShadowFalloffGamma
 "inputs:shadow:falloffGamma" More...
 
const TfToken inputsShapingConeAngle
 "inputs:shaping:cone:angle" More...
 
const TfToken inputsShapingConeSoftness
 "inputs:shaping:cone:softness" More...
 
const TfToken inputsShapingFocus
 "inputs:shaping:focus" More...
 
const TfToken inputsShapingFocusTint
 "inputs:shaping:focusTint" More...
 
const TfToken inputsShapingIesAngleScale
 "inputs:shaping:ies:angleScale" More...
 
const TfToken inputsShapingIesFile
 "inputs:shaping:ies:file" More...
 
const TfToken inputsShapingIesNormalize
 "inputs:shaping:ies:normalize" More...
 
const TfToken inputsSpecular
 "inputs:specular" More...
 
const TfToken inputsTextureFile
 "inputs:texture:file" More...
 
const TfToken inputsTextureFormat
 "inputs:texture:format" More...
 
const TfToken inputsWidth
 "inputs:width" More...
 
const TfToken latlong
 "latlong" More...
 
const TfToken lightLink
 "lightLink" More...
 
const TfToken lightList
 "lightList" More...
 
const TfToken lightListCacheBehavior
 "lightList:cacheBehavior" More...
 
const TfToken mirroredBall
 "mirroredBall" More...
 
const TfToken orientToStageUpAxis
 "orientToStageUpAxis" More...
 
const TfToken portals
 "portals" More...
 
const TfToken shadowLink
 "shadowLink" More...
 
const TfToken treatAsLine
 "treatAsLine" More...
 
const TfToken treatAsPoint
 "treatAsPoint" More...
 
const std::vector< TfTokenallTokens
 A vector of all of the tokens listed above. More...
 

Detailed Description

UsdLuxTokens 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.

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

* gprim.GetMyTokenValuedAttr().Set(UsdLuxTokens->angular);
*

Definition at line 63 of file tokens.h.

Member Data Documentation

const std::vector<TfToken> allTokens

A vector of all of the tokens listed above.

Definition at line 262 of file tokens.h.

const TfToken angular

"angular"

Possible value for UsdLuxDomeLight::GetTextureFormatAttr()

Definition at line 68 of file tokens.h.

const TfToken automatic

"automatic"

Possible value for UsdLuxDomeLight::GetTextureFormatAttr(), Default value for UsdLuxDomeLight::GetTextureFormatAttr()

Definition at line 72 of file tokens.h.

const TfToken collectionFilterLinkIncludeRoot

"collection:filterLink:includeRoot"

UsdLuxLightFilter

Definition at line 76 of file tokens.h.

const TfToken collectionLightLinkIncludeRoot

"collection:lightLink:includeRoot"

UsdLuxLight

Definition at line 80 of file tokens.h.

const TfToken collectionShadowLinkIncludeRoot

"collection:shadowLink:includeRoot"

UsdLuxLight

Definition at line 84 of file tokens.h.

const TfToken consumeAndContinue

"consumeAndContinue"

Possible value for UsdLuxListAPI::GetLightListCacheBehaviorAttr()

Definition at line 88 of file tokens.h.

const TfToken consumeAndHalt

"consumeAndHalt"

Possible value for UsdLuxListAPI::GetLightListCacheBehaviorAttr()

Definition at line 92 of file tokens.h.

const TfToken cubeMapVerticalCross

"cubeMapVerticalCross"

Possible value for UsdLuxDomeLight::GetTextureFormatAttr()

Definition at line 96 of file tokens.h.

const TfToken filterLink

"filterLink"

This token represents the collection name to use with UsdCollectionAPI to represent filter-linking of a UsdLuxLightFilter prim.

Definition at line 100 of file tokens.h.

const TfToken filters

"filters"

UsdLuxLight

Definition at line 104 of file tokens.h.

const TfToken geometry

"geometry"

UsdLuxGeometryLight

Definition at line 108 of file tokens.h.

const TfToken ignore

"ignore"

Possible value for UsdLuxListAPI::GetLightListCacheBehaviorAttr()

Definition at line 112 of file tokens.h.

const TfToken inputsAngle

"inputs:angle"

UsdLuxDistantLight

Definition at line 116 of file tokens.h.

const TfToken inputsColor

"inputs:color"

UsdLuxLight

Definition at line 120 of file tokens.h.

const TfToken inputsColorTemperature

"inputs:colorTemperature"

UsdLuxLight

Definition at line 124 of file tokens.h.

const TfToken inputsDiffuse

"inputs:diffuse"

UsdLuxLight

Definition at line 128 of file tokens.h.

const TfToken inputsEnableColorTemperature

"inputs:enableColorTemperature"

UsdLuxLight

Definition at line 132 of file tokens.h.

const TfToken inputsExposure

"inputs:exposure"

UsdLuxLight

Definition at line 136 of file tokens.h.

const TfToken inputsHeight

"inputs:height"

UsdLuxRectLight

Definition at line 140 of file tokens.h.

const TfToken inputsIntensity

"inputs:intensity"

UsdLuxDistantLight, UsdLuxLight

Definition at line 144 of file tokens.h.

const TfToken inputsLength

"inputs:length"

UsdLuxCylinderLight

Definition at line 148 of file tokens.h.

const TfToken inputsNormalize

"inputs:normalize"

UsdLuxLight

Definition at line 152 of file tokens.h.

const TfToken inputsRadius

"inputs:radius"

UsdLuxCylinderLight, UsdLuxSphereLight, UsdLuxDiskLight

Definition at line 156 of file tokens.h.

const TfToken inputsShadowColor

"inputs:shadow:color"

UsdLuxShadowAPI

Definition at line 160 of file tokens.h.

const TfToken inputsShadowDistance

"inputs:shadow:distance"

UsdLuxShadowAPI

Definition at line 164 of file tokens.h.

const TfToken inputsShadowEnable

"inputs:shadow:enable"

UsdLuxShadowAPI

Definition at line 168 of file tokens.h.

const TfToken inputsShadowFalloff

"inputs:shadow:falloff"

UsdLuxShadowAPI

Definition at line 172 of file tokens.h.

const TfToken inputsShadowFalloffGamma

"inputs:shadow:falloffGamma"

UsdLuxShadowAPI

Definition at line 176 of file tokens.h.

const TfToken inputsShapingConeAngle

"inputs:shaping:cone:angle"

UsdLuxShapingAPI

Definition at line 180 of file tokens.h.

const TfToken inputsShapingConeSoftness

"inputs:shaping:cone:softness"

UsdLuxShapingAPI

Definition at line 184 of file tokens.h.

const TfToken inputsShapingFocus

"inputs:shaping:focus"

UsdLuxShapingAPI

Definition at line 188 of file tokens.h.

const TfToken inputsShapingFocusTint

"inputs:shaping:focusTint"

UsdLuxShapingAPI

Definition at line 192 of file tokens.h.

const TfToken inputsShapingIesAngleScale

"inputs:shaping:ies:angleScale"

UsdLuxShapingAPI

Definition at line 196 of file tokens.h.

const TfToken inputsShapingIesFile

"inputs:shaping:ies:file"

UsdLuxShapingAPI

Definition at line 200 of file tokens.h.

const TfToken inputsShapingIesNormalize

"inputs:shaping:ies:normalize"

UsdLuxShapingAPI

Definition at line 204 of file tokens.h.

const TfToken inputsSpecular

"inputs:specular"

UsdLuxLight

Definition at line 208 of file tokens.h.

const TfToken inputsTextureFile

"inputs:texture:file"

UsdLuxDomeLight, UsdLuxRectLight

Definition at line 212 of file tokens.h.

const TfToken inputsTextureFormat

"inputs:texture:format"

UsdLuxDomeLight

Definition at line 216 of file tokens.h.

const TfToken inputsWidth

"inputs:width"

UsdLuxRectLight

Definition at line 220 of file tokens.h.

const TfToken latlong

"latlong"

Possible value for UsdLuxDomeLight::GetTextureFormatAttr()

Definition at line 224 of file tokens.h.

const TfToken lightLink

"lightLink"

This token represents the collection name to use with UsdCollectionAPI to represent light-linking of a UsdLuxLight prim.

Definition at line 228 of file tokens.h.

const TfToken lightList

"lightList"

UsdLuxListAPI

Definition at line 232 of file tokens.h.

const TfToken lightListCacheBehavior

"lightList:cacheBehavior"

UsdLuxListAPI

Definition at line 236 of file tokens.h.

const TfToken mirroredBall

"mirroredBall"

Possible value for UsdLuxDomeLight::GetTextureFormatAttr()

Definition at line 240 of file tokens.h.

const TfToken orientToStageUpAxis

"orientToStageUpAxis"

This token represents the suffix for a UsdGeomXformOp used to orient a light with the stage's up axis.

Definition at line 244 of file tokens.h.

const TfToken portals

"portals"

UsdLuxDomeLight

Definition at line 248 of file tokens.h.

const TfToken shadowLink

"shadowLink"

This token represents the collection name to use with UsdCollectionAPI to represent shadow-linking of a UsdLuxLight prim.

Definition at line 252 of file tokens.h.

const TfToken treatAsLine

"treatAsLine"

UsdLuxCylinderLight

Definition at line 256 of file tokens.h.

const TfToken treatAsPoint

"treatAsPoint"

UsdLuxSphereLight

Definition at line 260 of file tokens.h.


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