|
HDK
|
#include <writeCtrlFlags.h>
Public Member Functions | |
| GusdWriteCtrlFlags () | |
| GUSD_API void | update (const GT_PrimitiveHandle &prim) |
Static Public Member Functions | |
| static bool | getBoolAttr (const GT_PrimitiveHandle &prim, const char *attrName, bool defaultValue) |
Public Attributes | |
| bool | overPoints |
| bool | overTransforms |
| bool | overPrimvars |
| bool | overAll |
| bool | writeStaticGeo |
| bool | writeStaticTopology |
| bool | writeStaticPrimvars |
Definition at line 40 of file writeCtrlFlags.h.
|
inline |
Definition at line 54 of file writeCtrlFlags.h.
|
static |
| GUSD_API void GusdWriteCtrlFlags::update | ( | const GT_PrimitiveHandle & | prim | ) |
| bool GusdWriteCtrlFlags::overAll |
Definition at line 46 of file writeCtrlFlags.h.
| bool GusdWriteCtrlFlags::overPoints |
Definition at line 43 of file writeCtrlFlags.h.
| bool GusdWriteCtrlFlags::overPrimvars |
Definition at line 45 of file writeCtrlFlags.h.
| bool GusdWriteCtrlFlags::overTransforms |
Definition at line 44 of file writeCtrlFlags.h.
| bool GusdWriteCtrlFlags::writeStaticGeo |
Definition at line 50 of file writeCtrlFlags.h.
| bool GusdWriteCtrlFlags::writeStaticPrimvars |
Definition at line 52 of file writeCtrlFlags.h.
| bool GusdWriteCtrlFlags::writeStaticTopology |
Definition at line 51 of file writeCtrlFlags.h.