Loading...
Searching...
No Matches
UsdVolTokensType Class Reference

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

#include <tokens.h>

Public Attributes

const TfToken bool_
 "bool"
 
const TfToken Color
 "Color"
 
const TfToken double2
 "double2"
 
const TfToken double3
 "double3"
 
const TfToken double_
 "double"
 
const TfToken field
 "field"
 
const TfToken fieldClass
 "fieldClass"
 
const TfToken fieldDataType
 "fieldDataType"
 
const TfToken fieldIndex
 "fieldIndex"
 
const TfToken fieldName
 "fieldName"
 
const TfToken fieldPurpose
 "fieldPurpose"
 
const TfToken filePath
 "filePath"
 
const TfToken float2
 "float2"
 
const TfToken float3
 "float3"
 
const TfToken float_
 "float"
 
const TfToken fogVolume
 "fogVolume"
 
const TfToken half
 "half"
 
const TfToken half2
 "half2"
 
const TfToken half3
 "half3"
 
const TfToken int2
 "int2"
 
const TfToken int3
 "int3"
 
const TfToken int64
 "int64"
 
const TfToken int_
 "int"
 
const TfToken levelSet
 "levelSet"
 
const TfToken mask
 "mask"
 
const TfToken matrix3d
 "matrix3d"
 
const TfToken matrix4d
 "matrix4d"
 
const TfToken None_
 "None"
 
const TfToken Normal
 "Normal"
 
const TfToken Point
 "Point"
 
const TfToken quatd
 "quatd"
 
const TfToken staggered
 "staggered"
 
const TfToken string
 "string"
 
const TfToken uint
 "uint"
 
const TfToken unknown
 "unknown"
 
const TfToken Vector
 "Vector"
 
const TfToken vectorDataRoleHint
 "vectorDataRoleHint"
 
const TfToken Field3DAsset
 "Field3DAsset"
 
const TfToken FieldAsset
 "FieldAsset"
 
const TfToken FieldBase
 "FieldBase"
 
const TfToken OpenVDBAsset
 "OpenVDBAsset"
 
const TfToken Volume
 "Volume"
 
const std::vector< TfTokenallTokens
 A vector of all of the tokens listed above.
 

Detailed Description

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

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

gprim.GetMyTokenValuedAttr().Set(UsdVolTokens->bool_);
USDVOL_API TfStaticData< UsdVolTokensType > UsdVolTokens
A global variable with static, efficient TfTokens for use in all public USD API.

Definition at line 63 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 234 of file tokens.h.

◆ bool_

const TfToken bool_

"bool"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 68 of file tokens.h.

◆ Color

const TfToken Color

"Color"

Possible value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 72 of file tokens.h.

◆ double2

const TfToken double2

"double2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 76 of file tokens.h.

◆ double3

const TfToken double3

"double3"

Possible value for UsdVolField3DAsset::GetFieldDataTypeAttr(), Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 80 of file tokens.h.

◆ double_

const TfToken double_

"double"

Possible value for UsdVolField3DAsset::GetFieldDataTypeAttr(), Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 84 of file tokens.h.

◆ field

const TfToken field

"field"

This is the namespace prefix used to specify the fields that make up a volume primitive.

Definition at line 88 of file tokens.h.

◆ Field3DAsset

const TfToken Field3DAsset

"Field3DAsset"

Schema identifer and family for UsdVolField3DAsset

Definition at line 216 of file tokens.h.

◆ FieldAsset

const TfToken FieldAsset

"FieldAsset"

Schema identifer and family for UsdVolFieldAsset

Definition at line 220 of file tokens.h.

◆ FieldBase

const TfToken FieldBase

"FieldBase"

Schema identifer and family for UsdVolFieldBase

Definition at line 224 of file tokens.h.

◆ fieldClass

const TfToken fieldClass

"fieldClass"

UsdVolOpenVDBAsset

Definition at line 92 of file tokens.h.

◆ fieldDataType

const TfToken fieldDataType

"fieldDataType"

UsdVolFieldAsset, UsdVolField3DAsset, UsdVolOpenVDBAsset

Definition at line 96 of file tokens.h.

◆ fieldIndex

const TfToken fieldIndex

"fieldIndex"

UsdVolFieldAsset

Definition at line 100 of file tokens.h.

◆ fieldName

const TfToken fieldName

"fieldName"

UsdVolFieldAsset

Definition at line 104 of file tokens.h.

◆ fieldPurpose

const TfToken fieldPurpose

"fieldPurpose"

UsdVolField3DAsset

Definition at line 108 of file tokens.h.

◆ filePath

const TfToken filePath

"filePath"

UsdVolFieldAsset

Definition at line 112 of file tokens.h.

◆ float2

const TfToken float2

"float2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 116 of file tokens.h.

◆ float3

const TfToken float3

"float3"

Possible value for UsdVolField3DAsset::GetFieldDataTypeAttr(), Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 120 of file tokens.h.

◆ float_

const TfToken float_

"float"

Possible value for UsdVolField3DAsset::GetFieldDataTypeAttr(), Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 124 of file tokens.h.

◆ fogVolume

const TfToken fogVolume

"fogVolume"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 128 of file tokens.h.

◆ half

const TfToken half

"half"

Possible value for UsdVolField3DAsset::GetFieldDataTypeAttr(), Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 132 of file tokens.h.

◆ half2

const TfToken half2

"half2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 136 of file tokens.h.

◆ half3

const TfToken half3

"half3"

Possible value for UsdVolField3DAsset::GetFieldDataTypeAttr(), Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 140 of file tokens.h.

◆ int2

const TfToken int2

"int2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 144 of file tokens.h.

◆ int3

const TfToken int3

"int3"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 148 of file tokens.h.

◆ int64

const TfToken int64

"int64"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 152 of file tokens.h.

◆ int_

const TfToken int_

"int"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 156 of file tokens.h.

◆ levelSet

const TfToken levelSet

"levelSet"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 160 of file tokens.h.

◆ mask

const TfToken mask

"mask"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 164 of file tokens.h.

◆ matrix3d

const TfToken matrix3d

"matrix3d"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 168 of file tokens.h.

◆ matrix4d

const TfToken matrix4d

"matrix4d"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 172 of file tokens.h.

◆ None_

const TfToken None_

"None"

Fallback value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 176 of file tokens.h.

◆ Normal

const TfToken Normal

"Normal"

Possible value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 180 of file tokens.h.

◆ OpenVDBAsset

const TfToken OpenVDBAsset

"OpenVDBAsset"

Schema identifer and family for UsdVolOpenVDBAsset

Definition at line 228 of file tokens.h.

◆ Point

const TfToken Point

"Point"

Possible value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 184 of file tokens.h.

◆ quatd

const TfToken quatd

"quatd"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 188 of file tokens.h.

◆ staggered

const TfToken staggered

"staggered"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 192 of file tokens.h.

◆ string

const TfToken string

"string"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 196 of file tokens.h.

◆ uint

const TfToken uint

"uint"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 200 of file tokens.h.

◆ unknown

const TfToken unknown

"unknown"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 204 of file tokens.h.

◆ Vector

const TfToken Vector

"Vector"

Possible value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 208 of file tokens.h.

◆ vectorDataRoleHint

const TfToken vectorDataRoleHint

"vectorDataRoleHint"

UsdVolFieldAsset

Definition at line 212 of file tokens.h.

◆ Volume

const TfToken Volume

"Volume"

Schema identifer and family for UsdVolVolume

Definition at line 232 of file tokens.h.


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