| 
    HDK
    
   | 
 
#include <HUSD_RenderSettings.h>
 Inheritance diagram for HUSD_RenderVar:Public Member Functions | |
| HUSD_RenderVar () | |
| virtual | ~HUSD_RenderVar () | 
| UT_UniquePtr< HUSD_RenderVar > | clone () const | 
| Method to clone this render var to another render product.  More... | |
| UT_StringHolder | aovName () const | 
| UT_StringHolder | aovToken () const | 
| UT_StringHolder | dataType () const | 
| UT_StringHolder | sourceName () const | 
| UT_StringHolder | sourceType () const | 
| PXL_DataFormat | pxlFormat () const | 
| PXL_Packing | pxlPacking () const | 
| bool | lookup (const char *token, int64 &val) const | 
| bool | lookup (const char *token, fpreal64 &val) const | 
| bool | lookup (const char *token, UT_Vector2i &val) const | 
| bool | lookup (const char *token, UT_StringHolder &val) const | 
| void | dump () const | 
| void | dump (UT_JSONWriter &w) const | 
Protected Member Functions | |
| virtual UT_UniquePtr < HUSD_RenderVar >  | doClone () const | 
| Create a new sub-class of HUSD_RenderVar.  More... | |
  Protected Member Functions inherited from UT_NonCopyableNS::UT_NonCopyable | |
| UT_NonCopyable ()=default | |
| ~UT_NonCopyable ()=default | |
| UT_NonCopyable (const UT_NonCopyable &)=delete | |
| UT_NonCopyable & | operator= (const UT_NonCopyable &)=delete | 
Definition at line 203 of file HUSD_RenderSettings.h.
| HUSD_RenderVar::HUSD_RenderVar | ( | ) | 
      
  | 
  virtual | 
| UT_StringHolder HUSD_RenderVar::aovName | ( | ) | const | 
Query settings
| UT_StringHolder HUSD_RenderVar::aovToken | ( | ) | const | 
Query settings
      
  | 
  inline | 
Method to clone this render var to another render product.
Definition at line 211 of file HUSD_RenderSettings.h.
| UT_StringHolder HUSD_RenderVar::dataType | ( | ) | const | 
Query settings
      
  | 
  inlineprotectedvirtual | 
Create a new sub-class of HUSD_RenderVar.
Definition at line 248 of file HUSD_RenderSettings.h.
| void HUSD_RenderVar::dump | ( | ) | const | 
For debugging
| void HUSD_RenderVar::dump | ( | UT_JSONWriter & | w | ) | const | 
For debugging
| bool HUSD_RenderVar::lookup | ( | const char * | token, | 
| int64 & | val | ||
| ) | const | 
Query the AOV settings on the underlying render settings map
| bool HUSD_RenderVar::lookup | ( | const char * | token, | 
| fpreal64 & | val | ||
| ) | const | 
Query the AOV settings on the underlying render settings map
| bool HUSD_RenderVar::lookup | ( | const char * | token, | 
| UT_Vector2i & | val | ||
| ) | const | 
Query the AOV settings on the underlying render settings map
| bool HUSD_RenderVar::lookup | ( | const char * | token, | 
| UT_StringHolder & | val | ||
| ) | const | 
Query the AOV settings on the underlying render settings map
| PXL_DataFormat HUSD_RenderVar::pxlFormat | ( | ) | const | 
Query settings
| PXL_Packing HUSD_RenderVar::pxlPacking | ( | ) | const | 
Query settings
| UT_StringHolder HUSD_RenderVar::sourceName | ( | ) | const | 
Query settings
| UT_StringHolder HUSD_RenderVar::sourceType | ( | ) | const | 
Query settings