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

#include <tokens.h>

Public Member Functions

USDVOL_API UsdVolTokensType ()
 

Public Attributes

const TfToken bool_
 "bool" More...
 
const TfToken cameraDistance
 "cameraDistance" More...
 
const TfToken Color
 "Color" More...
 
const TfToken double2
 "double2" More...
 
const TfToken double3
 "double3" More...
 
const TfToken double_
 "double" More...
 
const TfToken field
 "field" More...
 
const TfToken fieldClass
 "fieldClass" More...
 
const TfToken fieldDataType
 "fieldDataType" More...
 
const TfToken fieldIndex
 "fieldIndex" More...
 
const TfToken fieldName
 "fieldName" More...
 
const TfToken fieldPurpose
 "fieldPurpose" More...
 
const TfToken filePath
 "filePath" More...
 
const TfToken float2
 "float2" More...
 
const TfToken float3
 "float3" More...
 
const TfToken float_
 "float" More...
 
const TfToken fogVolume
 "fogVolume" More...
 
const TfToken half
 "half" More...
 
const TfToken half2
 "half2" More...
 
const TfToken half3
 "half3" More...
 
const TfToken int2
 "int2" More...
 
const TfToken int3
 "int3" More...
 
const TfToken int64
 "int64" More...
 
const TfToken int_
 "int" More...
 
const TfToken levelSet
 "levelSet" More...
 
const TfToken mask
 "mask" More...
 
const TfToken matrix3d
 "matrix3d" More...
 
const TfToken matrix4d
 "matrix4d" More...
 
const TfToken None_
 "None" More...
 
const TfToken Normal
 "Normal" More...
 
const TfToken opacities
 "opacities" More...
 
const TfToken opacitiesh
 "opacitiesh" More...
 
const TfToken orientations
 "orientations" More...
 
const TfToken orientationsh
 "orientationsh" More...
 
const TfToken perspective
 "perspective" More...
 
const TfToken Point
 "Point" More...
 
const TfToken positions
 "positions" More...
 
const TfToken positionsh
 "positionsh" More...
 
const TfToken projectionModeHint
 "projectionModeHint" More...
 
const TfToken quatd
 "quatd" More...
 
const TfToken radianceSphericalHarmonicsCoefficients
 "radiance:sphericalHarmonicsCoefficients" More...
 
const TfToken radianceSphericalHarmonicsCoefficientsh
 "radiance:sphericalHarmonicsCoefficientsh" More...
 
const TfToken radianceSphericalHarmonicsDegree
 "radiance:sphericalHarmonicsDegree" More...
 
const TfToken rayHitDistance
 "rayHitDistance" More...
 
const TfToken scales
 "scales" More...
 
const TfToken scalesh
 "scalesh" More...
 
const TfToken sortingModeHint
 "sortingModeHint" More...
 
const TfToken staggered
 "staggered" More...
 
const TfToken string
 "string" More...
 
const TfToken tangential
 "tangential" More...
 
const TfToken uint
 "uint" More...
 
const TfToken unknown
 "unknown" More...
 
const TfToken Vector
 "Vector" More...
 
const TfToken vectorDataRoleHint
 "vectorDataRoleHint" More...
 
const TfToken zDepth
 "zDepth" More...
 
const TfToken Field3DAsset
 "Field3DAsset" More...
 
const TfToken FieldAsset
 "FieldAsset" More...
 
const TfToken FieldBase
 "FieldBase" More...
 
const TfToken OpenVDBAsset
 "OpenVDBAsset" More...
 
const TfToken ParticleField
 "ParticleField" More...
 
const TfToken ParticleField3DGaussianSplat
 "ParticleField3DGaussianSplat" More...
 
const TfToken ParticleFieldKernelBaseAPI
 "ParticleFieldKernelBaseAPI" More...
 
const TfToken ParticleFieldKernelConstantSurfletAPI
 "ParticleFieldKernelConstantSurfletAPI" More...
 
const TfToken ParticleFieldKernelGaussianEllipsoidAPI
 "ParticleFieldKernelGaussianEllipsoidAPI" More...
 
const TfToken ParticleFieldKernelGaussianSurfletAPI
 "ParticleFieldKernelGaussianSurfletAPI" More...
 
const TfToken ParticleFieldOpacityAttributeAPI
 "ParticleFieldOpacityAttributeAPI" More...
 
