23 namespace SOP_PackedEditEnums
38 using namespace UT::Literal;
61 using namespace UT::Literal;
82 using namespace UT::Literal;
111 vpackedname =
""_UTsh;
120 if (vgroup != src.
vgroup)
return false;
123 if (visible3d != src.
visible3d)
return false;
124 if (visible2d != src.
visible2d)
return false;
140 for (
int i = 0; i < list.
entries(); i++)
173 mpackedname =
""_UTsh;
180 if (mgroup != src.
mgroup)
return false;
198 for (
int i = 0; i < list.
entries(); i++)
227 lpackedname =
""_UTsh;
228 lightcategories =
"*"_UTsh;
234 if (lgroup != src.
lgroup)
return false;
252 for (
int i = 0; i < list.
entries(); i++)
274 myVopcount.setSize(1);
275 myMopcount.setSize(1);
276 myLopcount.setSize(1);
289 if (myVopcount != src.myVopcount)
return false;
290 if (myMopcount != src.myMopcount)
return false;
291 if (myLopcount != src.myLopcount)
return false;
313 graph->
evalOpParm(length, nodeidx,
"vopcount", time, graph->
isDirect()?
nullptr:depnode);
314 if (length < 0) length = 0;
315 myVopcount.setSize(length);
322 auto && _curentry = myVopcount(i);
324 _curentry.vgroup =
""_UTsh;
326 graph->
evalOpParmInst(_curentry.vgroup, nodeidx,
"vgroup#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
327 _curentry.vpackedname =
""_UTsh;
329 graph->
evalOpParmInst(_curentry.vpackedname, nodeidx,
"vpackedname#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
330 _curentry.viewportlod = 0;
332 graph->
evalOpParmInst(_curentry.viewportlod, nodeidx,
"viewportlod#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
333 _curentry.visible3d = 0;
335 graph->
evalOpParmInst(_curentry.visible3d, nodeidx,
"visible3d#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
336 _curentry.visible2d = 0;
338 graph->
evalOpParmInst(_curentry.visible2d, nodeidx,
"visible2d#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
347 graph->
evalOpParm(length, nodeidx,
"mopcount", time, graph->
isDirect()?
nullptr:depnode);
348 if (length < 0) length = 0;
349 myMopcount.setSize(length);
356 auto && _curentry = myMopcount(i);
358 _curentry.mgroup =
""_UTsh;
360 graph->
evalOpParmInst(_curentry.mgroup, nodeidx,
"mgroup#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
361 _curentry.mpackedname =
""_UTsh;
363 graph->
evalOpParmInst(_curentry.mpackedname, nodeidx,
"mpackedname#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
364 _curentry.shop_materialpath =
""_UTsh;
366 graph->
evalOpParmInst(_curentry.shop_materialpath, nodeidx,
"shop_materialpath#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
375 graph->
evalOpParm(length, nodeidx,
"lopcount", time, graph->
isDirect()?
nullptr:depnode);
376 if (length < 0) length = 0;
377 myLopcount.setSize(length);
384 auto && _curentry = myLopcount(i);
386 _curentry.lgroup =
""_UTsh;
388 graph->
evalOpParmInst(_curentry.lgroup, nodeidx,
"lgroup#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
389 _curentry.lpackedname =
""_UTsh;
391 graph->
evalOpParmInst(_curentry.lpackedname, nodeidx,
"lpackedname#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
392 _curentry.lightcategories =
"*"_UTsh;
394 graph->
evalOpParmInst(_curentry.lightcategories, nodeidx,
"lightcategories#", parmidx, offsets, time, graph->
isDirect()?
nullptr:depnode, 2-1);
415 template <
typename T>
422 if (idx.
size() != instance.
size()+1)
428 coerceValue(value, myVopcount.entries());
429 else if (instance[0] < myVopcount.entries())
431 auto && _data = myVopcount(instance[0]);
435 coerceValue(value, _data.vgroup);
438 coerceValue(value, _data.vpackedname);
441 coerceValue(value, _data.viewportlod);
444 coerceValue(value, _data.visible3d);
447 coerceValue(value, _data.visible2d);
455 coerceValue(value, myMopcount.entries());
456 else if (instance[0] < myMopcount.entries())
458 auto && _data = myMopcount(instance[0]);
462 coerceValue(value, _data.mgroup);
465 coerceValue(value, _data.mpackedname);
468 coerceValue(value, _data.shop_materialpath);
476 coerceValue(value, myLopcount.entries());
477 else if (instance[0] < myLopcount.entries())
479 auto && _data = myLopcount(instance[0]);
483 coerceValue(value, _data.lgroup);
486 coerceValue(value, _data.lpackedname);
489 coerceValue(value, _data.lightcategories);
509 { doGetParmValue(idx, instance, value); }
511 { doGetParmValue(idx, instance, value); }
513 { doGetParmValue(idx, instance, value); }
515 { doGetParmValue(idx, instance, value); }
517 { doGetParmValue(idx, instance, value); }
519 { doGetParmValue(idx, instance, value); }
521 { doGetParmValue(idx, instance, value); }
523 { doGetParmValue(idx, instance, value); }
525 { doGetParmValue(idx, instance, value); }
527 { doGetParmValue(idx, instance, value); }
529 { doGetParmValue(idx, instance, value); }
531 template <
typename T>
538 if (idx.
size() != instance.
size()+1)
546 coerceValue(newsize, value);
547 if (newsize < 0) newsize = 0;
548 myVopcount.setSize(newsize);
554 myVopcount.setSizeIfNeeded(instance[0]+1);
555 auto && _data = myVopcount(instance[0]);
559 coerceValue(_data.vgroup, value);
562 coerceValue(_data.vpackedname, value);
565 coerceValue(_data.viewportlod, value);
568 coerceValue(_data.visible3d, value);
571 coerceValue(_data.visible2d, value);
581 coerceValue(newsize, value);
582 if (newsize < 0) newsize = 0;
583 myMopcount.setSize(newsize);
589 myMopcount.setSizeIfNeeded(instance[0]+1);
590 auto && _data = myMopcount(instance[0]);
594 coerceValue(_data.mgroup, value);
597 coerceValue(_data.mpackedname, value);
600 coerceValue(_data.shop_materialpath, value);
610 coerceValue(newsize, value);
611 if (newsize < 0) newsize = 0;
612 myLopcount.setSize(newsize);
618 myLopcount.setSizeIfNeeded(instance[0]+1);
619 auto && _data = myLopcount(instance[0]);
623 coerceValue(_data.lgroup, value);
626 coerceValue(_data.lpackedname, value);
629 coerceValue(_data.lightcategories, value);
640 { doSetParmValue(idx, instance, value); }
642 { doSetParmValue(idx, instance, value); }
644 { doSetParmValue(idx, instance, value); }
646 { doSetParmValue(idx, instance, value); }
648 { doSetParmValue(idx, instance, value); }
650 { doSetParmValue(idx, instance, value); }
652 { doSetParmValue(idx, instance, value); }
654 { doSetParmValue(idx, instance, value); }
656 { doSetParmValue(idx, instance, value); }
658 { doSetParmValue(idx, instance, value); }
660 { doSetParmValue(idx, instance, value); }
682 if (fieldnum.
size() < 1)
687 if (fieldnum.
size() == 1)
694 return "vpackedname#";
696 return "viewportlod#";
705 if (fieldnum.
size() == 1)
712 return "mpackedname#";
714 return "shop_materialpath#";
719 if (fieldnum.
size() == 1)
726 return "lpackedname#";
728 return "lightcategories#";
739 if (fieldnum.
size() < 1)
740 return PARM_UNSUPPORTED;
744 if (fieldnum.
size() == 1)
745 return PARM_MULTIPARM;
760 return PARM_UNSUPPORTED;
762 if (fieldnum.
size() == 1)
763 return PARM_MULTIPARM;
774 return PARM_UNSUPPORTED;
776 if (fieldnum.
size() == 1)
777 return PARM_MULTIPARM;
788 return PARM_UNSUPPORTED;
791 return PARM_UNSUPPORTED;
827 loadData(is, rampdata);
845 int typelen = colon - data.
buffer();
859 {
int64 iv =
v; UTwrite(os, &iv); }
861 { UTwrite<fpreal64>(os, &
v); }
863 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y()); }
865 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
866 UTwrite<fpreal64>(os, &v.
z()); }
868 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
869 UTwrite<fpreal64>(os, &v.
z()); UTwrite<fpreal64>(os, &v.
w()); }
881 if (s) s->save(ostr);
883 saveData(os, result);
890 ostr << s->getDataTypeToken();
895 saveData(os, result);
899 void save(std::ostream &os)
const
905 UTwrite(os, &length);
908 auto && _curentry = myVopcount(i);
910 saveData(os, _curentry.vgroup);
911 saveData(os, _curentry.vpackedname);
912 saveData(os, _curentry.viewportlod);
913 saveData(os, _curentry.visible3d);
914 saveData(os, _curentry.visible2d);
920 UTwrite(os, &length);
923 auto && _curentry = myMopcount(i);
925 saveData(os, _curentry.mgroup);
926 saveData(os, _curentry.mpackedname);
927 saveData(os, _curentry.shop_materialpath);
933 UTwrite(os, &length);
936 auto && _curentry = myLopcount(i);
938 saveData(os, _curentry.lgroup);
939 saveData(os, _curentry.lpackedname);
940 saveData(os, _curentry.lightcategories);
959 myVopcount.setSize(length);
962 auto && _curentry = myVopcount(i);
964 loadData(is, _curentry.vgroup);
965 loadData(is, _curentry.vpackedname);
966 loadData(is, _curentry.viewportlod);
967 loadData(is, _curentry.visible3d);
968 loadData(is, _curentry.visible2d);
975 myMopcount.setSize(length);
978 auto && _curentry = myMopcount(i);
980 loadData(is, _curentry.mgroup);
981 loadData(is, _curentry.mpackedname);
982 loadData(is, _curentry.shop_materialpath);
989 myLopcount.setSize(length);
992 auto && _curentry = myLopcount(i);
994 loadData(is, _curentry.lgroup);
995 loadData(is, _curentry.lpackedname);
996 loadData(is, _curentry.lightcategories);
1009 if (!thissop)
return getVopcount().entries();
1011 OP_Utils::evalOpParm(result, thissop,
"vopcount", cookparms.
getCookTime(), 0);
1015 {
return opinstVopcount_vgroup(cookparms, &_idx); }
1019 if (!thissop)
return (myVopcount(_idx[0]).vgroup);
1021 _parmidx[1-1] = _idx[1-1] + 0;
1024 OP_Utils::evalOpParmInst(result, thissop,
"vgroup#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1028 {
return opinstVopcount_vpackedname(cookparms, &_idx); }
1032 if (!thissop)
return (myVopcount(_idx[0]).vpackedname);
1034 _parmidx[1-1] = _idx[1-1] + 0;
1037 OP_Utils::evalOpParmInst(result, thissop,
"vpackedname#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1041 {
return opinstVopcount_viewportlod(cookparms, &_idx); }
1045 if (!thissop)
return (myVopcount(_idx[0]).viewportlod);
1047 _parmidx[1-1] = _idx[1-1] + 0;
1050 OP_Utils::evalOpParmInst(result, thissop,
"viewportlod#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1054 {
return opinstVopcount_visible3d(cookparms, &_idx); }
1058 if (!thissop)
return (myVopcount(_idx[0]).visible3d);
1060 _parmidx[1-1] = _idx[1-1] + 0;
1063 OP_Utils::evalOpParmInst(result, thissop,
"visible3d#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1067 {
return opinstVopcount_visible2d(cookparms, &_idx); }
1071 if (!thissop)
return (myVopcount(_idx[0]).visible2d);
1073 _parmidx[1-1] = _idx[1-1] + 0;
1076 OP_Utils::evalOpParmInst(result, thissop,
"visible2d#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1085 if (!thissop)
return getMopcount().entries();
1087 OP_Utils::evalOpParm(result, thissop,
"mopcount", cookparms.
getCookTime(), 0);
1091 {
return opinstMopcount_mgroup(cookparms, &_idx); }
1095 if (!thissop)
return (myMopcount(_idx[0]).mgroup);
1097 _parmidx[1-1] = _idx[1-1] + 0;
1100 OP_Utils::evalOpParmInst(result, thissop,
"mgroup#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1104 {
return opinstMopcount_mpackedname(cookparms, &_idx); }
1108 if (!thissop)
return (myMopcount(_idx[0]).mpackedname);
1110 _parmidx[1-1] = _idx[1-1] + 0;
1113 OP_Utils::evalOpParmInst(result, thissop,
"mpackedname#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1117 {
return opinstMopcount_shop_materialpath(cookparms, &_idx); }
1123 _parmidx[1-1] = _idx[1-1] + 0;
1126 OP_Utils::evalOpParmInst(result, thissop,
"shop_materialpath#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1135 if (!thissop)
return getLopcount().entries();
1137 OP_Utils::evalOpParm(result, thissop,
"lopcount", cookparms.
getCookTime(), 0);
1141 {
return opinstLopcount_lgroup(cookparms, &_idx); }
1145 if (!thissop)
return (myLopcount(_idx[0]).lgroup);
1147 _parmidx[1-1] = _idx[1-1] + 0;
1150 OP_Utils::evalOpParmInst(result, thissop,
"lgroup#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1154 {
return opinstLopcount_lpackedname(cookparms, &_idx); }
1158 if (!thissop)
return (myLopcount(_idx[0]).lpackedname);
1160 _parmidx[1-1] = _idx[1-1] + 0;
1163 OP_Utils::evalOpParmInst(result, thissop,
"lpackedname#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
1167 {
return opinstLopcount_lightcategories(cookparms, &_idx); }
1171 if (!thissop)
return (myLopcount(_idx[0]).lightcategories);
1173 _parmidx[1-1] = _idx[1-1] + 0;
1176 OP_Utils::evalOpParmInst(result, thissop,
"lightcategories#", _parmidx, cookparms.
getCookTime(), 0, 2-1);
bool operator==(const Lopcount &src) const
static void saveData(std::ostream &os, UT_Vector4D v)
static void saveData(std::ostream &os, UT_StringHolder s)
void loadFromOpSubclass(const LoadParms &loadparms) override
static void loadData(UT_IStream &is, UT_Vector2D &v)
GLenum GLuint GLenum GLsizei const GLchar * buf
int64 opinstVopcount_viewportlod(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
static void saveData(std::ostream &os, int64 v)
UT_StringHolder vpackedname
SOP_Node * getNode() const
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
static void saveData(std::ostream &os, fpreal64 v)
bool operator==(const Mopcount &src) const
void setVopcount(const UT_Array< Vopcount > &val)
UT_StringHolder mpackedname
static void loadData(UT_IStream &is, int64 &v)
UT_StringHolder opinstMopcount_mgroup(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
void getNestParmValue(TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
exint bread(int32 *buffer, exint asize=1)
UT_StringHolder opMopcount_shop_materialpath(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
GT_API const UT_StringHolder time
constexpr SYS_FORCE_INLINE T & y() noexcept
exint opMopcount(const SOP_NodeVerb::CookParms &cookparms) const
UT_StringHolder opinstLopcount_lgroup(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
UT_StringHolder opLopcount_lgroup(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
static void saveData(std::ostream &os, UT_Vector2D v)
exint opLopcount(const SOP_NodeVerb::CookParms &cookparms) const
GLsizei const GLfloat * value
UT_StringHolder createString(const UT_Array< Vopcount > &list) const
void getNestParmValue(TempIndex idx, TempIndex instance, exint &value) const override
UT_String makeQuotedString(char delimiter='\'', bool escape_nonprinting=false) const
UT_StringHolder opMopcount_mpackedname(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
const OP_Context & context() const
static void loadData(UT_IStream &is, UT_Matrix2D &v)
bool operator!=(const Lopcount &src) const
constexpr SYS_FORCE_INLINE T & z() noexcept
UT_StringHolder opLopcount_lpackedname(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
SYS_FORCE_INLINE const char * buffer() const
GLuint GLsizei GLsizei * length
static void loadData(UT_IStream &is, UT_Matrix4D &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
An output stream object that owns its own string buffer storage.
void setNestParmValue(TempIndex idx, TempIndex instance, const fpreal &value) override
**But if you need a result
UT_StringHolder opLopcount_lightcategories(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
static PRM_DataItemHandle parseBinary(const char *type, UT_IStream &is)
const UT_WorkBuffer & str()
Returns a read-only reference to the underlying UT_WorkBuffer.
UT_StringHolder opMopcount_mgroup(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
static void loadData(UT_IStream &is, UT_Vector4D &v)
UT_StringHolder createString(const UT_Array< Lopcount > &list) const
static void loadData(UT_IStream &is, UT_Vector3I &v)
constexpr SYS_FORCE_INLINE T & x() noexcept
const char * getNestParmName(TempIndex fieldnum) const override
const UT_Array< Lopcount > & getLopcount() const
int64 opVopcount_visible2d(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
UT_StringHolder opVopcount_vpackedname(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
GLuint GLsizei const GLuint const GLintptr * offsets
UT_StringHolder opinstVopcount_vgroup(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
UT_SharedPtr< const PRM_DataItem > PRM_DataItemHandle
constexpr SYS_FORCE_INLINE T & x() noexcept
bool operator==(const BaseDimensions< T > &a, const BaseDimensions< Y > &b)
UT_StringHolder lpackedname
const UT_Array< Vopcount > & getVopcount() const
bool operator!=(const Vopcount &src) const
UT_StringHolder opinstVopcount_vpackedname(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
static void saveData(std::ostream &os, UT_Matrix4D v)
void getNestParmValue(TempIndex idx, TempIndex instance, fpreal &value) const override
static void loadData(UT_IStream &is, bool &v)
UT_StringHolder opinstLopcount_lpackedname(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
SYS_FORCE_INLINE const char * buffer() const
std::shared_ptr< T > UT_SharedPtr
Wrapper around std::shared_ptr.
constexpr SYS_FORCE_INLINE T & z() noexcept
static void saveData(std::ostream &os, UT_SharedPtr< UT_Ramp > s)
void setLopcount(const UT_Array< Lopcount > &val)
static void saveData(std::ostream &os, UT_Vector3D v)
static void loadData(UT_IStream &is, UT_Vector4I &v)
exint read(bool *array, exint sz=1)
const OP_GraphProxy * graph() const
static void loadData(UT_IStream &is, UT_StringHolder &v)
UT_StringHolder shop_materialpath
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
void copyFrom(const OP_NodeParms *src) override
UT_StringHolder opinstMopcount_mpackedname(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
UT_StringHolder opinstLopcount_lightcategories(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
virtual void evalOpParmInst(int64 &v, NodeIdx node, const char *parmname, const int *inst, const int *offsets, fpreal time, DEP_MicroNode *depnode, int nestlevel=1) const =0
static void loadData(UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
void buildFromOp(const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
static void loadData(UT_IStream &is, UT_Matrix3D &v)
const UT_Array< Mopcount > & getMopcount() const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
bool operator!=(const Mopcount &src) const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
UT_StringHolder opinstMopcount_shop_materialpath(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
static void saveData(std::ostream &os, PRM_DataItemHandle s)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
virtual void evalOpParm(int64 &v, NodeIdx node, const char *parmname, fpreal time, DEP_MicroNode *depnode) const =0
bool operator!=(const SOP_PackedEditParms &src) const
SYS_FORCE_INLINE void strcat(const char *src)
void saveBinary(std::ostream &os) const
Save string to binary stream.
void setMopcount(const UT_Array< Mopcount > &val)
GT_API const UT_StringHolder version
exint entries() const
Alias of size(). size() is preferred.
UT_StringHolder lightcategories
static void loadData(UT_IStream &is, UT_Vector3D &v)
static void loadData(UT_IStream &is, UT_Vector2I &v)
int64 opinstVopcount_visible2d(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
bool operator==(const Vopcount &src) const
static void saveData(std::ostream &os, UT_Matrix3D v)
UT_StringHolder opVopcount_vgroup(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
int int appendSprintf(const char *fmt,...) SYS_PRINTF_CHECK_ATTRIBUTE(2
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
exint getNestNumParms(TempIndex idx) const override
DEP_MicroNode * depnode() const
LeafData & operator=(const LeafData &)=delete
Utility class for containing a color ramp.
bool isParmColorRamp(exint idx) const override
constexpr SYS_FORCE_INLINE T & w() noexcept
SYS_FORCE_INLINE void append(char character)
virtual UT_StringHolder baseGetSignature() const
void doGetParmValue(TempIndex idx, TempIndex instance, T &value) const
void doSetParmValue(TempIndex idx, TempIndex instance, const T &value)
UT_StringHolder createString(const UT_Array< Mopcount > &list) const
bool operator==(const SOP_PackedEditParms &src) const
fpreal getCookTime() const
ParmType getNestParmType(TempIndex fieldnum) const override
const char * findChar(int c) const
exint opVopcount(const SOP_NodeVerb::CookParms &cookparms) const
void getNestParmValue(TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
int64 opinstVopcount_visible3d(const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
void setNestParmValue(TempIndex idx, TempIndex instance, const exint &value) override
static void loadData(UT_IStream &is, fpreal64 &v)
static void loadData(UT_IStream &is, PRM_DataItemHandle &v)
constexpr SYS_FORCE_INLINE T & y() noexcept
bool load(UT_IStream &is)
static void saveData(std::ostream &os, bool v)
virtual bool isDirect() const =0
Direct proxies mirror actual nodes:
SYS_FORCE_INLINE UT_StringHolder getToken(Viewportlod enum_value)
constexpr SYS_FORCE_INLINE T & y() noexcept
int64 opVopcount_visible3d(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
SYS_FORCE_INLINE bool isstring() const
static void saveData(std::ostream &os, UT_Matrix2D v)
int64 opVopcount_viewportlod(const SOP_NodeVerb::CookParms &cookparms, int _idx) const
void setNestParmValue(TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
SYS_FORCE_INLINE void strncpy(const char *src, exint maxlen)
GA_API const UT_StringHolder shop_materialpath
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
void save(std::ostream &os) const
constexpr SYS_FORCE_INLINE T & x() noexcept