![]() |
|
Describes a primvar. More...
#include <sceneDelegate.h>
Inheritance diagram for HdPrimvarDescriptor:Public Member Functions | |
| HdPrimvarDescriptor (TfToken const &name_, HdInterpolation interp_, TfToken const &role_=HdPrimvarRoleTokens->none, bool indexed_=false) | |
| bool | operator== (HdPrimvarDescriptor const &rhs) const |
| bool | operator!= (HdPrimvarDescriptor const &rhs) const |
Public Attributes | |
| TfToken | name |
| Name of the primvar. | |
| HdInterpolation | interpolation |
| Interpolation (data-sampling rate) of the primvar. | |
| TfToken | role |
| Optional "role" indicating a desired interpretation – for example, to distinguish color/vector/point/normal. | |
| bool | indexed |
| Optional bool, true if primvar is indexed. | |
Describes a primvar.
Definition at line 165 of file sceneDelegate.h.
|
inline |
Definition at line 178 of file sceneDelegate.h.
|
inline |
Definition at line 183 of file sceneDelegate.h.
|
inline |
Definition at line 193 of file sceneDelegate.h.
|
inline |
Definition at line 189 of file sceneDelegate.h.
| bool indexed |
Optional bool, true if primvar is indexed.
This value should be checked before calling "GetIndexedPrimvar"
Definition at line 176 of file sceneDelegate.h.
| HdInterpolation interpolation |
Interpolation (data-sampling rate) of the primvar.
Definition at line 169 of file sceneDelegate.h.
| TfToken name |
Name of the primvar.
Definition at line 167 of file sceneDelegate.h.
| TfToken role |
Optional "role" indicating a desired interpretation – for example, to distinguish color/vector/point/normal.
See HdPrimvarRoleTokens; default is HdPrimvarRoleTokens->none.
Definition at line 173 of file sceneDelegate.h.