|
| SOP_PrimitiveSplitParms () |
|
| SOP_PrimitiveSplitParms (const SOP_PrimitiveSplitParms &)=default |
|
virtual | ~SOP_PrimitiveSplitParms () |
|
bool | operator== (const SOP_PrimitiveSplitParms &src) const |
|
void | buildFromOp (const OP_Node *node, fpreal time, DEP_MicroNode *depnode) |
|
virtual void | loadFromOpSubclass (const LoadParms &loadparms) |
|
virtual void | copyFrom (const SOP_NodeParms *src) |
|
template<typename T > |
void | doGetParmValue (exint idx, T &value) const |
|
void | getParmValue (exint idx, exint &value) const |
|
void | getParmValue (exint idx, fpreal &value) const |
|
void | getParmValue (exint idx, UT_Vector2D &value) const |
|
void | getParmValue (exint idx, UT_Vector3D &value) const |
|
void | getParmValue (exint idx, UT_Vector4D &value) const |
|
void | getParmValue (exint idx, UT_Matrix2D &value) const |
|
void | getParmValue (exint idx, UT_Matrix3D &value) const |
|
void | getParmValue (exint idx, UT_Matrix4D &value) const |
|
void | getParmValue (exint idx, UT_StringHolder &value) const |
|
void | getParmValue (exint idx, UT_SharedPtr< UT_Ramp > &value) const |
|
void | getParmValue (exint idx, PRM_DataItemHandle &value) const |
|
template<typename T > |
void | doSetParmValue (exint idx, const T &value) |
|
void | setParmValue (exint idx, const exint &value) |
|
void | setParmValue (exint idx, const fpreal &value) |
|
void | setParmValue (exint idx, const UT_Vector2D &value) |
|
void | setParmValue (exint idx, const UT_Vector3D &value) |
|
void | setParmValue (exint idx, const UT_Vector4D &value) |
|
void | setParmValue (exint idx, const UT_Matrix2D &value) |
|
void | setParmValue (exint idx, const UT_Matrix3D &value) |
|
void | setParmValue (exint idx, const UT_Matrix4D &value) |
|
void | setParmValue (exint idx, const UT_StringHolder &value) |
|
void | setParmValue (exint idx, const UT_SharedPtr< UT_Ramp > &value) |
|
void | setParmValue (exint idx, const PRM_DataItemHandle &value) |
|
virtual exint | getNumParms () const |
|
virtual const char * | getParmName (exint fieldnum) const |
|
virtual ParmType | getParmType (exint fieldnum) const |
|
void | save (std::ostream &os) const |
|
bool | load (UT_IStream &is) |
|
const UT_StringHolder & | getGroup () const |
|
void | setGroup (const UT_StringHolder &val) |
|
UT_StringHolder | opGroup (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getAttribname () const |
|
void | setAttribname (const UT_StringHolder &val) |
|
UT_StringHolder | opAttribname (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getTol () const |
|
void | setTol (fpreal64 val) |
|
fpreal64 | opTol (const SOP_NodeVerb::CookParms &cookparms) const |
|
| SOP_NodeParms () |
|
virtual | ~SOP_NodeParms () |
|
void | loadFromOp (const LoadParms &loadparms) |
|
bool | applyVexpression (const char *vexpression, const UT_Array< GU_ConstDetailHandle > &vexinputs, const LoadParms &loadparm) |
|
bool | applyVexpressionFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache) |
|
template<> |
void | coerceValue (exint &result, const exint &src) const |
|
template<> |
void | coerceValue (bool &result, const exint &src) const |
|
template<> |
void | coerceValue (exint &result, const bool &src) const |
|
template<> |
void | coerceValue (bool &result, const bool &src) const |
|
template<> |
void | coerceValue (fpreal &result, const fpreal &src) const |
|
template<> |
void | coerceValue (UT_Vector2D &result, const UT_Vector2D &src) const |
|
template<> |
void | coerceValue (UT_Vector3D &result, const UT_Vector3D &src) const |
|
template<> |
void | coerceValue (UT_Vector4D &result, const UT_Vector4D &src) const |
|
template<> |
void | coerceValue (UT_Matrix2D &result, const UT_Matrix2D &src) const |
|
template<> |
void | coerceValue (UT_Matrix3D &result, const UT_Matrix3D &src) const |
|
template<> |
void | coerceValue (UT_Matrix4D &result, const UT_Matrix4D &src) const |
|
template<> |
void | coerceValue (UT_StringHolder &result, const UT_StringHolder &src) const |
|
template<> |
void | coerceValue (UT_SharedPtr< UT_Ramp > &result, const UT_SharedPtr< UT_Ramp > &src) const |
|
template<> |
void | coerceValue (PRM_DataItemHandle &result, const PRM_DataItemHandle &src) const |
|
|
static int | version () |
|
static void | loadData (UT_IStream &is, int64 &v) |
|
static void | loadData (UT_IStream &is, bool &v) |
|
static void | loadData (UT_IStream &is, fpreal64 &v) |
|
static void | loadData (UT_IStream &is, UT_Vector2D &v) |
|
static void | loadData (UT_IStream &is, UT_Vector3D &v) |
|
static void | loadData (UT_IStream &is, UT_Vector4D &v) |
|
static void | loadData (UT_IStream &is, UT_Matrix2D &v) |
|
static void | loadData (UT_IStream &is, UT_Matrix3D &v) |
|
static void | loadData (UT_IStream &is, UT_Matrix4D &v) |
|
static void | loadData (UT_IStream &is, UT_Vector2I &v) |
|
static void | loadData (UT_IStream &is, UT_Vector3I &v) |
|
static void | loadData (UT_IStream &is, UT_Vector4I &v) |
|
static void | loadData (UT_IStream &is, UT_StringHolder &v) |
|
static void | loadData (UT_IStream &is, UT_SharedPtr< UT_Ramp > &v) |
|
static void | loadData (UT_IStream &is, PRM_DataItemHandle &v) |
|
static void | saveData (std::ostream &os, int64 v) |
|
static void | saveData (std::ostream &os, bool v) |
|
static void | saveData (std::ostream &os, fpreal64 v) |
|
static void | saveData (std::ostream &os, UT_Vector2D v) |
|
static void | saveData (std::ostream &os, UT_Vector3D v) |
|
static void | saveData (std::ostream &os, UT_Vector4D v) |
|
static void | saveData (std::ostream &os, UT_Matrix2D v) |
|
static void | saveData (std::ostream &os, UT_Matrix3D v) |
|
static void | saveData (std::ostream &os, UT_Matrix4D v) |
|
static void | saveData (std::ostream &os, UT_StringHolder s) |
|
static void | saveData (std::ostream &os, UT_SharedPtr< UT_Ramp > s) |
|
static void | saveData (std::ostream &os, PRM_DataItemHandle s) |
|
Definition at line 22 of file SOP_PrimitiveSplit.proto.h.