64 void add(
char const * key,
char const *
value,
bool use_double_quote=
false);
65 void addUIEvent(
char const * key,
int64 value);
71 void add(
char const * key,
int value);
73 void add(
char const * key,
float value);
75 void addBool(
char const * key,
int value);
80 void addExpr(
char const * key,
char const * expr,
int64 value);
84 void addGeometrySelection(
char const * key,
int64 sinfo_address);
88 void addNodeList(
char const * key,
int64 nodelist_address);
92 void addDynDetails(
char const * key,
int64 sinfo_address);
93 void addDynPoints(
char const * key,
int64 sinfo_address);
94 void addDynPolygons(
char const * key,
int64 sinfo_address);
96 void addPYObject(
const char* key,
void*
value);
116 value.
sprintf( myOutputFormat.c_str(), myStr.c_str() );
137 #endif // PY_Kwargs_H
Expr(UT_StringRef const &val)
UT_StringHolder value() const
GLsizei const GLfloat * value
const char * c_str() const
GLint GLint GLsizei GLint GLenum format
UT_StringHolder myOutputFormat
int sprintf(const char *fmt,...) SYS_PRINTF_CHECK_ATTRIBUTE(2
ImageBuf OIIO_API add(Image_or_Const A, Image_or_Const B, ROI roi={}, int nthreads=0)
PyObjectMap myPyObjectMap