Loading...
Searching...
No Matches
HdParsedAovToken Class Reference

Represents an AOV token which has been parsed to extract the prefix (in the case of "primvars:"/"lpe:"/etc.). More...

#include <aov.h>

Public Member Functions

HD_API HdParsedAovToken (TfToken const &aovName)
 

Public Attributes

TfToken name
 
bool isPrimvar: 1
 
bool isLpe: 1
 
bool isShader: 1
 

Detailed Description

Represents an AOV token which has been parsed to extract the prefix (in the case of "primvars:"/"lpe:"/etc.).

Definition at line 182 of file aov.h.

Member Data Documentation

◆ isLpe

bool isLpe

Definition at line 190 of file aov.h.

◆ isPrimvar

bool isPrimvar

Definition at line 189 of file aov.h.

◆ isShader

bool isShader

Definition at line 191 of file aov.h.

◆ name

TfToken name

Definition at line 188 of file aov.h.


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