const TfToken ParticleFieldOrientationAttributeAPI
 "ParticleFieldOrientationAttributeAPI" More...
 
const TfToken ParticleFieldPositionAttributeAPI
 "ParticleFieldPositionAttributeAPI" More...
 
const TfToken ParticleFieldPositionBaseAPI
 "ParticleFieldPositionBaseAPI" More...
 
const TfToken ParticleFieldRadianceBaseAPI
 "ParticleFieldRadianceBaseAPI" More...
 
const TfToken ParticleFieldScaleAttributeAPI
 "ParticleFieldScaleAttributeAPI" More...
 
const TfToken ParticleFieldSphericalHarmonicsAttributeAPI
 "ParticleFieldSphericalHarmonicsAttributeAPI" More...
 
const TfToken Volume
 "Volume" More...
 
const TfToken VolumeFieldAsset
 "VolumeFieldAsset" More...
 
const TfToken VolumeFieldBase
 "VolumeFieldBase" More...
 
const std::vector< TfTokenallTokens
 A vector of all of the tokens listed above. More...
 

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_);

Definition at line 46 of file tokens.h.

Constructor & Destructor Documentation

USDVOL_API UsdVolTokensType::UsdVolTokensType ( )

Member Data Documentation

const std::vector<TfToken> UsdVolTokensType::allTokens

A vector of all of the tokens listed above.

Definition at line 349 of file tokens.h.

const TfToken UsdVolTokensType::bool_

"bool"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 51 of file tokens.h.

const TfToken UsdVolTokensType::cameraDistance

"cameraDistance"

Possible value for UsdVolParticleField3DGaussianSplat::GetSortingModeHintAttr()

Definition at line 55 of file tokens.h.

const TfToken UsdVolTokensType::Color

"Color"

Possible value for UsdVolVolumeFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 59 of file tokens.h.

const TfToken UsdVolTokensType::double2

"double2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 63 of file tokens.h.

const TfToken UsdVolTokensType::double3

"double3"

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

Definition at line 67 of file tokens.h.

const TfToken UsdVolTokensType::double_

"double"

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

Definition at line 71 of file tokens.h.

const TfToken UsdVolTokensType::field

"field"

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

Definition at line 75 of file tokens.h.

const TfToken UsdVolTokensType::Field3DAsset

"Field3DAsset"

Schema identifer and family for UsdVolField3DAsset

Definition at line 271 of file tokens.h.

const TfToken UsdVolTokensType::FieldAsset

"FieldAsset"

Schema identifer and family for UsdVolFieldAsset

Definition at line 275 of file tokens.h.

const TfToken UsdVolTokensType::FieldBase

"FieldBase"

Schema identifer and family for UsdVolFieldBase

Definition at line 279 of file tokens.h.

const TfToken UsdVolTokensType::fieldClass

"fieldClass"

UsdVolOpenVDBAsset

Definition at line 79 of file tokens.h.

const TfToken UsdVolTokensType::fieldDataType

"fieldDataType"

UsdVolVolumeFieldAsset, UsdVolField3DAsset, UsdVolOpenVDBAsset

Definition at line 83 of file tokens.h.

const TfToken UsdVolTokensType::fieldIndex

"fieldIndex"

UsdVolVolumeFieldAsset

Definition at line 87 of file tokens.h.

const TfToken UsdVolTokensType::fieldName

"fieldName"

UsdVolVolumeFieldAsset

Definition at line 91 of file tokens.h.

const TfToken UsdVolTokensType::fieldPurpose

"fieldPurpose"

UsdVolField3DAsset

Definition at line 95 of file tokens.h.

const TfToken UsdVolTokensType::filePath

"filePath"

UsdVolVolumeFieldAsset

Definition at line 99 of file tokens.h.

const TfToken UsdVolTokensType::float2

"float2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 103 of file tokens.h.

const TfToken UsdVolTokensType::float3

"float3"

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

Definition at line 107 of file tokens.h.

const TfToken UsdVolTokensType::float_

"float"

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

Definition at line 111 of file tokens.h.

const TfToken UsdVolTokensType::fogVolume

"fogVolume"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 115 of file tokens.h.

const TfToken UsdVolTokensType::half

"half"

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

Definition at line 119 of file tokens.h.

const TfToken UsdVolTokensType::half2

"half2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 123 of file tokens.h.

const TfToken UsdVolTokensType::half3

"half3"

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

Definition at line 127 of file tokens.h.

