23 namespace SOP_SplitPointsEnums
36 using namespace UT::Literal;
59 myAttribName =
"N"_UTsh;
74 if (myGroup != src.myGroup)
return false;
75 if (myGroupType != src.myGroupType)
return false;
76 if (myUseAttrib != src.myUseAttrib)
return false;
77 if (myAttribName != src.myAttribName)
return false;
78 if (myTol != src.myTol)
return false;
79 if (myPromote != src.myPromote)
return false;
95 graph->
evalOpParm(myGroup, nodeidx,
"group", time, 0);
98 graph->
evalOpParm(myGroupType, nodeidx,
"grouptype", time, 0);
101 graph->
evalOpParm(myUseAttrib, nodeidx,
"useattrib", time, 0);
102 myAttribName =
"N"_UTsh;
103 if (
true && ( (
true&&!(((getUseAttrib()==0)))) ) )
104 graph->
evalOpParm(myAttribName, nodeidx,
"attribname", time, 0);
106 if (
true && ( (
true&&!(((getUseAttrib()==0)))) ) )
107 graph->
evalOpParm(myTol, nodeidx,
"tol", time, 0);
109 if (
true && ( (
true&&!(((getUseAttrib()==0)))) ) )
110 graph->
evalOpParm(myPromote, nodeidx,
"promote", time, 0);
126 template <
typename T>
133 if (idx.
size() != instance.
size()+1)
138 coerceValue(value, myGroup);
141 coerceValue(value, myGroupType);
144 coerceValue(value, myUseAttrib);
147 coerceValue(value, myAttribName);
150 coerceValue(value, myTol);
153 coerceValue(value, myPromote);
169 { doGetParmValue(idx, instance, value); }
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 template <
typename T>
198 if (idx.
size() != instance.
size()+1)
203 coerceValue(myGroup, ( ( value ) ));
206 coerceValue(myGroupType, clampMinValue(0, clampMaxValue(3, value ) ));
209 coerceValue(myUseAttrib, ( ( value ) ));
212 coerceValue(myAttribName, ( ( value ) ));
215 coerceValue(myTol, clampMinValue(0, ( value ) ));
218 coerceValue(myPromote, ( ( value ) ));
225 { doSetParmValue(idx, instance, 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); }
261 if (fieldnum.
size() < 1)
284 if (fieldnum.
size() < 1)
285 return PARM_UNSUPPORTED;
302 return PARM_UNSUPPORTED;
338 loadData(is, rampdata);
356 int typelen = colon - data.
buffer();
370 {
int64 iv =
v; UTwrite(os, &iv); }
372 { UTwrite<fpreal64>(os, &
v); }
374 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y()); }
376 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
377 UTwrite<fpreal64>(os, &v.
z()); }
379 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
380 UTwrite<fpreal64>(os, &v.
z()); UTwrite<fpreal64>(os, &v.
w()); }
392 if (s) s->save(ostr);
394 saveData(os, result);
401 ostr << s->getDataTypeToken();
406 saveData(os, result);
410 void save(std::ostream &os)
const
414 saveData(os, myGroup);
415 saveData(os, myGroupType);
416 saveData(os, myUseAttrib);
417 saveData(os, myAttribName);
419 saveData(os, myPromote);
432 loadData(is, myGroup);
433 loadData(is, myGroupType);
434 loadData(is, myUseAttrib);
435 loadData(is, myAttribName);
437 loadData(is, myPromote);
447 if (!thissop)
return getGroup();
449 OP_Utils::evalOpParm(result, thissop,
"group", cookparms.
getCookTime(), 0);
457 if (!thissop)
return getGroupType();
459 OP_Utils::evalOpParm(result, thissop,
"grouptype", cookparms.
getCookTime(), 0);
467 if (!thissop)
return getUseAttrib();
469 OP_Utils::evalOpParm(result, thissop,
"useattrib", cookparms.
getCookTime(), 0);
477 if (!thissop)
return getAttribName();
479 OP_Utils::evalOpParm(result, thissop,
"attribname", cookparms.
getCookTime(), 0);
487 if (!thissop)
return getTol();
489 OP_Utils::evalOpParm(result, thissop,
"tol", cookparms.
getCookTime(), 0);
497 if (!thissop)
return getPromote();
499 OP_Utils::evalOpParm(result, thissop,
"promote", cookparms.
getCookTime(), 0);
static void loadData(UT_IStream &is, UT_Vector4D &v)
exint getNestNumParms(TempIndex idx) const override
const UT_StringHolder & getAttribName() const
SOP_Node * getNode() const
GroupType opGroupType(const SOP_NodeVerb::CookParms &cookparms) const
void getNestParmValue(TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
const char * getNestParmName(TempIndex fieldnum) const override
static void loadData(UT_IStream &is, UT_Vector3I &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
exint bread(int32 *buffer, exint asize=1)
GT_API const UT_StringHolder time
static void saveData(std::ostream &os, UT_StringHolder s)
constexpr SYS_FORCE_INLINE T & y() noexcept
void setNestParmValue(TempIndex idx, TempIndex instance, const fpreal &value) override
static void saveData(std::ostream &os, int64 v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
void setPromote(bool val)
static void saveData(std::ostream &os, bool v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
const OP_Context & context() const
void buildFromOp(const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
static void loadData(UT_IStream &is, UT_Vector2I &v)
static void saveData(std::ostream &os, fpreal64 v)
constexpr SYS_FORCE_INLINE T & z() noexcept
SYS_FORCE_INLINE const char * buffer() const
void copyFrom(const OP_NodeParms *src) override
An output stream object that owns its own string buffer storage.
static void saveData(std::ostream &os, UT_Matrix2D v)
static void saveData(std::ostream &os, UT_Vector3D v)
static void loadData(UT_IStream &is, UT_Vector4I &v)
static void saveData(std::ostream &os, UT_Matrix3D v)
static void loadData(UT_IStream &is, UT_Matrix2D &v)
**But if you need a result
void setGroupType(GroupType val)
void setAttribName(const UT_StringHolder &val)
bool getUseAttrib() const
static void loadData(UT_IStream &is, bool &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
bool opUseAttrib(const SOP_NodeVerb::CookParms &cookparms) const
static PRM_DataItemHandle parseBinary(const char *type, UT_IStream &is)
static void loadData(UT_IStream &is, fpreal64 &v)
const UT_WorkBuffer & str()
Returns a read-only reference to the underlying UT_WorkBuffer.
constexpr SYS_FORCE_INLINE T & x() noexcept
static void loadData(UT_IStream &is, UT_Matrix3D &v)
constexpr SYS_FORCE_INLINE T & x() noexcept
bool operator==(const BaseDimensions< T > &a, const BaseDimensions< Y > &b)
ParmType getNestParmType(TempIndex fieldnum) const override
SYS_FORCE_INLINE UT_StringHolder getToken(GroupType enum_value)
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_Matrix4D v)
void setNestParmValue(TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
bool isParmColorRamp(exint idx) const override
void getNestParmValue(TempIndex idx, TempIndex instance, exint &value) const override
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
const OP_GraphProxy * graph() const
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
void doGetParmValue(TempIndex idx, TempIndex instance, T &value) const
static void saveData(std::ostream &os, UT_SharedPtr< UT_Ramp > s)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
void setTol(fpreal64 val)
void loadFromOpSubclass(const LoadParms &loadparms) override
static void loadData(UT_IStream &is, UT_Vector2D &v)
virtual void evalOpParm(int64 &v, NodeIdx node, const char *parmname, fpreal time, DEP_MicroNode *depnode) const =0
GroupType getGroupType() const
static void loadData(UT_IStream &is, UT_Vector3D &v)
static void loadData(UT_IStream &is, int64 &v)
void saveBinary(std::ostream &os) const
Save string to binary stream.
void setNestParmValue(TempIndex idx, TempIndex instance, const exint &value) override
GT_API const UT_StringHolder version
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
void doSetParmValue(TempIndex idx, TempIndex instance, const T &value)
static void loadData(UT_IStream &is, UT_StringHolder &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
void setUseAttrib(bool val)
const UT_StringHolder & getGroup() const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
void save(std::ostream &os) const
DEP_MicroNode * depnode() const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
LeafData & operator=(const LeafData &)=delete
Utility class for containing a color ramp.
bool load(UT_IStream &is)
constexpr SYS_FORCE_INLINE T & w() noexcept
static void saveData(std::ostream &os, UT_Vector4D v)
fpreal getCookTime() const
bool opPromote(const SOP_NodeVerb::CookParms &cookparms) const
fpreal64 opTol(const SOP_NodeVerb::CookParms &cookparms) const
const char * findChar(int c) const
UT_StringHolder opGroup(const SOP_NodeVerb::CookParms &cookparms) const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
bool operator==(const SOP_SplitPointsParms &src) const
static void loadData(UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
void setGroup(const UT_StringHolder &val)
static void loadData(UT_IStream &is, UT_Matrix4D &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
constexpr SYS_FORCE_INLINE T & y() noexcept
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
UT_StringHolder opAttribName(const SOP_NodeVerb::CookParms &cookparms) const
UT_SharedPtr< const PRM_DataItem > PRM_DataItemHandle
static void saveData(std::ostream &os, PRM_DataItemHandle s)
void getNestParmValue(TempIndex idx, TempIndex instance, fpreal &value) const override
static void saveData(std::ostream &os, UT_Vector2D v)
constexpr SYS_FORCE_INLINE T & y() noexcept
void getNestParmValue(TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
SYS_FORCE_INLINE bool isstring() const
SYS_FORCE_INLINE void strncpy(const char *src, exint maxlen)
static void loadData(UT_IStream &is, PRM_DataItemHandle &v)
bool operator!=(const SOP_SplitPointsParms &src) const
constexpr SYS_FORCE_INLINE T & x() noexcept