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 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 217 of file tokens.h.

◆ bool_

const TfToken bool_

"bool"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 51 of file tokens.h.

◆ Color

const TfToken Color

"Color"

Possible value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 55 of file tokens.h.

◆ double2

const TfToken double2

"double2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 59 of file tokens.h.

◆ double3

const TfToken double3

"double3"

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

Definition at line 63 of file tokens.h.

◆ double_

const TfToken double_

"double"

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

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

◆ Field3DAsset

const TfToken Field3DAsset

"Field3DAsset"

Schema identifer and family for UsdVolField3DAsset

Definition at line 199 of file tokens.h.

◆ FieldAsset

const TfToken FieldAsset

"FieldAsset"

Schema identifer and family for UsdVolFieldAsset

Definition at line 203 of file tokens.h.

◆ FieldBase

const TfToken FieldBase

"FieldBase"

Schema identifer and family for UsdVolFieldBase

Definition at line 207 of file tokens.h.

◆ fieldClass

const TfToken fieldClass

"fieldClass"

UsdVolOpenVDBAsset

Definition at line 75 of file tokens.h.

◆ fieldDataType

const TfToken fieldDataType

"fieldDataType"

UsdVolFieldAsset, UsdVolField3DAsset, UsdVolOpenVDBAsset

Definition at line 79 of file tokens.h.

◆ fieldIndex

const TfToken fieldIndex

"fieldIndex"

UsdVolFieldAsset

Definition at line 83 of file tokens.h.

◆ fieldName

const TfToken fieldName

"fieldName"

UsdVolFieldAsset

Definition at line 87 of file tokens.h.

◆ fieldPurpose

const TfToken fieldPurpose

"fieldPurpose"

UsdVolField3DAsset

Definition at line 91 of file tokens.h.

◆ filePath

const TfToken filePath

"filePath"

UsdVolFieldAsset

Definition at line 95 of file tokens.h.

◆ float2

const TfToken float2

"float2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 99 of file tokens.h.

◆ float3

const TfToken float3

"float3"

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

Definition at line 103 of file tokens.h.

◆ float_

const TfToken float_

"float"

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

Definition at line 107 of file tokens.h.

◆ fogVolume

const TfToken fogVolume

"fogVolume"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 111 of file tokens.h.

◆ half

const TfToken half

"half"

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

Definition at line 115 of file tokens.h.

◆ half2

const TfToken half2

"half2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 119 of file tokens.h.

◆ half3

const TfToken half3

"half3"

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

Definition at line 123 of file tokens.h.

◆ int2

const TfToken int2

"int2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 127 of file tokens.h.

◆ int3

const TfToken int3

"int3"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 131 of file tokens.h.

◆ int64

const TfToken int64

"int64"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 135 of file tokens.h.

◆ int_

const TfToken int_

"int"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 139 of file tokens.h.

◆ levelSet

const TfToken levelSet

"levelSet"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 143 of file tokens.h.

◆ mask

const TfToken mask

"mask"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 147 of file tokens.h.

◆ matrix3d

const TfToken matrix3d

"matrix3d"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 151 of file tokens.h.

◆ matrix4d

const TfToken matrix4d

"matrix4d"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 155 of file tokens.h.

◆ None_

const TfToken None_

"None"

Fallback value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 159 of file tokens.h.

◆ Normal

const TfToken Normal

"Normal"

Possible value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 163 of file tokens.h.

◆ OpenVDBAsset

const TfToken OpenVDBAsset

"OpenVDBAsset"

Schema identifer and family for UsdVolOpenVDBAsset

Definition at line 211 of file tokens.h.

◆ Point

const TfToken Point

"Point"

Possible value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 167 of file tokens.h.

◆ quatd

const TfToken quatd

"quatd"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 171 of file tokens.h.

◆ staggered

const TfToken staggered

"staggered"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 175 of file tokens.h.

◆ string

const TfToken string

"string"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 179 of file tokens.h.

◆ uint

const TfToken uint

"uint"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 183 of file tokens.h.

◆ unknown

const TfToken unknown

"unknown"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 187 of file tokens.h.

◆ Vector

const TfToken Vector

"Vector"

Possible value for UsdVolFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 191 of file tokens.h.

◆ vectorDataRoleHint

const TfToken vectorDataRoleHint

"vectorDataRoleHint"

UsdVolFieldAsset

Definition at line 195 of file tokens.h.

◆ Volume

const TfToken Volume

"Volume"

Schema identifer and family for UsdVolVolume

Definition at line 215 of file tokens.h.


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