const TfToken UsdVolTokensType::int2

"int2"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 131 of file tokens.h.

const TfToken UsdVolTokensType::int3

"int3"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 135 of file tokens.h.

const TfToken UsdVolTokensType::int64

"int64"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 139 of file tokens.h.

const TfToken UsdVolTokensType::int_

"int"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 143 of file tokens.h.

const TfToken UsdVolTokensType::levelSet

"levelSet"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 147 of file tokens.h.

const TfToken UsdVolTokensType::mask

"mask"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 151 of file tokens.h.

const TfToken UsdVolTokensType::matrix3d

"matrix3d"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 155 of file tokens.h.

const TfToken UsdVolTokensType::matrix4d

"matrix4d"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 159 of file tokens.h.

const TfToken UsdVolTokensType::None_

"None"

Fallback value for UsdVolVolumeFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 163 of file tokens.h.

const TfToken UsdVolTokensType::Normal

"Normal"

Possible value for UsdVolVolumeFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 167 of file tokens.h.

const TfToken UsdVolTokensType::opacities

"opacities"

UsdVolParticleFieldOpacityAttributeAPI

Definition at line 171 of file tokens.h.

const TfToken UsdVolTokensType::opacitiesh

"opacitiesh"

UsdVolParticleFieldOpacityAttributeAPI

Definition at line 175 of file tokens.h.

const TfToken UsdVolTokensType::OpenVDBAsset

"OpenVDBAsset"

Schema identifer and family for UsdVolOpenVDBAsset

Definition at line 283 of file tokens.h.

const TfToken UsdVolTokensType::orientations

"orientations"

UsdVolParticleFieldOrientationAttributeAPI

Definition at line 179 of file tokens.h.

const TfToken UsdVolTokensType::orientationsh

"orientationsh"

UsdVolParticleFieldOrientationAttributeAPI

Definition at line 183 of file tokens.h.

const TfToken UsdVolTokensType::ParticleField

"ParticleField"

Schema identifer and family for UsdVolParticleField

Definition at line 287 of file tokens.h.

const TfToken UsdVolTokensType::ParticleField3DGaussianSplat

"ParticleField3DGaussianSplat"

Schema identifer and family for UsdVolParticleField3DGaussianSplat

Definition at line 291 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldKernelBaseAPI

"ParticleFieldKernelBaseAPI"

Schema identifer and family for UsdVolParticleFieldKernelBaseAPI

Definition at line 295 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldKernelConstantSurfletAPI

"ParticleFieldKernelConstantSurfletAPI"

Schema identifer and family for UsdVolParticleFieldKernelConstantSurfletAPI

Definition at line 299 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldKernelGaussianEllipsoidAPI

"ParticleFieldKernelGaussianEllipsoidAPI"

Schema identifer and family for UsdVolParticleFieldKernelGaussianEllipsoidAPI

Definition at line 303 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldKernelGaussianSurfletAPI

"ParticleFieldKernelGaussianSurfletAPI"

Schema identifer and family for UsdVolParticleFieldKernelGaussianSurfletAPI

Definition at line 307 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldOpacityAttributeAPI

"ParticleFieldOpacityAttributeAPI"

Schema identifer and family for UsdVolParticleFieldOpacityAttributeAPI

Definition at line 311 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldOrientationAttributeAPI

"ParticleFieldOrientationAttributeAPI"

Schema identifer and family for UsdVolParticleFieldOrientationAttributeAPI

Definition at line 315 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldPositionAttributeAPI

"ParticleFieldPositionAttributeAPI"

Schema identifer and family for UsdVolParticleFieldPositionAttributeAPI

Definition at line 319 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldPositionBaseAPI

"ParticleFieldPositionBaseAPI"

Schema identifer and family for UsdVolParticleFieldPositionBaseAPI

Definition at line 323 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldRadianceBaseAPI

"ParticleFieldRadianceBaseAPI"

Schema identifer and family for UsdVolParticleFieldRadianceBaseAPI

Definition at line 327 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldScaleAttributeAPI

"ParticleFieldScaleAttributeAPI"

Schema identifer and family for UsdVolParticleFieldScaleAttributeAPI

Definition at line 331 of file tokens.h.

const TfToken UsdVolTokensType::ParticleFieldSphericalHarmonicsAttributeAPI

"ParticleFieldSphericalHarmonicsAttributeAPI"

