23 namespace SOP_VolumeFromAttribEnums
40 using namespace UT::Literal;
68 myDisableonmissing =
false;
71 myUsemaxextrapolate =
true;
73 myUsemaxextrapolatedist =
false;
74 myMaxextrapolatedist = 0;
77 myCalculationtype = 0;
80 myScalebyvolume =
false;
97 if (myGroup != src.myGroup)
return false;
98 if (myPointgrp != src.myPointgrp)
return false;
99 if (myUseattrib != src.myUseattrib)
return false;
100 if (myAttrib != src.myAttrib)
return false;
101 if (myDisableonmissing != src.myDisableonmissing)
return false;
102 if (myAccumulate != src.myAccumulate)
return false;
103 if (myExtrapolate != src.myExtrapolate)
return false;
104 if (myUsemaxextrapolate != src.myUsemaxextrapolate)
return false;
105 if (myMaxextrapolate != src.myMaxextrapolate)
return false;
106 if (myUsemaxextrapolatedist != src.myUsemaxextrapolatedist)
return false;
107 if (myMaxextrapolatedist != src.myMaxextrapolatedist)
return false;
108 if (myThreshold != src.myThreshold)
return false;
109 if (myBandwidth != src.myBandwidth)
return false;
110 if (myCalculationtype != src.myCalculationtype)
return false;
111 if (myDstpreadd != src.myDstpreadd)
return false;
112 if (myDstpremul != src.myDstpremul)
return false;
113 if (myScalebyvolume != src.myScalebyvolume)
return false;
114 if (mySrcpreadd != src.mySrcpreadd)
return false;
115 if (mySrcpremul != src.mySrcpremul)
return false;
116 if (myPostadd != src.myPostadd)
return false;
117 if (myPostmul != src.myPostmul)
return false;
133 graph->
evalOpParm(myGroup, nodeidx,
"group", time, 0);
134 myPointgrp =
""_UTsh;
136 graph->
evalOpParm(myPointgrp, nodeidx,
"pointgrp", time, 0);
139 graph->
evalOpParm(myUseattrib, nodeidx,
"useattrib", time, 0);
141 if (
true && ( (
true&&!(((getUseattrib()==0)))) ) )
142 graph->
evalOpParm(myAttrib, nodeidx,
"attrib", time, 0);
143 myDisableonmissing =
false;
144 if (
true && ( (
true&&!(((getUseattrib()==0)))) ) )
145 graph->
evalOpParm(myDisableonmissing, nodeidx,
"disableonmissing", time, 0);
146 myAccumulate =
false;
148 graph->
evalOpParm(myAccumulate, nodeidx,
"accumulate", time, 0);
149 myExtrapolate =
true;
150 if (
true && ( (
true&&!(((getAccumulate()==1)))) ) )
151 graph->
evalOpParm(myExtrapolate, nodeidx,
"extrapolate", time, 0);
152 myUsemaxextrapolate =
true;
153 if (
true && ( (
true&&!(((getAccumulate()==1))||((getExtrapolate()==0)))) ) )
154 graph->
evalOpParm(myUsemaxextrapolate, nodeidx,
"usemaxextrapolate", time, 0);
155 myMaxextrapolate = 2;
156 if (
true && ( (
true&&!(((getAccumulate()==1))||((getExtrapolate()==0))||((getUsemaxextrapolate()==0)))) ) )
157 graph->
evalOpParm(myMaxextrapolate, nodeidx,
"maxextrapolate", time, 0);
158 myUsemaxextrapolatedist =
false;
159 if (
true && ( (
true&&!(((getAccumulate()==1))||((getExtrapolate()==0)))) ) )
160 graph->
evalOpParm(myUsemaxextrapolatedist, nodeidx,
"usemaxextrapolatedist", time, 0);
161 myMaxextrapolatedist = 0;
162 if (
true && ( (
true&&!(((getAccumulate()==1))||((getExtrapolate()==0))||((getUsemaxextrapolatedist()==0)))) ) )
163 graph->
evalOpParm(myMaxextrapolatedist, nodeidx,
"maxextrapolatedist", time, 0);
165 if (
true && ( (
true&&!(((getAccumulate()==1))||((getExtrapolate()==1)))) ) )
166 graph->
evalOpParm(myThreshold, nodeidx,
"threshold", time, 0);
168 if (
true && ( (
true&&!(((getAccumulate()==1))||((getExtrapolate()==1)))) ) )
169 graph->
evalOpParm(myBandwidth, nodeidx,
"bandwidth", time, 0);
170 myCalculationtype = 0;
172 graph->
evalOpParm(myCalculationtype, nodeidx,
"calculationtype", time, 0);
175 graph->
evalOpParm(myDstpreadd, nodeidx,
"dstpreadd", time, 0);
178 graph->
evalOpParm(myDstpremul, nodeidx,
"dstpremul", time, 0);
179 myScalebyvolume =
false;
181 graph->
evalOpParm(myScalebyvolume, nodeidx,
"scalebyvolume", time, 0);
184 graph->
evalOpParm(mySrcpreadd, nodeidx,
"srcpreadd", time, 0);
187 graph->
evalOpParm(mySrcpremul, nodeidx,
"srcpremul", time, 0);
190 graph->
evalOpParm(myPostadd, nodeidx,
"postadd", time, 0);
193 graph->
evalOpParm(myPostmul, nodeidx,
"postmul", time, 0);
209 template <
typename T>
216 if (idx.
size() != instance.
size()+1)
221 coerceValue(value, myGroup);
224 coerceValue(value, myPointgrp);
227 coerceValue(value, myUseattrib);
230 coerceValue(value, myAttrib);
233 coerceValue(value, myDisableonmissing);
236 coerceValue(value, myAccumulate);
239 coerceValue(value, myExtrapolate);
242 coerceValue(value, myUsemaxextrapolate);
245 coerceValue(value, myMaxextrapolate);
248 coerceValue(value, myUsemaxextrapolatedist);
251 coerceValue(value, myMaxextrapolatedist);
254 coerceValue(value, myThreshold);
257 coerceValue(value, myBandwidth);
260 coerceValue(value, myCalculationtype);
263 coerceValue(value, myDstpreadd);
266 coerceValue(value, myDstpremul);
269 coerceValue(value, myScalebyvolume);
272 coerceValue(value, mySrcpreadd);
275 coerceValue(value, mySrcpremul);
278 coerceValue(value, myPostadd);
281 coerceValue(value, myPostmul);
297 { doGetParmValue(idx, instance, value); }
299 { doGetParmValue(idx, instance, value); }
301 { doGetParmValue(idx, instance, value); }
303 { doGetParmValue(idx, instance, value); }
305 { doGetParmValue(idx, instance, value); }
307 { doGetParmValue(idx, instance, value); }
309 { doGetParmValue(idx, instance, value); }
311 { doGetParmValue(idx, instance, value); }
313 { doGetParmValue(idx, instance, value); }
315 { doGetParmValue(idx, instance, value); }
317 { doGetParmValue(idx, instance, value); }
319 template <
typename T>
326 if (idx.
size() != instance.
size()+1)
331 coerceValue(myGroup, ( ( value ) ));
334 coerceValue(myPointgrp, ( ( value ) ));
337 coerceValue(myUseattrib, ( ( value ) ));
340 coerceValue(myAttrib, ( ( value ) ));
343 coerceValue(myDisableonmissing, ( ( value ) ));
346 coerceValue(myAccumulate, ( ( value ) ));
349 coerceValue(myExtrapolate, ( ( value ) ));
352 coerceValue(myUsemaxextrapolate, ( ( value ) ));
355 coerceValue(myMaxextrapolate, ( ( value ) ));
358 coerceValue(myUsemaxextrapolatedist, ( ( value ) ));
361 coerceValue(myMaxextrapolatedist, ( ( value ) ));
364 coerceValue(myThreshold, ( ( value ) ));
367 coerceValue(myBandwidth, ( ( value ) ));
370 coerceValue(myCalculationtype, clampMinValue(0, clampMaxValue(7, value ) ));
373 coerceValue(myDstpreadd, ( ( value ) ));
376 coerceValue(myDstpremul, ( ( value ) ));
379 coerceValue(myScalebyvolume, ( ( value ) ));
382 coerceValue(mySrcpreadd, ( ( value ) ));
385 coerceValue(mySrcpremul, ( ( value ) ));
388 coerceValue(myPostadd, ( ( value ) ));
391 coerceValue(myPostmul, ( ( value ) ));
398 { doSetParmValue(idx, instance, value); }
400 { doSetParmValue(idx, instance, value); }
402 { doSetParmValue(idx, instance, value); }
404 { doSetParmValue(idx, instance, value); }
406 { doSetParmValue(idx, instance, value); }
408 { doSetParmValue(idx, instance, value); }
410 { doSetParmValue(idx, instance, value); }
412 { doSetParmValue(idx, instance, value); }
414 { doSetParmValue(idx, instance, value); }
416 { doSetParmValue(idx, instance, value); }
418 { doSetParmValue(idx, instance, value); }
434 if (fieldnum.
size() < 1)
447 return "disableonmissing";
451 return "extrapolate";
453 return "usemaxextrapolate";
455 return "maxextrapolate";
457 return "usemaxextrapolatedist";
459 return "maxextrapolatedist";
465 return "calculationtype";
471 return "scalebyvolume";
487 if (fieldnum.
size() < 1)
488 return PARM_UNSUPPORTED;
535 return PARM_UNSUPPORTED;
571 loadData(is, rampdata);
589 int typelen = colon - data.
buffer();
603 {
int64 iv =
v; UTwrite(os, &iv); }
605 { UTwrite<fpreal64>(os, &
v); }
607 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y()); }
609 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
610 UTwrite<fpreal64>(os, &v.
z()); }
612 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
613 UTwrite<fpreal64>(os, &v.
z()); UTwrite<fpreal64>(os, &v.
w()); }
625 if (s) s->save(ostr);
627 saveData(os, result);
634 ostr << s->getDataTypeToken();
639 saveData(os, result);
643 void save(std::ostream &os)
const
647 saveData(os, myGroup);
648 saveData(os, myPointgrp);
649 saveData(os, myUseattrib);
650 saveData(os, myAttrib);
651 saveData(os, myDisableonmissing);
652 saveData(os, myAccumulate);
653 saveData(os, myExtrapolate);
654 saveData(os, myUsemaxextrapolate);
655 saveData(os, myMaxextrapolate);
656 saveData(os, myUsemaxextrapolatedist);
657 saveData(os, myMaxextrapolatedist);
658 saveData(os, myThreshold);
659 saveData(os, myBandwidth);
660 saveData(os, myCalculationtype);
661 saveData(os, myDstpreadd);
662 saveData(os, myDstpremul);
663 saveData(os, myScalebyvolume);
664 saveData(os, mySrcpreadd);
665 saveData(os, mySrcpremul);
666 saveData(os, myPostadd);
667 saveData(os, myPostmul);
680 loadData(is, myGroup);
681 loadData(is, myPointgrp);
682 loadData(is, myUseattrib);
683 loadData(is, myAttrib);
684 loadData(is, myDisableonmissing);
685 loadData(is, myAccumulate);
686 loadData(is, myExtrapolate);
687 loadData(is, myUsemaxextrapolate);
688 loadData(is, myMaxextrapolate);
689 loadData(is, myUsemaxextrapolatedist);
690 loadData(is, myMaxextrapolatedist);
691 loadData(is, myThreshold);
692 loadData(is, myBandwidth);
693 loadData(is, myCalculationtype);
694 loadData(is, myDstpreadd);
695 loadData(is, myDstpremul);
696 loadData(is, myScalebyvolume);
697 loadData(is, mySrcpreadd);
698 loadData(is, mySrcpremul);
699 loadData(is, myPostadd);
700 loadData(is, myPostmul);
710 if (!thissop)
return getGroup();
712 OP_Utils::evalOpParm(result, thissop,
"group", cookparms.
getCookTime(), 0);
720 if (!thissop)
return getPointgrp();
722 OP_Utils::evalOpParm(result, thissop,
"pointgrp", cookparms.
getCookTime(), 0);
730 if (!thissop)
return getUseattrib();
732 OP_Utils::evalOpParm(result, thissop,
"useattrib", cookparms.
getCookTime(), 0);
740 if (!thissop)
return getAttrib();
742 OP_Utils::evalOpParm(result, thissop,
"attrib", cookparms.
getCookTime(), 0);
750 if (!thissop)
return getDisableonmissing();
752 OP_Utils::evalOpParm(result, thissop,
"disableonmissing", cookparms.
getCookTime(), 0);
760 if (!thissop)
return getAccumulate();
762 OP_Utils::evalOpParm(result, thissop,
"accumulate", cookparms.
getCookTime(), 0);
770 if (!thissop)
return getExtrapolate();
772 OP_Utils::evalOpParm(result, thissop,
"extrapolate", cookparms.
getCookTime(), 0);
780 if (!thissop)
return getUsemaxextrapolate();
782 OP_Utils::evalOpParm(result, thissop,
"usemaxextrapolate", cookparms.
getCookTime(), 0);
790 if (!thissop)
return getMaxextrapolate();
792 OP_Utils::evalOpParm(result, thissop,
"maxextrapolate", cookparms.
getCookTime(), 0);
800 if (!thissop)
return getUsemaxextrapolatedist();
802 OP_Utils::evalOpParm(result, thissop,
"usemaxextrapolatedist", cookparms.
getCookTime(), 0);
810 if (!thissop)
return getMaxextrapolatedist();
812 OP_Utils::evalOpParm(result, thissop,
"maxextrapolatedist", cookparms.
getCookTime(), 0);
820 if (!thissop)
return getThreshold();
822 OP_Utils::evalOpParm(result, thissop,
"threshold", cookparms.
getCookTime(), 0);
830 if (!thissop)
return getBandwidth();
832 OP_Utils::evalOpParm(result, thissop,
"bandwidth", cookparms.
getCookTime(), 0);
840 if (!thissop)
return getCalculationtype();
842 OP_Utils::evalOpParm(result, thissop,
"calculationtype", cookparms.
getCookTime(), 0);
850 if (!thissop)
return getDstpreadd();
852 OP_Utils::evalOpParm(result, thissop,
"dstpreadd", cookparms.
getCookTime(), 0);
860 if (!thissop)
return getDstpremul();
862 OP_Utils::evalOpParm(result, thissop,
"dstpremul", cookparms.
getCookTime(), 0);
870 if (!thissop)
return getScalebyvolume();
872 OP_Utils::evalOpParm(result, thissop,
"scalebyvolume", cookparms.
getCookTime(), 0);
880 if (!thissop)
return getSrcpreadd();
882 OP_Utils::evalOpParm(result, thissop,
"srcpreadd", cookparms.
getCookTime(), 0);
890 if (!thissop)
return getSrcpremul();
892 OP_Utils::evalOpParm(result, thissop,
"srcpremul", cookparms.
getCookTime(), 0);
900 if (!thissop)
return getPostadd();
902 OP_Utils::evalOpParm(result, thissop,
"postadd", cookparms.
getCookTime(), 0);
910 if (!thissop)
return getPostmul();
912 OP_Utils::evalOpParm(result, thissop,
"postmul", cookparms.
getCookTime(), 0);
921 bool myDisableonmissing;
924 bool myUsemaxextrapolate;
926 bool myUsemaxextrapolatedist;
930 int64 myCalculationtype;
933 bool myScalebyvolume;
bool getUsemaxextrapolate() const
fpreal64 getMaxextrapolatedist() const
fpreal64 getBandwidth() const
static void loadData(UT_IStream &is, UT_Matrix3D &v)
static void saveData(std::ostream &os, int64 v)
const UT_StringHolder & getPointgrp() const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
SOP_Node * getNode() const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
fpreal64 opMaxextrapolatedist(const SOP_NodeVerb::CookParms &cookparms) const
static void saveData(std::ostream &os, UT_Matrix3D v)
void setMaxextrapolatedist(fpreal64 val)
void setBandwidth(fpreal64 val)
fpreal64 getDstpreadd() const
static void loadData(UT_IStream &is, bool &v)
fpreal64 getPostmul() const
bool getAccumulate() const
exint bread(int32 *buffer, exint asize=1)
GT_API const UT_StringHolder time
constexpr SYS_FORCE_INLINE T & y() noexcept
void getNestParmValue(TempIndex idx, TempIndex instance, exint &value) const override
void setCalculationtype(Calculationtype val)
void setSrcpreadd(fpreal64 val)
static void loadData(UT_IStream &is, UT_Vector3D &v)
const UT_StringHolder & getGroup() const
UT_StringHolder opGroup(const SOP_NodeVerb::CookParms &cookparms) const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
const OP_Context & context() const
bool getScalebyvolume() const
constexpr SYS_FORCE_INLINE T & z() noexcept
void getNestParmValue(TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
SYS_FORCE_INLINE const char * buffer() const
bool opDisableonmissing(const SOP_NodeVerb::CookParms &cookparms) const
An output stream object that owns its own string buffer storage.
void doGetParmValue(TempIndex idx, TempIndex instance, T &value) const
**But if you need a result
const UT_StringHolder & getAttrib() const
void setPointgrp(const UT_StringHolder &val)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
static PRM_DataItemHandle parseBinary(const char *type, UT_IStream &is)
const UT_WorkBuffer & str()
Returns a read-only reference to the underlying UT_WorkBuffer.
static void loadData(UT_IStream &is, UT_Vector3I &v)
ParmType getNestParmType(TempIndex fieldnum) const override
void setGroup(const UT_StringHolder &val)
const char * getNestParmName(TempIndex fieldnum) const override
constexpr SYS_FORCE_INLINE T & x() noexcept
bool load(UT_IStream &is)
static void loadData(UT_IStream &is, UT_Vector2I &v)
bool operator==(const SOP_VolumeFromAttribParms &src) const
void loadFromOpSubclass(const LoadParms &loadparms) override
constexpr SYS_FORCE_INLINE T & x() noexcept
bool opScalebyvolume(const SOP_NodeVerb::CookParms &cookparms) const
fpreal64 opBandwidth(const SOP_NodeVerb::CookParms &cookparms) const
bool operator==(const BaseDimensions< T > &a, const BaseDimensions< Y > &b)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
SYS_FORCE_INLINE UT_StringHolder getToken(Calculationtype enum_value)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
UT_StringHolder opPointgrp(const SOP_NodeVerb::CookParms &cookparms) const
void setUsemaxextrapolate(bool val)
void setDstpremul(fpreal64 val)
bool getUseattrib() const
void setPostadd(fpreal64 val)
static void saveData(std::ostream &os, PRM_DataItemHandle s)
bool isParmColorRamp(exint idx) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
Calculationtype getCalculationtype() const
static void loadData(UT_IStream &is, UT_Matrix4D &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
void setUsemaxextrapolatedist(bool val)
fpreal64 getSrcpreadd() const
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
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
void getNestParmValue(TempIndex idx, TempIndex instance, fpreal &value) const override
static void loadData(UT_IStream &is, fpreal64 &v)
fpreal64 opSrcpremul(const SOP_NodeVerb::CookParms &cookparms) const
const OP_GraphProxy * graph() const
bool opUsemaxextrapolatedist(const SOP_NodeVerb::CookParms &cookparms) const
void setUseattrib(bool val)
bool opUseattrib(const SOP_NodeVerb::CookParms &cookparms) const
void setDisableonmissing(bool val)
static void saveData(std::ostream &os, UT_Vector4D v)
void setExtrapolate(bool val)
void setDstpreadd(fpreal64 val)
bool getDisableonmissing() const
bool opExtrapolate(const SOP_NodeVerb::CookParms &cookparms) const
static void saveData(std::ostream &os, UT_Matrix4D v)
void copyFrom(const OP_NodeParms *src) override
static void loadData(UT_IStream &is, PRM_DataItemHandle &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
virtual void evalOpParm(int64 &v, NodeIdx node, const char *parmname, fpreal time, DEP_MicroNode *depnode) const =0
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
void setScalebyvolume(bool val)
Calculationtype opCalculationtype(const SOP_NodeVerb::CookParms &cookparms) const
void saveBinary(std::ostream &os) const
Save string to binary stream.
bool getExtrapolate() const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
void save(std::ostream &os) const
static void loadData(UT_IStream &is, int64 &v)
static void saveData(std::ostream &os, UT_Matrix2D v)
GT_API const UT_StringHolder version
void setSrcpremul(fpreal64 val)
fpreal64 opPostadd(const SOP_NodeVerb::CookParms &cookparms) const
fpreal64 opDstpremul(const SOP_NodeVerb::CookParms &cookparms) const
void setMaxextrapolate(fpreal64 val)
static void saveData(std::ostream &os, fpreal64 v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
fpreal64 opMaxextrapolate(const SOP_NodeVerb::CookParms &cookparms) const
fpreal64 opDstpreadd(const SOP_NodeVerb::CookParms &cookparms) const
bool operator!=(const SOP_VolumeFromAttribParms &src) const
static void loadData(UT_IStream &is, UT_Vector4D &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const fpreal &value) override
static void loadData(UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
fpreal64 opThreshold(const SOP_NodeVerb::CookParms &cookparms) const
DEP_MicroNode * depnode() const
LeafData & operator=(const LeafData &)=delete
Utility class for containing a color ramp.
SOP_VolumeFromAttribParms()
void setThreshold(fpreal64 val)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
constexpr SYS_FORCE_INLINE T & w() noexcept
fpreal64 getDstpremul() const
static void saveData(std::ostream &os, UT_Vector3D v)
void setAttrib(const UT_StringHolder &val)
fpreal64 getPostadd() const
fpreal64 opSrcpreadd(const SOP_NodeVerb::CookParms &cookparms) const
static void loadData(UT_IStream &is, UT_Vector2D &v)
fpreal64 getSrcpremul() const
fpreal getCookTime() const
UT_StringHolder opAttrib(const SOP_NodeVerb::CookParms &cookparms) const
void buildFromOp(const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
const char * findChar(int c) const
bool opUsemaxextrapolate(const SOP_NodeVerb::CookParms &cookparms) const
static void loadData(UT_IStream &is, UT_Matrix2D &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
bool getUsemaxextrapolatedist() const
static void saveData(std::ostream &os, UT_StringHolder s)
fpreal64 getThreshold() const
constexpr SYS_FORCE_INLINE T & y() noexcept
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
fpreal64 opPostmul(const SOP_NodeVerb::CookParms &cookparms) const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
void setAccumulate(bool val)
void setNestParmValue(TempIndex idx, TempIndex instance, const exint &value) override
bool opAccumulate(const SOP_NodeVerb::CookParms &cookparms) const
static void saveData(std::ostream &os, bool v)
void setPostmul(fpreal64 val)
exint getNestNumParms(TempIndex idx) const override
static void saveData(std::ostream &os, UT_Vector2D v)
static void loadData(UT_IStream &is, UT_Vector4I &v)
UT_SharedPtr< const PRM_DataItem > PRM_DataItemHandle
static void loadData(UT_IStream &is, UT_StringHolder &v)
static void saveData(std::ostream &os, UT_SharedPtr< UT_Ramp > s)
constexpr SYS_FORCE_INLINE T & y() noexcept
SYS_FORCE_INLINE bool isstring() const
void doSetParmValue(TempIndex idx, TempIndex instance, const T &value)
SYS_FORCE_INLINE void strncpy(const char *src, exint maxlen)
fpreal64 getMaxextrapolate() const
constexpr SYS_FORCE_INLINE T & x() noexcept