23 namespace SOP_BlastEnums
37 using namespace UT::Literal;
60 myComputenorms =
false;
76 if (myGroup != src.myGroup)
return false;
77 if (myGrouptype != src.myGrouptype)
return false;
78 if (myComputenorms != src.myComputenorms)
return false;
79 if (myNegate != src.myNegate)
return false;
80 if (myFillhole != src.myFillhole)
return false;
81 if (myRemovegrp != src.myRemovegrp)
return false;
97 graph->
evalOpParm(myGroup, nodeidx,
"group", time, 0);
100 graph->
evalOpParm(myGrouptype, nodeidx,
"grouptype", time, 0);
101 myComputenorms =
false;
103 graph->
evalOpParm(myComputenorms, nodeidx,
"computenorms", time, 0);
106 graph->
evalOpParm(myNegate, nodeidx,
"negate", time, 0);
108 if (
true && ( (
true&&!(((
int64(getGrouptype())!=3)))) ) )
109 graph->
evalOpParm(myFillhole, nodeidx,
"fillhole", time, 0);
112 graph->
evalOpParm(myRemovegrp, nodeidx,
"removegrp", time, 0);
128 template <
typename T>
135 if (idx.
size() != instance.
size()+1)
140 coerceValue(value, myGroup);
143 coerceValue(value, myGrouptype);
146 coerceValue(value, myComputenorms);
149 coerceValue(value, myNegate);
152 coerceValue(value, myFillhole);
155 coerceValue(value, myRemovegrp);
171 { doGetParmValue(idx, instance, value); }
173 { doGetParmValue(idx, instance, value); }
175 { doGetParmValue(idx, instance, value); }
177 { doGetParmValue(idx, instance, value); }
179 { doGetParmValue(idx, instance, value); }
181 { doGetParmValue(idx, instance, value); }
183 { doGetParmValue(idx, instance, value); }
185 { doGetParmValue(idx, instance, value); }
187 { doGetParmValue(idx, instance, value); }
189 { doGetParmValue(idx, instance, value); }
191 { doGetParmValue(idx, instance, value); }
193 template <
typename T>
200 if (idx.
size() != instance.
size()+1)
205 coerceValue(myGroup, ( ( value ) ));
208 coerceValue(myGrouptype, clampMinValue(0, clampMaxValue(4, value ) ));
211 coerceValue(myComputenorms, ( ( value ) ));
214 coerceValue(myNegate, ( ( value ) ));
217 coerceValue(myFillhole, ( ( value ) ));
220 coerceValue(myRemovegrp, ( ( value ) ));
227 { doSetParmValue(idx, instance, value); }
229 { doSetParmValue(idx, instance, value); }
231 { doSetParmValue(idx, instance, value); }
233 { doSetParmValue(idx, instance, value); }
235 { doSetParmValue(idx, instance, value); }
237 { doSetParmValue(idx, instance, value); }
239 { doSetParmValue(idx, instance, value); }
241 { doSetParmValue(idx, instance, value); }
243 { doSetParmValue(idx, instance, value); }
245 { doSetParmValue(idx, instance, value); }
247 { doSetParmValue(idx, instance, value); }
263 if (fieldnum.
size() < 1)
272 return "computenorms";
286 if (fieldnum.
size() < 1)
287 return PARM_UNSUPPORTED;
304 return PARM_UNSUPPORTED;
340 loadData(is, rampdata);
358 int typelen = colon - data.
buffer();
372 {
int64 iv =
v; UTwrite(os, &iv); }
374 { UTwrite<fpreal64>(os, &
v); }
376 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y()); }
378 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
379 UTwrite<fpreal64>(os, &v.
z()); }
381 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
382 UTwrite<fpreal64>(os, &v.
z()); UTwrite<fpreal64>(os, &v.
w()); }
394 if (s) s->save(ostr);
396 saveData(os, result);
403 ostr << s->getDataTypeToken();
408 saveData(os, result);
412 void save(std::ostream &os)
const
416 saveData(os, myGroup);
417 saveData(os, myGrouptype);
418 saveData(os, myComputenorms);
419 saveData(os, myNegate);
420 saveData(os, myFillhole);
421 saveData(os, myRemovegrp);
434 loadData(is, myGroup);
435 loadData(is, myGrouptype);
436 loadData(is, myComputenorms);
437 loadData(is, myNegate);
438 loadData(is, myFillhole);
439 loadData(is, myRemovegrp);
449 if (!thissop)
return getGroup();
451 OP_Utils::evalOpParm(result, thissop,
"group", cookparms.
getCookTime(), 0);
459 if (!thissop)
return getGrouptype();
461 OP_Utils::evalOpParm(result, thissop,
"grouptype", cookparms.
getCookTime(), 0);
469 if (!thissop)
return getComputenorms();
471 OP_Utils::evalOpParm(result, thissop,
"computenorms", cookparms.
getCookTime(), 0);
479 if (!thissop)
return getNegate();
481 OP_Utils::evalOpParm(result, thissop,
"negate", cookparms.
getCookTime(), 0);
489 if (!thissop)
return getFillhole();
491 OP_Utils::evalOpParm(result, thissop,
"fillhole", cookparms.
getCookTime(), 0);
499 if (!thissop)
return getRemovegrp();
501 OP_Utils::evalOpParm(result, thissop,
"removegrp", cookparms.
getCookTime(), 0);
static void loadData(UT_IStream &is, UT_Vector2D &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
void setGroup(const UT_StringHolder &val)
SOP_Node * getNode() const
static void loadData(UT_IStream &is, PRM_DataItemHandle &v)
void setGrouptype(Grouptype val)
UT_StringHolder opGroup(const SOP_NodeVerb::CookParms &cookparms) const
static void loadData(UT_IStream &is, UT_Matrix4D &v)
Grouptype opGrouptype(const SOP_NodeVerb::CookParms &cookparms) const
static void loadData(UT_IStream &is, bool &v)
exint bread(int32 *buffer, exint asize=1)
GT_API const UT_StringHolder time
constexpr SYS_FORCE_INLINE T & y() noexcept
ParmType getNestParmType(TempIndex fieldnum) const override
static void loadData(UT_IStream &is, UT_Vector3I &v)
Grouptype getGrouptype() const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
static void loadData(UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
void save(std::ostream &os) const
void setComputenorms(bool val)
const OP_Context & context() const
exint getNestNumParms(TempIndex idx) const override
constexpr SYS_FORCE_INLINE T & z() noexcept
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
SYS_FORCE_INLINE const char * buffer() const
void setNestParmValue(TempIndex idx, TempIndex instance, const exint &value) override
bool opNegate(const SOP_NodeVerb::CookParms &cookparms) const
An output stream object that owns its own string buffer storage.
void setRemovegrp(bool val)
**But if you need a result
bool getRemovegrp() const
static void loadData(UT_IStream &is, UT_Matrix3D &v)
void getNestParmValue(TempIndex idx, TempIndex instance, exint &value) const override
static void saveData(std::ostream &os, UT_SharedPtr< UT_Ramp > s)
static PRM_DataItemHandle parseBinary(const char *type, UT_IStream &is)
const UT_WorkBuffer & str()
Returns a read-only reference to the underlying UT_WorkBuffer.
const char * getNestParmName(TempIndex fieldnum) const override
static void loadData(UT_IStream &is, int64 &v)
constexpr SYS_FORCE_INLINE T & x() noexcept
static void saveData(std::ostream &os, int64 v)
constexpr SYS_FORCE_INLINE T & x() noexcept
static void saveData(std::ostream &os, UT_Matrix2D v)
bool operator!=(const SOP_BlastParms &src) const
bool operator==(const BaseDimensions< T > &a, const BaseDimensions< Y > &b)
static void saveData(std::ostream &os, UT_Vector2D v)
void getNestParmValue(TempIndex idx, TempIndex instance, fpreal &value) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
static void saveData(std::ostream &os, UT_Vector3D v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
static void saveData(std::ostream &os, UT_Vector4D v)
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 doSetParmValue(TempIndex idx, TempIndex instance, const T &value)
static void saveData(std::ostream &os, bool v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
const OP_GraphProxy * graph() const
static void saveData(std::ostream &os, UT_StringHolder s)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
void setNestParmValue(TempIndex idx, TempIndex instance, const fpreal &value) override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
static void loadData(UT_IStream &is, UT_Vector2I &v)
void buildFromOp(const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
bool load(UT_IStream &is)
void loadFromOpSubclass(const LoadParms &loadparms) override
static void loadData(UT_IStream &is, UT_StringHolder &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
virtual void evalOpParm(int64 &v, NodeIdx node, const char *parmname, fpreal time, DEP_MicroNode *depnode) const =0
void saveBinary(std::ostream &os) const
Save string to binary stream.
SYS_FORCE_INLINE UT_StringHolder getToken(Grouptype enum_value)
void doGetParmValue(TempIndex idx, TempIndex instance, T &value) const
static void loadData(UT_IStream &is, UT_Vector4D &v)
GT_API const UT_StringHolder version
const UT_StringHolder & getGroup() const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
bool opRemovegrp(const SOP_NodeVerb::CookParms &cookparms) const
void copyFrom(const OP_NodeParms *src) override
void setFillhole(bool val)
bool operator==(const SOP_BlastParms &src) const
DEP_MicroNode * depnode() const
static void loadData(UT_IStream &is, fpreal64 &v)
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
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
bool opFillhole(const SOP_NodeVerb::CookParms &cookparms) const
fpreal getCookTime() const
const char * findChar(int c) const
static void saveData(std::ostream &os, fpreal64 v)
void getNestParmValue(TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
static void saveData(std::ostream &os, UT_Matrix3D v)
static void loadData(UT_IStream &is, UT_Vector3D &v)
constexpr SYS_FORCE_INLINE T & y() noexcept
static void loadData(UT_IStream &is, UT_Vector4I &v)
static void saveData(std::ostream &os, PRM_DataItemHandle s)
static void loadData(UT_IStream &is, UT_Matrix2D &v)
UT_SharedPtr< const PRM_DataItem > PRM_DataItemHandle
static void saveData(std::ostream &os, UT_Matrix4D v)
constexpr SYS_FORCE_INLINE T & y() noexcept
bool opComputenorms(const SOP_NodeVerb::CookParms &cookparms) const
bool getComputenorms() const
void setNestParmValue(TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
SYS_FORCE_INLINE bool isstring() const
SYS_FORCE_INLINE void strncpy(const char *src, exint maxlen)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
constexpr SYS_FORCE_INLINE T & x() noexcept