22 using namespace UT::Literal;
25 namespace SOP_LineEnums
59 if (myType != src.myType)
return false;
60 if (myOrigin != src.myOrigin)
return false;
61 if (myDir != src.myDir)
return false;
62 if (myDist != src.myDist)
return false;
63 if (myPoints != src.myPoints)
return false;
64 if (
myOrder != src.myOrder)
return false;
80 graph->
evalOpParm(myType, nodeidx,
"type", time, 0);
83 graph->
evalOpParm(myOrigin, nodeidx,
"origin", time, 0);
86 graph->
evalOpParm(myDir, nodeidx,
"dir", time, 0);
89 graph->
evalOpParm(myDist, nodeidx,
"dist", time, 0);
92 graph->
evalOpParm(myPoints, nodeidx,
"points", time, 0);
94 if (
true && ( (
true&&!(((
int64(getType())==0))||((
int64(getType())==3)))) ) )
111 template <
typename T>
118 if (idx.
size() != instance.
size()+1)
123 coerceValue(value, myType);
126 coerceValue(value, myOrigin);
129 coerceValue(value, myDir);
132 coerceValue(value, myDist);
135 coerceValue(value, myPoints);
145 { doGetParmValue(idx, instance, value); }
147 { doGetParmValue(idx, instance, value); }
149 { doGetParmValue(idx, instance, value); }
151 { doGetParmValue(idx, instance, value); }
153 { doGetParmValue(idx, instance, value); }
155 { doGetParmValue(idx, instance, value); }
157 { doGetParmValue(idx, instance, value); }
159 { doGetParmValue(idx, instance, value); }
161 { doGetParmValue(idx, instance, value); }
163 { doGetParmValue(idx, instance, value); }
165 { doGetParmValue(idx, instance, value); }
167 template <
typename T>
174 if (idx.
size() != instance.
size()+1)
179 coerceValue(myType, clampMinValue(0, clampMaxValue(3, value ) ));
182 coerceValue(myOrigin, ( ( value ) ));
185 coerceValue(myDir, ( ( value ) ));
188 coerceValue(myDist, ( ( value ) ));
191 coerceValue(myPoints, clampMinValue(0, ( value ) ));
194 coerceValue(
myOrder, clampMinValue(2, clampMaxValue(11, value ) ));
201 { doSetParmValue(idx, instance, value); }
203 { doSetParmValue(idx, instance, value); }
205 { doSetParmValue(idx, instance, value); }
207 { doSetParmValue(idx, instance, value); }
209 { doSetParmValue(idx, instance, value); }
211 { doSetParmValue(idx, instance, value); }
213 { doSetParmValue(idx, instance, value); }
215 { doSetParmValue(idx, instance, value); }
217 { doSetParmValue(idx, instance, value); }
219 { doSetParmValue(idx, instance, value); }
221 { doSetParmValue(idx, instance, value); }
237 if (fieldnum.
size() < 1)
260 if (fieldnum.
size() < 1)
261 return PARM_UNSUPPORTED;
278 return PARM_UNSUPPORTED;
314 loadData(is, rampdata);
332 int typelen = colon - data.
buffer();
346 {
int64 iv =
v; UTwrite(os, &iv); }
348 { UTwrite<fpreal64>(os, &
v); }
350 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y()); }
352 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
353 UTwrite<fpreal64>(os, &v.
z()); }
355 { UTwrite<fpreal64>(os, &v.
x()); UTwrite<fpreal64>(os, &v.
y());
356 UTwrite<fpreal64>(os, &v.
z()); UTwrite<fpreal64>(os, &v.
w()); }
368 if (s) s->save(ostr);
370 saveData(os, result);
377 ostr << s->getDataTypeToken();
382 saveData(os, result);
386 void save(std::ostream &os)
const
390 saveData(os, myType);
391 saveData(os, myOrigin);
393 saveData(os, myDist);
394 saveData(os, myPoints);
408 loadData(is, myType);
409 loadData(is, myOrigin);
411 loadData(is, myDist);
412 loadData(is, myPoints);
423 if (!thissop)
return getType();
425 OP_Utils::evalOpParm(result, thissop,
"type", cookparms.
getCookTime(), 0);
433 if (!thissop)
return getOrigin();
435 OP_Utils::evalOpParm(result, thissop,
"origin", cookparms.
getCookTime(), 0);
443 if (!thissop)
return getDir();
445 OP_Utils::evalOpParm(result, thissop,
"dir", cookparms.
getCookTime(), 0);
453 if (!thissop)
return getDist();
455 OP_Utils::evalOpParm(result, thissop,
"dist", cookparms.
getCookTime(), 0);
463 if (!thissop)
return getPoints();
465 OP_Utils::evalOpParm(result, thissop,
"points", cookparms.
getCookTime(), 0);
473 if (!thissop)
return getOrder();
475 OP_Utils::evalOpParm(result, thissop,
"order", cookparms.
getCookTime(), 0);
void getNestParmValue(TempIndex idx, TempIndex instance, fpreal &value) const override
static void loadData(UT_IStream &is, fpreal64 &v)
fpreal64 opDist(const SOP_NodeVerb::CookParms &cookparms) const
static void saveData(std::ostream &os, fpreal64 v)
SOP_Node * getNode() const
static void loadData(UT_IStream &is, UT_StringHolder &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
exint getNestNumParms(TempIndex idx) const override
UT_Vector3D opDir(const SOP_NodeVerb::CookParms &cookparms) const
exint bread(int32 *buffer, exint asize=1)
GT_API const UT_StringHolder time
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
void doGetParmValue(TempIndex idx, TempIndex instance, T &value) const
constexpr SYS_FORCE_INLINE T & z() noexcept
SYS_FORCE_INLINE const char * buffer() const
const SOP_GraphProxy * graph() const
void getNestParmValue(TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
static void loadData(UT_IStream &is, UT_Vector2D &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
An output stream object that owns its own string buffer storage.
static void saveData(std::ostream &os, UT_Vector3D v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
UT_Vector3D getDir() const
void setOrigin(UT_Vector3D val)
static PRM_DataItemHandle parseBinary(const char *type, UT_IStream &is)
const UT_WorkBuffer & str()
Returns a read-only reference to the underlying UT_WorkBuffer.
void setNestParmValue(TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
int64 opOrder(const SOP_NodeVerb::CookParms &cookparms) const
static void loadData(UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
void loadFromOpSubclass(const LoadParms &loadparms) override
static void saveData(std::ostream &os, UT_Vector4D v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
static void loadData(UT_IStream &is, UT_Matrix3D &v)
static void saveData(std::ostream &os, bool v)
bool operator==(const BaseDimensions< T > &a, const BaseDimensions< Y > &b)
void setNestParmValue(TempIndex idx, TempIndex instance, const exint &value) override
void copyFrom(const SOP_NodeParms *src) override
static void loadData(UT_IStream &is, UT_Vector3I &v)
static void loadData(UT_IStream &is, bool &v)
static void saveData(std::ostream &os, UT_SharedPtr< UT_Ramp > s)
SYS_FORCE_INLINE const char * buffer() const
std::shared_ptr< T > UT_SharedPtr
Wrapper around std::shared_ptr.
static void loadData(UT_IStream &is, UT_Vector3D &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
const char * getNestParmName(TempIndex fieldnum) const override
static void saveData(std::ostream &os, UT_Vector2D v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
void buildFromOp(const SOP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
static void saveData(std::ostream &os, UT_Matrix3D v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
static void loadData(UT_IStream &is, UT_Vector4D &v)
ParmType getNestParmType(TempIndex fieldnum) const override
UT_Vector3T< fpreal64 > UT_Vector3D
static void saveData(std::ostream &os, UT_Matrix4D v)
void setNestParmValue(TempIndex idx, TempIndex instance, const fpreal &value) override
void setDist(fpreal64 val)
bool load(UT_IStream &is)
bool operator!=(const SOP_LineParms &src) const
void saveBinary(std::ostream &os) const
Save string to binary stream.
GT_API const UT_StringHolder version
DEP_MicroNode * depnode() const
static void saveData(std::ostream &os, PRM_DataItemHandle s)
static void loadData(UT_IStream &is, PRM_DataItemHandle &v)
static void loadData(UT_IStream &is, UT_Vector2I &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
Type opType(const SOP_NodeVerb::CookParms &cookparms) const
UT_Vector3D opOrigin(const SOP_NodeVerb::CookParms &cookparms) const
void setPoints(int64 val)
void getNestParmValue(TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
int64 opPoints(const SOP_NodeVerb::CookParms &cookparms) const
Utility class for containing a color ramp.
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
static void saveData(std::ostream &os, UT_StringHolder s)
void setDir(UT_Vector3D val)
virtual void evalOpParm(int64 &v, NodeIdx node, const char *parmname, fpreal time, DEP_MicroNode *depnode) const =0
static void loadData(UT_IStream &is, int64 &v)
static void loadData(UT_IStream &is, UT_Matrix4D &v)
fpreal getCookTime() const
void doSetParmValue(TempIndex idx, TempIndex instance, const T &value)
bool operator==(const SOP_LineParms &src) const
static void loadData(UT_IStream &is, UT_Matrix2D &v)
static void saveData(std::ostream &os, int64 v)
void save(std::ostream &os) const
const char * findChar(int c) const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
~SOP_LineParms() override
UT_Vector3D getOrigin() const
constexpr SYS_FORCE_INLINE T & y() noexcept
static void saveData(std::ostream &os, UT_Matrix2D v)
void getNestParmValue(TempIndex idx, TempIndex instance, exint &value) const override
const OP_Context & context() const
UT_SharedPtr< const PRM_DataItem > PRM_DataItemHandle
static void loadData(UT_IStream &is, UT_Vector4I &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
SYS_FORCE_INLINE bool isstring() const
SYS_FORCE_INLINE void strncpy(const char *src, exint maxlen)
constexpr SYS_FORCE_INLINE T & x() noexcept