20 using namespace UT::Literal;
23 namespace SOP_VolumeConvolve3Enums
58 if (myGroup != src.myGroup)
return false;
59 if (myConvolveZM != src.myConvolveZM)
return false;
60 if (myConvolveZZ != src.myConvolveZZ)
return false;
61 if (myConvolveZP != src.myConvolveZP)
return false;
62 if (myNormalize != src.myNormalize)
return false;
63 if (myOperation != src.myOperation)
return false;
79 graph->
evalOpParm(myGroup, nodeidx,
"group", time, 0);
82 graph->
evalOpParm(myConvolveZM, nodeidx,
"convolvezm", time, 0);
85 graph->
evalOpParm(myConvolveZZ, nodeidx,
"convolvezz", time, 0);
88 graph->
evalOpParm(myConvolveZP, nodeidx,
"convolvezp", time, 0);
91 graph->
evalOpParm(myNormalize, nodeidx,
"normalize", time, 0);
94 graph->
evalOpParm(myOperation, nodeidx,
"operation", time, 0);
110 template <
typename T>
117 if (idx.
size() != instance.
size()+1)
122 coerceValue(value, myGroup);
125 coerceValue(value, myConvolveZM);
128 coerceValue(value, myConvolveZZ);
131 coerceValue(value, myConvolveZP);
134 coerceValue(value, myNormalize);
137 coerceValue(value, myOperation);
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(myConvolveZM, value);
184 coerceValue(myConvolveZZ, value);
187 coerceValue(myConvolveZP, value);
190 coerceValue(myNormalize, value);
193 coerceValue(myOperation, 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)
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, myConvolveZM);
391 saveData(os, myConvolveZZ);
392 saveData(os, myConvolveZP);
393 saveData(os, myNormalize);
394 saveData(os, myOperation);
407 loadData(is, myGroup);
408 loadData(is, myConvolveZM);
409 loadData(is, myConvolveZZ);
410 loadData(is, myConvolveZP);
411 loadData(is, myNormalize);
412 loadData(is, myOperation);
422 if (!thissop)
return getGroup();
424 OP_Utils::evalOpParm(result, thissop,
"group", cookparms.
getCookTime(), 0);
432 if (!thissop)
return getConvolveZM();
434 OP_Utils::evalOpParm(result, thissop,
"convolvezm", cookparms.
getCookTime(), 0);
442 if (!thissop)
return getConvolveZZ();
444 OP_Utils::evalOpParm(result, thissop,
"convolvezz", cookparms.
getCookTime(), 0);
452 if (!thissop)
return getConvolveZP();
454 OP_Utils::evalOpParm(result, thissop,
"convolvezp", cookparms.
getCookTime(), 0);
462 if (!thissop)
return getNormalize();
464 OP_Utils::evalOpParm(result, thissop,
"normalize", cookparms.
getCookTime(), 0);
472 if (!thissop)
return getOperation();
474 OP_Utils::evalOpParm(result, thissop,
"operation", cookparms.
getCookTime(), 0);
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
static void saveData(std::ostream &os, PRM_DataItemHandle s)
bool getNormalize() const
SOP_Node * getNode() const
static void loadData(UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
void save(std::ostream &os) const
static void loadData(UT_IStream &is, int64 &v)
void setConvolveZZ(UT_Matrix3D val)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
exint bread(int32 *buffer, exint asize=1)
~SOP_VolumeConvolve3Parms() override
GT_API const UT_StringHolder time
UT_Matrix3D getConvolveZP() const
GLuint const GLfloat * val
static void loadData(UT_IStream &is, bool &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
SYS_FORCE_INLINE const char * buffer() const
const SOP_GraphProxy * graph() const
UT_Matrix3D opConvolveZP(const SOP_NodeVerb::CookParms &cookparms) const
An output stream object that owns its own string buffer storage.
static void saveData(std::ostream &os, UT_SharedPtr< UT_Ramp > s)
static void saveData(std::ostream &os, UT_Vector2D v)
static void loadData(UT_IStream &is, fpreal64 &v)
bool operator==(const SOP_VolumeConvolve3Parms &src) const
UT_Matrix3D opConvolveZM(const SOP_NodeVerb::CookParms &cookparms) const
const UT_StringHolder & getGroup() const
static void saveData(std::ostream &os, UT_Vector4D v)
static void saveData(std::ostream &os, fpreal64 v)
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_Matrix2D &v)
SOP_VolumeConvolve3Parms()
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
bool operator!=(const SOP_VolumeConvolve3Parms &src) const
static void saveData(std::ostream &os, UT_Matrix4D v)
void setNestParmValue(TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
ParmType getNestParmType(TempIndex fieldnum) const override
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
bool operator==(const BaseDimensions< T > &a, const BaseDimensions< Y > &b)
static void loadData(UT_IStream &is, UT_Vector4D &v)
static void loadData(UT_IStream &is, UT_Vector2D &v)
UT_Matrix3D getConvolveZM() const
static void saveData(std::ostream &os, UT_Vector3D v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
UT_StringHolder opGroup(const SOP_NodeVerb::CookParms &cookparms) const
UT_Matrix3D getConvolveZZ() const
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
static void saveData(std::ostream &os, UT_Matrix2D v)
SYS_FORCE_INLINE const char * buffer() const
std::shared_ptr< T > UT_SharedPtr
Wrapper around std::shared_ptr.
void loadFromOpSubclass(const LoadParms &loadparms) override
void setOperation(Operation val)
GLint GLenum GLsizei GLint GLsizei const void * data
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
void getNestParmValue(TempIndex idx, TempIndex instance, exint &value) const override
static void saveData(std::ostream &os, UT_StringHolder s)
static void saveData(std::ostream &os, int64 v)
Operation opOperation(const SOP_NodeVerb::CookParms &cookparms) const
static void saveData(std::ostream &os, UT_Matrix3D v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
bool load(UT_IStream &is)
void getNestParmValue(TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
void saveBinary(std::ostream &os) const
Save string to binary stream.
static void loadData(UT_IStream &is, UT_Vector3D &v)
GT_API const UT_StringHolder version
DEP_MicroNode * depnode() const
const char * getNestParmName(TempIndex fieldnum) const override
void copyFrom(const SOP_NodeParms *src) override
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
void setConvolveZM(UT_Matrix3D val)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
void setNormalize(bool val)
static void loadData(UT_IStream &is, UT_StringHolder &v)
void setGroup(const UT_StringHolder &val)
Utility class for containing a color ramp.
bool opNormalize(const SOP_NodeVerb::CookParms &cookparms) const
void setNestParmValue(TempIndex idx, TempIndex instance, const fpreal &value) override
void doSetParmValue(TempIndex idx, TempIndex instance, const T &value)
static void loadData(UT_IStream &is, PRM_DataItemHandle &v)
GLdouble GLdouble GLdouble r
static void loadData(UT_IStream &is, UT_Matrix3D &v)
static void saveData(std::ostream &os, bool v)
void setNestParmValue(TempIndex idx, TempIndex instance, const exint &value) override
virtual void evalOpParm(int64 &v, NodeIdx node, const char *parmname, fpreal time, DEP_MicroNode *depnode) const =0
fpreal getCookTime() const
static void loadData(UT_IStream &is, UT_Vector4I &v)
const char * findChar(int c) const
exint getNestNumParms(TempIndex idx) const override
Operation getOperation() const
void buildFromOp(const SOP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
UT_Matrix3D opConvolveZZ(const SOP_NodeVerb::CookParms &cookparms) const
void getNestParmValue(TempIndex idx, TempIndex instance, fpreal &value) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
GLsizei const GLfloat * value
const OP_Context & context() const
UT_SharedPtr< const PRM_DataItem > PRM_DataItemHandle
SYS_FORCE_INLINE bool isstring() const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
void doGetParmValue(TempIndex idx, TempIndex instance, T &value) const
static void loadData(UT_IStream &is, UT_Vector2I &v)
SYS_FORCE_INLINE void strncpy(const char *src, exint maxlen)
void setConvolveZP(UT_Matrix3D val)
static void loadData(UT_IStream &is, UT_Vector3I &v)
UT_Matrix3T< fpreal64 > UT_Matrix3D
static void loadData(UT_IStream &is, UT_Matrix4D &v)