|
HDK
|
#include <APEXA_SceneInvoke.h>
Public Member Functions | |
| Output ()=default | |
| Output (const UT_StringHolder &path, const UT_Optional< UT_StringHolder > &key, const UT_Optional< UT_StringHolder > &pattern=UT_NULLOPT, bool copies_geo=false) | |
| void | clearCachedResult () |
Public Attributes | |
| UT_StringHolder | myPath |
| UT_Optional< UT_StringHolder > | myKey |
| UT_Optional< UT_StringHolder > | myPattern |
| UT_Optional< apex::ApexGeometry > | myGeometry |
| UT_Optional< apex::Dict > | myDict |
| bool | myCopiesGeoFlag = false |
Definition at line 26 of file APEXA_SceneInvoke.h.
|
default |
| APEXA_SceneInvoke::Output::Output | ( | const UT_StringHolder & | path, |
| const UT_Optional< UT_StringHolder > & | key, | ||
| const UT_Optional< UT_StringHolder > & | pattern = UT_NULLOPT, |
||
| bool | copies_geo = false |
||
| ) |
| void APEXA_SceneInvoke::Output::clearCachedResult | ( | ) |
| bool APEXA_SceneInvoke::Output::myCopiesGeoFlag = false |
Definition at line 43 of file APEXA_SceneInvoke.h.
| UT_Optional<apex::Dict> APEXA_SceneInvoke::Output::myDict |
Definition at line 41 of file APEXA_SceneInvoke.h.
| UT_Optional<apex::ApexGeometry> APEXA_SceneInvoke::Output::myGeometry |
Definition at line 40 of file APEXA_SceneInvoke.h.
| UT_Optional<UT_StringHolder> APEXA_SceneInvoke::Output::myKey |
Definition at line 37 of file APEXA_SceneInvoke.h.
| UT_StringHolder APEXA_SceneInvoke::Output::myPath |
Definition at line 36 of file APEXA_SceneInvoke.h.
| UT_Optional<UT_StringHolder> APEXA_SceneInvoke::Output::myPattern |
Definition at line 38 of file APEXA_SceneInvoke.h.