|
| SOP_Sweep_2_0Parms () |
|
| SOP_Sweep_2_0Parms (const SOP_Sweep_2_0Parms &)=default |
|
SOP_Sweep_2_0Parms & | operator= (const SOP_Sweep_2_0Parms &)=default |
|
| SOP_Sweep_2_0Parms (SOP_Sweep_2_0Parms &&) noexcept=default |
|
SOP_Sweep_2_0Parms & | operator= (SOP_Sweep_2_0Parms &&) noexcept=default |
|
| ~SOP_Sweep_2_0Parms () override |
|
bool | operator== (const SOP_Sweep_2_0Parms &src) const |
|
bool | operator!= (const SOP_Sweep_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 & | getCurveGroup () const |
|
void | setCurveGroup (const UT_StringHolder &val) |
|
UT_StringHolder | opCurveGroup (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getCrossSectionGroup () const |
|
void | setCrossSectionGroup (const UT_StringHolder &val) |
|
UT_StringHolder | opCrossSectionGroup (const SOP_NodeVerb::CookParms &cookparms) const |
|
SurfaceShape | getSurfaceShape () const |
|
void | setSurfaceShape (SurfaceShape val) |
|
SurfaceShape | opSurfaceShape (const SOP_NodeVerb::CookParms &cookparms) const |
|
SurfaceType | getSurfaceType () const |
|
void | setSurfaceType (SurfaceType val) |
|
SurfaceType | opSurfaceType (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getScale () const |
|
void | setScale (fpreal64 val) |
|
fpreal64 | opScale (const SOP_NodeVerb::CookParms &cookparms) const |
|
int64 | getCols () const |
|
void | setCols (int64 val) |
|
int64 | opCols (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getRadius () const |
|
void | setRadius (fpreal64 val) |
|
fpreal64 | opRadius (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getWidth () const |
|
void | setWidth (fpreal64 val) |
|
fpreal64 | opWidth (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getReverseCrossSections () const |
|
void | setReverseCrossSections (bool val) |
|
bool | opReverseCrossSections (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getStretchAroundTurns () const |
|
void | setStretchAroundTurns (bool val) |
|
bool | opStretchAroundTurns (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getMaxStretchAroundTurns () const |
|
void | setMaxStretchAroundTurns (fpreal64 val) |
|
fpreal64 | opMaxStretchAroundTurns (const SOP_NodeVerb::CookParms &cookparms) const |
|
EndCapType | getEndCapType () const |
|
void | setEndCapType (EndCapType val) |
|
EndCapType | opEndCapType (const SOP_NodeVerb::CookParms &cookparms) const |
|
int64 | getCapDivs () const |
|
void | setCapDivs (int64 val) |
|
int64 | opCapDivs (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getTriangularPoles () const |
|
void | setTriangularPoles (bool val) |
|
bool | opTriangularPoles (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getCapScale () const |
|
void | setCapScale (fpreal64 val) |
|
fpreal64 | opCapScale (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getCapRoundness () const |
|
void | setCapRoundness (fpreal64 val) |
|
fpreal64 | opCapRoundness (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getAddEndCapsGroup () const |
|
void | setAddEndCapsGroup (bool val) |
|
bool | opAddEndCapsGroup (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getEndCapsGroup () const |
|
void | setEndCapsGroup (const UT_StringHolder &val) |
|
UT_StringHolder | opEndCapsGroup (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getApplyScale () const |
|
void | setApplyScale (bool val) |
|
bool | opApplyScale (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_SharedPtr< UT_Ramp > | getScaleRamp () const |
|
void | setScaleRamp (UT_SharedPtr< UT_Ramp > val) |
|
UT_SharedPtr< UT_Ramp > | opScaleRamp (const SOP_NodeVerb::CookParms &cookparms) const |
|
ROrd | getROrd () const |
|
void | setROrd (ROrd val) |
|
ROrd | opROrd (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getApplyRoll () const |
|
void | setApplyRoll (bool val) |
|
bool | opApplyRoll (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getRoll () const |
|
void | setRoll (fpreal64 val) |
|
fpreal64 | opRoll (const SOP_NodeVerb::CookParms &cookparms) const |
|
int64 | getFullTwists () const |
|
void | setFullTwists (int64 val) |
|
int64 | opFullTwists (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getIncRoll () const |
|
void | setIncRoll (fpreal64 val) |
|
fpreal64 | opIncRoll (const SOP_NodeVerb::CookParms &cookparms) const |
|
RollPer | getRollPer () const |
|
void | setRollPer (RollPer val) |
|
RollPer | opRollPer (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getRollAttrib () const |
|
void | setRollAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opRollAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getApplyYaw () const |
|
void | setApplyYaw (bool val) |
|
bool | opApplyYaw (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getYaw () const |
|
void | setYaw (fpreal64 val) |
|
fpreal64 | opYaw (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getIncYaw () const |
|
void | setIncYaw (fpreal64 val) |
|
fpreal64 | opIncYaw (const SOP_NodeVerb::CookParms &cookparms) const |
|
YawPer | getYawPer () const |
|
void | setYawPer (YawPer val) |
|
YawPer | opYawPer (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getYawAttrib () const |
|
void | setYawAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opYawAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getApplyPitch () const |
|
void | setApplyPitch (bool val) |
|
bool | opApplyPitch (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getPitch () const |
|
void | setPitch (fpreal64 val) |
|
fpreal64 | opPitch (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getIncPitch () const |
|
void | setIncPitch (fpreal64 val) |
|
fpreal64 | opIncPitch (const SOP_NodeVerb::CookParms &cookparms) const |
|
PitchPer | getPitchPer () const |
|
void | setPitchPer (PitchPer val) |
|
PitchPer | opPitchPer (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getPitchAttrib () const |
|
void | setPitchAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opPitchAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
CopyOrder | getCopyOrder () const |
|
void | setCopyOrder (CopyOrder val) |
|
CopyOrder | opCopyOrder (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getCrossSectionAttrib () const |
|
void | setCrossSectionAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opCrossSectionAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
PrimType | getPrimType () const |
|
void | setPrimType (PrimType val) |
|
PrimType | opPrimType (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUnrollClosedRowCol () const |
|
void | setUnrollClosedRowCol (bool val) |
|
bool | opUnrollClosedRowCol (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getSwapRowCol () const |
|
void | setSwapRowCol (bool val) |
|
bool | opSwapRowCol (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getCloseIfNoCurveInput () const |
|
void | setCloseIfNoCurveInput (bool val) |
|
bool | opCloseIfNoCurveInput (const SOP_NodeVerb::CookParms &cookparms) const |
|
TangentType | getTangentType () const |
|
void | setTangentType (TangentType val) |
|
TangentType | opTangentType (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getContinuousClosed () const |
|
void | setContinuousClosed (bool val) |
|
bool | opContinuousClosed (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getExtrapolateEndTangents () const |
|
void | setExtrapolateEndTangents (bool val) |
|
bool | opExtrapolateEndTangents (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getTransformByAttribs () const |
|
void | setTransformByAttribs (bool val) |
|
bool | opTransformByAttribs (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getComputeUVs () const |
|
void | setComputeUVs (bool val) |
|
bool | opComputeUVs (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getOverrideExistingUVs () const |
|
void | setOverrideExistingUVs (bool val) |
|
bool | opOverrideExistingUVs (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getLengthWeightedUVs () const |
|
void | setLengthWeightedUVs (bool val) |
|
bool | opLengthWeightedUVs (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getNormalizeU () const |
|
void | setNormalizeU (bool val) |
|
bool | opNormalizeU (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getNormalizeV () const |
|
void | setNormalizeV (bool val) |
|
bool | opNormalizeV (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getFlipU () const |
|
void | setFlipU (bool val) |
|
bool | opFlipU (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector2D | getUVScale () const |
|
void | setUVScale (UT_Vector2D val) |
|
UT_Vector2D | opUVScale (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseMeshEdgeLengths () const |
|
void | setUseMeshEdgeLengths (bool val) |
|
bool | opUseMeshEdgeLengths (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getPropScalePerCurve () const |
|
void | setPropScalePerCurve (bool val) |
|
bool | opPropScalePerCurve (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getWrapU () const |
|
void | setWrapU (bool val) |
|
bool | opWrapU (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getWrapV () const |
|
void | setWrapV (bool val) |
|
bool | opWrapV (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getAttribsFromBackbone () const |
|
void | setAttribsFromBackbone (const UT_StringHolder &val) |
|
UT_StringHolder | opAttribsFromBackbone (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getAttribsFromCrossSection () const |
|
void | setAttribsFromCrossSection (const UT_StringHolder &val) |
|
UT_StringHolder | opAttribsFromCrossSection (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getAddPointRow () const |
|
void | setAddPointRow (bool val) |
|
bool | opAddPointRow (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getPtRowAttrib () const |
|
void | setPtRowAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opPtRowAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getAddPointCol () const |
|
void | setAddPointCol (bool val) |
|
bool | opAddPointCol (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getPtColAttrib () const |
|
void | setPtColAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opPtColAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getAddPrimRow () const |
|
void | setAddPrimRow (bool val) |
|
bool | opAddPrimRow (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getPrimRowAttrib () const |
|
void | setPrimRowAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opPrimRowAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getAddPrimCol () const |
|
void | setAddPrimCol (bool val) |
|
bool | opAddPrimCol (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getPrimColAttrib () const |
|
void | setPrimColAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opPrimColAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getAddCrossSectionNum () const |
|
void | setAddCrossSectionNum (bool val) |
|
bool | opAddCrossSectionNum (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getCrossSectionNumAttrib () const |
|
void | setCrossSectionNumAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opCrossSectionNumAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getAddCurveNum () const |
|
void | setAddCurveNum (bool val) |
|
bool | opAddCurveNum (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getCurveNumAttrib () const |
|
void | setCurveNumAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opCurveNumAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
UpVectorType | getUpVectorType () const |
|
void | setUpVectorType (UpVectorType val) |
|
UpVectorType | opUpVectorType (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUpVectorAtStart () const |
|
void | setUpVectorAtStart (bool val) |
|
bool | opUpVectorAtStart (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getUseEndUpVector () const |
|
void | setUseEndUpVector (bool val) |
|
bool | opUseEndUpVector (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getUpVectorAttrib () const |
|
void | setUpVectorAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opUpVectorAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getEndUpVectorAttrib () const |
|
void | setEndUpVectorAttrib (const UT_StringHolder &val) |
|
UT_StringHolder | opEndUpVectorAttrib (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getUpVector () const |
|
void | setUpVector (UT_Vector3D val) |
|
UT_Vector3D | opUpVector (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getEndUpVector () const |
|
void | setEndUpVector (UT_Vector3D val) |
|
UT_Vector3D | opEndUpVector (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 |
|