|
HDK
|
#include <HUSD_ConfigureProps.h>
Public Member Functions | |
| HUSD_ConfigureProps (HUSD_AutoWriteLock &lock) | |
| ~HUSD_ConfigureProps () | |
| bool | setVariability (const HUSD_FindProps &findprops, HUSD_Variability variability) const |
| bool | setColorSpace (const HUSD_FindProps &findprops, const UT_StringRef &colorspace) const |
| bool | setInterpolation (const HUSD_FindProps &findprops, const UT_StringRef &interpolation) const |
| bool | setElementSize (const HUSD_FindProps &findprops, int element_size) const |
| bool | addEditorNodeId (const HUSD_FindProps &findprops, int nodeid) const |
| bool | clearEditorNodeIds (const HUSD_FindProps &findprops) const |
| template<typename UtValueType > | |
| bool | setAssetInfo (const HUSD_FindProps &findprops, const UT_StringRef &key, const UtValueType &value) const |
| bool | removeAssetInfo (const HUSD_FindProps &findprops, const UT_StringRef &key) const |
| bool | clearAssetInfo (const HUSD_FindProps &findprops) const |
Definition at line 28 of file HUSD_ConfigureProps.h.
| HUSD_ConfigureProps::HUSD_ConfigureProps | ( | HUSD_AutoWriteLock & | lock | ) |
| HUSD_ConfigureProps::~HUSD_ConfigureProps | ( | ) |
| bool HUSD_ConfigureProps::addEditorNodeId | ( | const HUSD_FindProps & | findprops, |
| int | nodeid | ||
| ) | const |
| bool HUSD_ConfigureProps::clearAssetInfo | ( | const HUSD_FindProps & | findprops | ) | const |
| bool HUSD_ConfigureProps::clearEditorNodeIds | ( | const HUSD_FindProps & | findprops | ) | const |
| bool HUSD_ConfigureProps::removeAssetInfo | ( | const HUSD_FindProps & | findprops, |
| const UT_StringRef & | key | ||
| ) | const |
| bool HUSD_ConfigureProps::setAssetInfo | ( | const HUSD_FindProps & | findprops, |
| const UT_StringRef & | key, | ||
| const UtValueType & | value | ||
| ) | const |
| bool HUSD_ConfigureProps::setColorSpace | ( | const HUSD_FindProps & | findprops, |
| const UT_StringRef & | colorspace | ||
| ) | const |
| bool HUSD_ConfigureProps::setElementSize | ( | const HUSD_FindProps & | findprops, |
| int | element_size | ||
| ) | const |
| bool HUSD_ConfigureProps::setInterpolation | ( | const HUSD_FindProps & | findprops, |
| const UT_StringRef & | interpolation | ||
| ) | const |
| bool HUSD_ConfigureProps::setVariability | ( | const HUSD_FindProps & | findprops, |
| HUSD_Variability | variability | ||
| ) | const |