Schema identifer and family for UsdVolParticleFieldSphericalHarmonicsAttributeAPI

Definition at line 335 of file tokens.h.

const TfToken UsdVolTokensType::perspective

"perspective"

Fallback value for UsdVolParticleField3DGaussianSplat::GetProjectionModeHintAttr()

Definition at line 187 of file tokens.h.

const TfToken UsdVolTokensType::Point

"Point"

Possible value for UsdVolVolumeFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 191 of file tokens.h.

const TfToken UsdVolTokensType::positions

"positions"

UsdVolParticleFieldPositionAttributeAPI

Definition at line 195 of file tokens.h.

const TfToken UsdVolTokensType::positionsh

"positionsh"

UsdVolParticleFieldPositionAttributeAPI

Definition at line 199 of file tokens.h.

const TfToken UsdVolTokensType::projectionModeHint

"projectionModeHint"

UsdVolParticleField3DGaussianSplat

Definition at line 203 of file tokens.h.

const TfToken UsdVolTokensType::quatd

"quatd"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 207 of file tokens.h.

const TfToken UsdVolTokensType::radianceSphericalHarmonicsCoefficients

"radiance:sphericalHarmonicsCoefficients"

UsdVolParticleFieldSphericalHarmonicsAttributeAPI

Definition at line 211 of file tokens.h.

const TfToken UsdVolTokensType::radianceSphericalHarmonicsCoefficientsh

"radiance:sphericalHarmonicsCoefficientsh"

UsdVolParticleFieldSphericalHarmonicsAttributeAPI

Definition at line 215 of file tokens.h.

const TfToken UsdVolTokensType::radianceSphericalHarmonicsDegree

"radiance:sphericalHarmonicsDegree"

UsdVolParticleFieldSphericalHarmonicsAttributeAPI

Definition at line 219 of file tokens.h.

const TfToken UsdVolTokensType::rayHitDistance

"rayHitDistance"

Possible value for UsdVolParticleField3DGaussianSplat::GetSortingModeHintAttr()

Definition at line 223 of file tokens.h.

const TfToken UsdVolTokensType::scales

"scales"

UsdVolParticleFieldScaleAttributeAPI

Definition at line 227 of file tokens.h.

const TfToken UsdVolTokensType::scalesh

"scalesh"

UsdVolParticleFieldScaleAttributeAPI

Definition at line 231 of file tokens.h.

const TfToken UsdVolTokensType::sortingModeHint

"sortingModeHint"

UsdVolParticleField3DGaussianSplat

Definition at line 235 of file tokens.h.

const TfToken UsdVolTokensType::staggered

"staggered"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 239 of file tokens.h.

const TfToken UsdVolTokensType::string

"string"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 243 of file tokens.h.

const TfToken UsdVolTokensType::tangential

"tangential"

Possible value for UsdVolParticleField3DGaussianSplat::GetProjectionModeHintAttr()

Definition at line 247 of file tokens.h.

const TfToken UsdVolTokensType::uint

"uint"

Possible value for UsdVolOpenVDBAsset::GetFieldDataTypeAttr()

Definition at line 251 of file tokens.h.

const TfToken UsdVolTokensType::unknown

"unknown"

Possible value for UsdVolOpenVDBAsset::GetFieldClassAttr()

Definition at line 255 of file tokens.h.

const TfToken UsdVolTokensType::Vector

"Vector"

Possible value for UsdVolVolumeFieldAsset::GetVectorDataRoleHintAttr()

Definition at line 259 of file tokens.h.

const TfToken UsdVolTokensType::vectorDataRoleHint

"vectorDataRoleHint"

UsdVolVolumeFieldAsset

Definition at line 263 of file tokens.h.

const TfToken UsdVolTokensType::Volume

"Volume"

Schema identifer and family for UsdVolVolume

Definition at line 339 of file tokens.h.

const TfToken UsdVolTokensType::VolumeFieldAsset

"VolumeFieldAsset"

Schema identifer and family for UsdVolVolumeFieldAsset

Definition at line 343 of file tokens.h.

const TfToken UsdVolTokensType::VolumeFieldBase

"VolumeFieldBase"

Schema identifer and family for UsdVolVolumeFieldBase

Definition at line 347 of file tokens.h.

const TfToken UsdVolTokensType::zDepth

"zDepth"

Fallback value for UsdVolParticleField3DGaussianSplat::GetSortingModeHintAttr()

Definition at line 267 of file tokens.h.


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