HDK
|
#include <CE_SnippetCache.h>
Public Member Functions | |
bool | operator== (const SnippetParms &a) const |
bool | operator!= (const SnippetParms &a) const |
Public Attributes | |
UT_StringHolder | myKernelName |
UT_StringHolder | myWritebackName |
CE_Snippet::RunOver | myRunOver = CE_Snippet::RunOver::INVALID |
bool | myImportPrequel = false |
bool | myAlign = false |
bool | myVDBTiles = false |
bool | myTimeInc = false |
bool | myTime = false |
bool | mySimFrame = false |
bool | myIteration = false |
bool | myXNoise = false |
Definition at line 35 of file CE_SnippetCache.h.
|
inline |
Definition at line 62 of file CE_SnippetCache.h.
|
inline |
Definition at line 47 of file CE_SnippetCache.h.
bool CE_SnippetCacheEntry::SnippetParms::myAlign = false |
Definition at line 40 of file CE_SnippetCache.h.
bool CE_SnippetCacheEntry::SnippetParms::myImportPrequel = false |
Definition at line 39 of file CE_SnippetCache.h.
bool CE_SnippetCacheEntry::SnippetParms::myIteration = false |
Definition at line 45 of file CE_SnippetCache.h.
UT_StringHolder CE_SnippetCacheEntry::SnippetParms::myKernelName |
Definition at line 37 of file CE_SnippetCache.h.
CE_Snippet::RunOver CE_SnippetCacheEntry::SnippetParms::myRunOver = CE_Snippet::RunOver::INVALID |
Definition at line 38 of file CE_SnippetCache.h.
bool CE_SnippetCacheEntry::SnippetParms::mySimFrame = false |
Definition at line 44 of file CE_SnippetCache.h.
bool CE_SnippetCacheEntry::SnippetParms::myTime = false |
Definition at line 43 of file CE_SnippetCache.h.
bool CE_SnippetCacheEntry::SnippetParms::myTimeInc = false |
Definition at line 42 of file CE_SnippetCache.h.
bool CE_SnippetCacheEntry::SnippetParms::myVDBTiles = false |
Definition at line 41 of file CE_SnippetCache.h.
UT_StringHolder CE_SnippetCacheEntry::SnippetParms::myWritebackName |
Definition at line 37 of file CE_SnippetCache.h.
bool CE_SnippetCacheEntry::SnippetParms::myXNoise = false |
Definition at line 46 of file CE_SnippetCache.h.