|
| SOP_RevolveParms () |
|
| SOP_RevolveParms (const SOP_RevolveParms &)=default |
|
virtual | ~SOP_RevolveParms () |
|
bool | operator== (const SOP_RevolveParms &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 |
|
Surftype | getSurftype () const |
|
void | setSurftype (Surftype val) |
|
Surftype | opSurftype (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getOrigin () const |
|
void | setOrigin (UT_Vector3D val) |
|
UT_Vector3D | opOrigin (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getDir () const |
|
void | setDir (UT_Vector3D val) |
|
UT_Vector3D | opDir (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getPolys () const |
|
void | setPolys (bool val) |
|
bool | opPolys (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getImperfect () const |
|
void | setImperfect (bool val) |
|
bool | opImperfect (const SOP_NodeVerb::CookParms &cookparms) const |
|
Type | getType () const |
|
void | setType (Type val) |
|
Type | opType (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector2D | getAngle () const |
|
void | setAngle (UT_Vector2D val) |
|
UT_Vector2D | opAngle (const SOP_NodeVerb::CookParms &cookparms) const |
|
int64 | getDivs () const |
|
void | setDivs (int64 val) |
|
int64 | opDivs (const SOP_NodeVerb::CookParms &cookparms) const |
|
int64 | getOrder () const |
|
void | setOrder (int64 val) |
|
int64 | opOrder (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getCap () const |
|
void | setCap (bool val) |
|
bool | opCap (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 42 of file SOP_Revolve.proto.h.