20 using namespace UT::Literal;
23 namespace SOP_BlastEnums
45 myComputenorms =
false;
58 if (myGroup != src.myGroup)
return false;
59 if (myGrouptype != src.myGrouptype)
return false;
60 if (myComputenorms != src.myComputenorms)
return false;
61 if (myNegate != src.myNegate)
return false;
62 if (myFillhole != src.myFillhole)
return false;
63 if (myRemovegrp != src.myRemovegrp)
return false;
79 graph->
evalOpParm(myGroup, nodeidx,
"group", time, 0);
82 graph->
evalOpParm(myGrouptype, nodeidx,
"grouptype", time, 0);
83 myComputenorms =
false;
85 graph->
evalOpParm(myComputenorms, nodeidx,
"computenorms", time, 0);
88 graph->
evalOpParm(myNegate, nodeidx,
"negate", time, 0);
90 if (
true && ( (!(((
int64(getGrouptype())!=3)))) ) )
91 graph->
evalOpParm(myFillhole, nodeidx,
"fillhole", time, 0);
94 graph->
evalOpParm(myRemovegrp, nodeidx,
"removegrp", time, 0);
110 template <
typename T>
117 if (idx.
size() != instance.
size()+1)
122 coerceValue(value, myGroup);
125 coerceValue(value, myGrouptype);
128 coerceValue(value, myComputenorms);
131 coerceValue(value, myNegate);
134 coerceValue(value, myFillhole);
137 coerceValue(value, myRemovegrp);
144 { doGetParmValue(idx, instance, value); }
146 { doGetParmValue(idx, instance, value); }
148 { doGetParmValue(idx, instance, value); }
150 { doGetParmValue(idx, instance, value); }
152 { doGetParmValue(idx, instance, value); }
154 { doGetParmValue(idx, instance, value); }
156 { doGetParmValue(idx, instance, value); }
158 { doGetParmValue(idx, instance, value); }
160 { doGetParmValue(idx, instance, value); }
162 { doGetParmValue(idx, instance, value); }
164 { doGetParmValue(idx, instance, value); }
166 template <
typename T>
173 if (idx.
size() != instance.
size()+1)
178 coerceValue(myGroup, value);
181 coerceValue(myGrouptype, value);
184 coerceValue(myComputenorms, value);
187 coerceValue(myNegate, value);
190 coerceValue(myFillhole, value);
193 coerceValue(myRemovegrp, value);
200 { doSetParmValue(idx, instance, value); }
202 { doSetParmValue(idx, instance, value); }
204 { doSetParmValue(idx, instance, value); }
206 { doSetParmValue(idx, instance, value); }
208 { doSetParmValue(idx, instance, value); }
210 { doSetParmValue(idx, instance, value); }
212 { doSetParmValue(idx, instance, value); }
214 { doSetParmValue(idx, instance, value); }
216 { doSetParmValue(idx, instance, value); }
218 { doSetParmValue(idx, instance, value); }
220 { doSetParmValue(idx, instance, value); }
236 if (fieldnum.
size() < 1)
245 return "computenorms";
259 if (fieldnum.
size() < 1)
260 return PARM_UNSUPPORTED;
277 return PARM_UNSUPPORTED;
313 loadData(is, rampdata);
331 int typelen = colon - data.
buffer();
345 {
int64 iv =
v; UTwrite(os, &iv); }
347 { UTwrite<fpreal64>(os, &
v); }
349 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y()); }
351 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
352 UTwrite<fpreal64>(os, &v.
z()); }
354 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
355 UTwrite<fpreal64>(os, &v.
z()); UTwrite<fpreal64>(os, &v.
w()); }
367 if (s) s->save(ostr);
369 saveData(os, result);
376 ostr << s->getDataTypeToken();
381 saveData(os, result);
385 void save(std::ostream &os)
const
389 saveData(os, myGroup);
390 saveData(os, myGrouptype);
391 saveData(os, myComputenorms);
392 saveData(os, myNegate);
393 saveData(os, myFillhole);
394 saveData(os, myRemovegrp);
407 loadData(is, myGroup);
408 loadData(is, myGrouptype);
409 loadData(is, myComputenorms);
410 loadData(is, myNegate);
411 loadData(is, myFillhole);
412 loadData(is, myRemovegrp);
422 if (!thissop)
return getGroup();
424 OP_Utils::evalOpParm(result, thissop,
"group", cookparms.
getCookTime(), 0);
432 if (!thissop)
return getGrouptype();
434 OP_Utils::evalOpParm(result, thissop,
"grouptype", cookparms.
getCookTime(), 0);
442 if (!thissop)
return getComputenorms();
444 OP_Utils::evalOpParm(result, thissop,
"computenorms", cookparms.
getCookTime(), 0);
452 if (!thissop)
return getNegate();
454 OP_Utils::evalOpParm(result, thissop,
"negate", cookparms.
getCookTime(), 0);
462 if (!thissop)
return getFillhole();
464 OP_Utils::evalOpParm(result, thissop,
"fillhole", cookparms.
getCookTime(), 0);
472 if (!thissop)
return getRemovegrp();
474 OP_Utils::evalOpParm(result, thissop,
"removegrp", cookparms.
getCookTime(), 0);
static void loadData(UT_IStream &is, UT_Vector2D &v)
~SOP_BlastParms() override
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
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)
GLuint const GLfloat * val
void save(std::ostream &os) const
void setComputenorms(bool val)
exint getNestNumParms(TempIndex idx) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
SYS_FORCE_INLINE const char * buffer() const
const SOP_GraphProxy * graph() 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 buildFromOp(const SOP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
void setRemovegrp(bool val)
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)
static void saveData(std::ostream &os, int64 v)
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.
GLint GLenum GLsizei GLint GLsizei const void * data
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
static void saveData(std::ostream &os, UT_StringHolder s)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
void copyFrom(const SOP_NodeParms *src) 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)
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
void saveBinary(std::ostream &os) const
Save string to binary stream.
void doGetParmValue(TempIndex idx, TempIndex instance, T &value) const
static void loadData(UT_IStream &is, UT_Vector4D &v)
GT_API const UT_StringHolder version
DEP_MicroNode * depnode() const
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 setFillhole(bool val)
bool operator==(const SOP_BlastParms &src) const
static void loadData(UT_IStream &is, fpreal64 &v)
Utility class for containing a color ramp.
GLdouble GLdouble GLdouble r
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
virtual void evalOpParm(int64 &v, NodeIdx node, const char *parmname, fpreal time, DEP_MicroNode *depnode) const =0
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)
static void loadData(UT_IStream &is, UT_Vector4I &v)
GLsizei const GLfloat * value
static void saveData(std::ostream &os, PRM_DataItemHandle s)
static void loadData(UT_IStream &is, UT_Matrix2D &v)
const OP_Context & context() const
UT_SharedPtr< const PRM_DataItem > PRM_DataItemHandle
static void saveData(std::ostream &os, UT_Matrix4D v)
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