|
HDK
|
Helper struct that contains the actual cached evaluation data. More...
#include <PDG_AttributeEvaluatorCache.h>
Public Attributes | |
| PDG_AttributeCast | myCast |
| The cast result. More... | |
| UT_WorkBuffer | myString |
| The string value, if the attribute is castable to a string. More... | |
| fpreal | myFloat |
| The float value, if the attribute is castable to a number. More... | |
| bool | myHasFloat |
| Whether or not the entry has a float value. More... | |
Helper struct that contains the actual cached evaluation data.
Definition at line 33 of file PDG_AttributeEvaluatorCache.h.
| PDG_AttributeCast PDG_AttributeEvaluatorCache::CacheEntry::myCast |
The cast result.
Definition at line 36 of file PDG_AttributeEvaluatorCache.h.
| fpreal PDG_AttributeEvaluatorCache::CacheEntry::myFloat |
The float value, if the attribute is castable to a number.
Definition at line 42 of file PDG_AttributeEvaluatorCache.h.
| bool PDG_AttributeEvaluatorCache::CacheEntry::myHasFloat |
Whether or not the entry has a float value.
Definition at line 45 of file PDG_AttributeEvaluatorCache.h.
| UT_WorkBuffer PDG_AttributeEvaluatorCache::CacheEntry::myString |
The string value, if the attribute is castable to a string.
Definition at line 39 of file PDG_AttributeEvaluatorCache.h.