|
| SOP_PolyExtrude_2_0Parms () |
|
| SOP_PolyExtrude_2_0Parms (const SOP_PolyExtrude_2_0Parms &)=default |
|
SOP_PolyExtrude_2_0Parms & | operator= (const SOP_PolyExtrude_2_0Parms &)=default |
|
| SOP_PolyExtrude_2_0Parms (SOP_PolyExtrude_2_0Parms &&) noexcept=default |
|
SOP_PolyExtrude_2_0Parms & | operator= (SOP_PolyExtrude_2_0Parms &&) noexcept=default |
|
| ~SOP_PolyExtrude_2_0Parms () override |
|
bool | operator== (const SOP_PolyExtrude_2_0Parms &src) const |
|
bool | operator!= (const SOP_PolyExtrude_2_0Parms &src) const |
|
void | buildFromOp (const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode) |
|
void | loadFromOpSubclass (const LoadParms &loadparms) override |
|
void | copyFrom (const OP_NodeParms *src) override |
|
template<typename T > |
void | doGetParmValue (TempIndex idx, TempIndex instance, T &value) const |
|
bool | isParmColorRamp (exint idx) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, exint &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, fpreal &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector2D &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector3D &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector4D &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, UT_StringHolder &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override |
|
void | getNestParmValue (TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override |
|
template<typename T > |
void | doSetParmValue (TempIndex idx, TempIndex instance, const T &value) |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const exint &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const fpreal &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector2D &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector3D &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector4D &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const UT_StringHolder &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override |
|
void | setNestParmValue (TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override |
|
exint | getNestNumParms (TempIndex idx) const override |
|
const char * | getNestParmName (TempIndex fieldnum) const override |
|
ParmType | getNestParmType (TempIndex fieldnum) const override |
|
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 |
|
SplitType | getSplitType () const |
|
void | setSplitType (SplitType val) |
|
SplitType | opSplitType (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseSplitGroup () const |
|
void | setUseSplitGroup (bool val) |
|
bool | opUseSplitGroup (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getSplitGroup () const |
|
void | setSplitGroup (const UT_StringHolder &val) |
|
UT_StringHolder | opSplitGroup (const SOP_NodeVerb::CookParms &cookparms) const |
|
ExtrusionMode | getExtrusionMode () const |
|
void | setExtrusionMode (ExtrusionMode val) |
|
ExtrusionMode | opExtrusionMode (const SOP_NodeVerb::CookParms &cookparms) const |
|
PtNormalSrc | getPtNormalSrc () const |
|
void | setPtNormalSrc (PtNormalSrc val) |
|
PtNormalSrc | opPtNormalSrc (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getPtNormalAttrib () const |
|
void | setPtNormalAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opPtNormalAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getDist () const |
|
void | setDist (fpreal64 val) |
|
fpreal64 | opDist (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getInset () const |
|
void | setInset (fpreal64 val) |
|
fpreal64 | opInset (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getTwist () const |
|
void | setTwist (fpreal64 val) |
|
fpreal64 | opTwist (const SOP_NodeVerb::CookParms &cookparms) const |
|
int64 | getDivs () const |
|
void | setDivs (int64 val) |
|
int64 | opDivs (const SOP_NodeVerb::CookParms &cookparms) const |
|
SpineType | getSpineType () const |
|
void | setSpineType (SpineType val) |
|
SpineType | opSpineType (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getXformFront () const |
|
void | setXformFront (bool val) |
|
bool | opXformFront (const SOP_NodeVerb::CookParms &cookparms) const |
|
XformSpace | getXformSpace () const |
|
void | setXformSpace (XformSpace val) |
|
XformSpace | opXformSpace (const SOP_NodeVerb::CookParms &cookparms) const |
|
XformOrder | getXformOrder () const |
|
void | setXformOrder (XformOrder val) |
|
XformOrder | opXformOrder (const SOP_NodeVerb::CookParms &cookparms) const |
|
RotateOrder | getRotateOrder () const |
|
void | setRotateOrder (RotateOrder val) |
|
RotateOrder | opRotateOrder (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getTranslate () const |
|
void | setTranslate (UT_Vector3D val) |
|
UT_Vector3D | opTranslate (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getRotate () const |
|
void | setRotate (UT_Vector3D val) |
|
UT_Vector3D | opRotate (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getScale () const |
|
void | setScale (UT_Vector3D val) |
|
UT_Vector3D | opScale (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getShear () const |
|
void | setShear (UT_Vector3D val) |
|
UT_Vector3D | opShear (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getPivot () const |
|
void | setPivot (UT_Vector3D val) |
|
UT_Vector3D | opPivot (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getPivotRotate () const |
|
void | setPivotRotate (UT_Vector3D val) |
|
UT_Vector3D | opPivotRotate (const SOP_NodeVerb::CookParms &cookparms) const |
|
PreXformOrder | getPreXformOrder () const |
|
void | setPreXformOrder (PreXformOrder val) |
|
PreXformOrder | opPreXformOrder (const SOP_NodeVerb::CookParms &cookparms) const |
|
PreXformRotateOrder | getPreXformRotateOrder () const |
|
void | setPreXformRotateOrder (PreXformRotateOrder val) |
|
PreXformRotateOrder | opPreXformRotateOrder (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getPreXformTranslate () const |
|
void | setPreXformTranslate (UT_Vector3D val) |
|
UT_Vector3D | opPreXformTranslate (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getPreXformRotate () const |
|
void | setPreXformRotate (UT_Vector3D val) |
|
UT_Vector3D | opPreXformRotate (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getPreXformScale () const |
|
void | setPreXformScale (UT_Vector3D val) |
|
UT_Vector3D | opPreXformScale (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getPreXformShear () const |
|
void | setPreXformShear (UT_Vector3D val) |
|
UT_Vector3D | opPreXformShear (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getOutputFront () const |
|
void | setOutputFront (bool val) |
|
bool | opOutputFront (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getOutputFrontGrp () const |
|
void | setOutputFrontGrp (bool val) |
|
bool | opOutputFrontGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getFrontGrp () const |
|
void | setFrontGrp (const UT_StringHolder &val) |
|
UT_StringHolder | opFrontGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getOutputBack () const |
|
void | setOutputBack (bool val) |
|
bool | opOutputBack (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getOutputBackGrp () const |
|
void | setOutputBackGrp (bool val) |
|
bool | opOutputBackGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getBackGrp () const |
|
void | setBackGrp (const UT_StringHolder &val) |
|
UT_StringHolder | opBackGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getOutputSide () const |
|
void | setOutputSide (bool val) |
|
bool | opOutputSide (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getOutputSideGrp () const |
|
void | setOutputSideGrp (bool val) |
|
bool | opOutputSideGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getSideGrp () const |
|
void | setSideGrp (const UT_StringHolder &val) |
|
UT_StringHolder | opSideGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getOutputFrontSeamGrp () const |
|
void | setOutputFrontSeamGrp (bool val) |
|
bool | opOutputFrontSeamGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getFrontSeamGrp () const |
|
void | setFrontSeamGrp (const UT_StringHolder &val) |
|
UT_StringHolder | opFrontSeamGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getOutputBackSeamGrp () const |
|
void | setOutputBackSeamGrp (bool val) |
|
bool | opOutputBackSeamGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getBackSeamGrp () const |
|
void | setBackSeamGrp (const UT_StringHolder &val) |
|
UT_StringHolder | opBackSeamGrp (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getPreserveGroups () const |
|
void | setPreserveGroups (bool val) |
|
bool | opPreserveGroups (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getLimitInset () const |
|
void | setLimitInset (bool val) |
|
bool | opLimitInset (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getCommonLimit () const |
|
void | setCommonLimit (bool val) |
|
bool | opCommonLimit (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getAddVertexNormals () const |
|
void | setAddVertexNormals (bool val) |
|
bool | opAddVertexNormals (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getCuspAngle () const |
|
void | setCuspAngle (fpreal64 val) |
|
fpreal64 | opCuspAngle (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getCuspFront () const |
|
void | setCuspFront (bool val) |
|
bool | opCuspFront (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getCuspBack () const |
|
void | setCuspBack (bool val) |
|
bool | opCuspBack (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getGenUVs () const |
|
void | setGenUVs (bool val) |
|
bool | opGenUVs (const SOP_NodeVerb::CookParms &cookparms) const |
|
UVStyle | getUVStyle () const |
|
void | setUVStyle (UVStyle val) |
|
UVStyle | opUVStyle (const SOP_NodeVerb::CookParms &cookparms) const |
|
UVScaling | getUVScaling () const |
|
void | setUVScaling (UVScaling val) |
|
UVScaling | opUVScaling (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getFrontMagnitude () const |
|
void | setFrontMagnitude (fpreal64 val) |
|
fpreal64 | opFrontMagnitude (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getBackMagnitude () const |
|
void | setBackMagnitude (fpreal64 val) |
|
fpreal64 | opBackMagnitude (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getFrontStiffness () const |
|
void | setFrontStiffness (fpreal64 val) |
|
fpreal64 | opFrontStiffness (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getBackStiffness () const |
|
void | setBackStiffness (fpreal64 val) |
|
fpreal64 | opBackStiffness (const SOP_NodeVerb::CookParms &cookparms) const |
|
Interpolation | getInterpolation () const |
|
void | setInterpolation (Interpolation val) |
|
Interpolation | opInterpolation (const SOP_NodeVerb::CookParms &cookparms) const |
|
Spacing | getSpacing () const |
|
void | setSpacing (Spacing val) |
|
Spacing | opSpacing (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getReverseSpineDirection () const |
|
void | setReverseSpineDirection (bool val) |
|
bool | opReverseSpineDirection (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getAxialRotation () const |
|
void | setAxialRotation (fpreal64 val) |
|
fpreal64 | opAxialRotation (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getFrontBlend () const |
|
void | setFrontBlend (fpreal64 val) |
|
fpreal64 | opFrontBlend (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getBackBlend () const |
|
void | setBackBlend (fpreal64 val) |
|
fpreal64 | opBackBlend (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getThicknessScale () const |
|
void | setThicknessScale (fpreal64 val) |
|
fpreal64 | opThicknessScale (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseThicknessAttrib () const |
|
void | setUseThicknessAttrib (bool val) |
|
bool | opUseThicknessAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getThicknessAttrib () const |
|
void | setThicknessAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opThicknessAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseThicknessRamp () const |
|
void | setUseThicknessRamp (bool val) |
|
bool | opUseThicknessRamp (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_SharedPtr< UT_Ramp > | getThicknessRamp () const |
|
void | setThicknessRamp (UT_SharedPtr< UT_Ramp > val) |
|
UT_SharedPtr< UT_Ramp > | opThicknessRamp (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseTwistAttrib () const |
|
void | setUseTwistAttrib (bool val) |
|
bool | opUseTwistAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getTwistAttrib () const |
|
void | setTwistAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opTwistAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseTwistRamp () const |
|
void | setUseTwistRamp (bool val) |
|
bool | opUseTwistRamp (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_SharedPtr< UT_Ramp > | getTwistRamp () const |
|
void | setTwistRamp (UT_SharedPtr< UT_Ramp > val) |
|
UT_SharedPtr< UT_Ramp > | opTwistRamp (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getTwistScale () const |
|
void | setTwistScale (fpreal64 val) |
|
fpreal64 | opTwistScale (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseLocalZScaleAttrib () const |
|
void | setUseLocalZScaleAttrib (bool val) |
|
bool | opUseLocalZScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getLocalZScaleAttrib () const |
|
void | setLocalZScaleAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opLocalZScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseLocalInsetScaleAttrib () const |
|
void | setUseLocalInsetScaleAttrib (bool val) |
|
bool | opUseLocalInsetScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getLocalInsetScaleAttrib () const |
|
void | setLocalInsetScaleAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opLocalInsetScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseLocalTwistScaleAttrib () const |
|
void | setUseLocalTwistScaleAttrib (bool val) |
|
bool | opUseLocalTwistScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getLocalTwistScaleAttrib () const |
|
void | setLocalTwistScaleAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opLocalTwistScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseLocalDivScaleAttrib () const |
|
void | setUseLocalDivScaleAttrib (bool val) |
|
bool | opUseLocalDivScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getLocalDivScaleAttrib () const |
|
void | setLocalDivScaleAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opLocalDivScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseLocalXAttrib () const |
|
void | setUseLocalXAttrib (bool val) |
|
bool | opUseLocalXAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getLocalXAttrib () const |
|
void | setLocalXAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opLocalXAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseLocalZAttrib () const |
|
void | setUseLocalZAttrib (bool val) |
|
bool | opUseLocalZAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getLocalZAttrib () const |
|
void | setLocalZAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opLocalZAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseLocalCtrAttrib () const |
|
void | setUseLocalCtrAttrib (bool val) |
|
bool | opUseLocalCtrAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getLocalCtrAttrib () const |
|
void | setLocalCtrAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opLocalCtrAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
| SOP_NodeParms () |
|
bool | applyGeometryOverride (GU_ConstDetailHandle gdh) |
|
bool | applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache) |
|
| OP_NodeParms () |
|
virtual | ~OP_NodeParms () |
|
void | loadFromOp (const LoadParms &loadparms) |
|
bool | applyOptionsOverride (const UT_Options *options) |
|
virtual exint | getNumParms () const |
|
virtual const char * | getParmName (exint idx) const |
|
virtual ParmType | getParmType (exint idx) const |
|
virtual void | getParmValue (exint idx, exint &value) const |
|
virtual void | getParmValue (exint idx, fpreal &value) const |
|
virtual void | getParmValue (exint idx, UT_Vector2D &value) const |
|
virtual void | getParmValue (exint idx, UT_Vector3D &value) const |
|
virtual void | getParmValue (exint idx, UT_Vector4D &value) const |
|
virtual void | getParmValue (exint idx, UT_Matrix2D &value) const |
|
virtual void | getParmValue (exint idx, UT_Matrix3D &value) const |
|
virtual void | getParmValue (exint idx, UT_Matrix4D &value) const |
|
virtual void | getParmValue (exint idx, UT_StringHolder &value) const |
|
virtual void | getParmValue (exint idx, UT_SharedPtr< UT_Ramp > &value) const |
|
virtual void | getParmValue (exint idx, PRM_DataItemHandle &value) const |
|
virtual void | setParmValue (exint idx, const exint &value) |
|
virtual void | setParmValue (exint idx, const fpreal &value) |
|
virtual void | setParmValue (exint idx, const UT_Vector2D &value) |
|
virtual void | setParmValue (exint idx, const UT_Vector3D &value) |
|
virtual void | setParmValue (exint idx, const UT_Vector4D &value) |
|
virtual void | setParmValue (exint idx, const UT_Matrix2D &value) |
|
virtual void | setParmValue (exint idx, const UT_Matrix3D &value) |
|
virtual void | setParmValue (exint idx, const UT_Matrix4D &value) |
|
virtual void | setParmValue (exint idx, const UT_StringHolder &value) |
|
virtual void | setParmValue (exint idx, const UT_SharedPtr< UT_Ramp > &value) |
|
virtual void | setParmValue (exint idx, const PRM_DataItemHandle &value) |
|
virtual int64 | getMemoryUsage (bool inclusive) const |
|
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 |
|
template<> |
void | coerceValue (UT_Vector2I &result, const UT_Vector2D &src) const |
|
template<> |
void | coerceValue (UT_Vector2D &result, const UT_Vector2I &src) const |
|
template<> |
void | coerceValue (UT_Vector3I &result, const UT_Vector3D &src) const |
|
template<> |
void | coerceValue (UT_Vector3D &result, const UT_Vector3I &src) const |
|
template<> |
void | coerceValue (UT_Vector4I &result, const UT_Vector4D &src) const |
|
template<> |
void | coerceValue (UT_Vector4D &result, const UT_Vector4I &src) const |
|
template<> |
exint | clampMinValue (fpreal clamp, const exint &src) const |
|
template<> |
bool | clampMinValue (fpreal clamp, const bool &src) const |
|
template<> |
fpreal | clampMinValue (fpreal clamp, const fpreal &src) const |
|
template<> |
UT_Vector2D | clampMinValue (fpreal clamp, const UT_Vector2D &src) const |
|
template<> |
UT_Vector3D | clampMinValue (fpreal clamp, const UT_Vector3D &src) const |
|
template<> |
UT_Vector4D | clampMinValue (fpreal clamp, const UT_Vector4D &src) const |
|
template<> |
UT_Matrix2D | clampMinValue (fpreal clamp, const UT_Matrix2D &src) const |
|
template<> |
UT_Matrix3D | clampMinValue (fpreal clamp, const UT_Matrix3D &src) const |
|
template<> |
UT_Matrix4D | clampMinValue (fpreal clamp, const UT_Matrix4D &src) const |
|
template<> |
UT_Vector2I | clampMinValue (fpreal clamp, const UT_Vector2I &src) const |
|
template<> |
UT_Vector3I | clampMinValue (fpreal clamp, const UT_Vector3I &src) const |
|
template<> |
UT_Vector4I | clampMinValue (fpreal clamp, const UT_Vector4I &src) const |
|
template<> |
UT_SharedPtr< UT_Ramp > | clampMinValue (fpreal clamp, const UT_SharedPtr< UT_Ramp > &src) const |
|
template<> |
exint | clampMaxValue (fpreal clamp, const exint &src) const |
|
template<> |
bool | clampMaxValue (fpreal clamp, const bool &src) const |
|
template<> |
fpreal | clampMaxValue (fpreal clamp, const fpreal &src) const |
|
template<> |
UT_Vector2D | clampMaxValue (fpreal clamp, const UT_Vector2D &src) const |
|
template<> |
UT_Vector3D | clampMaxValue (fpreal clamp, const UT_Vector3D &src) const |
|
template<> |
UT_Vector4D | clampMaxValue (fpreal clamp, const UT_Vector4D &src) const |
|
template<> |
UT_Matrix2D | clampMaxValue (fpreal clamp, const UT_Matrix2D &src) const |
|
template<> |
UT_Matrix3D | clampMaxValue (fpreal clamp, const UT_Matrix3D &src) const |
|
template<> |
UT_Matrix4D | clampMaxValue (fpreal clamp, const UT_Matrix4D &src) const |
|
template<> |
UT_Vector2I | clampMaxValue (fpreal clamp, const UT_Vector2I &src) const |
|
template<> |
UT_Vector3I | clampMaxValue (fpreal clamp, const UT_Vector3I &src) const |
|
template<> |
UT_Vector4I | clampMaxValue (fpreal clamp, const UT_Vector4I &src) const |
|