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

#include <aov.h>

Public Member Functions

HD_API HdParsedAovToken ()
 
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.

Constructor & Destructor Documentation

HD_API HdParsedAovToken::HdParsedAovToken ( )
HD_API HdParsedAovToken::HdParsedAovToken ( TfToken const aovName)

Member Data Documentation

bool HdParsedAovToken::isLpe

Definition at line 190 of file aov.h.

bool HdParsedAovToken::isPrimvar

Definition at line 189 of file aov.h.

bool HdParsedAovToken::isShader

Definition at line 191 of file aov.h.

TfToken HdParsedAovToken::name

Definition at line 188 of file aov.h.


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