HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_Sweep_2_0Parms Class Reference

#include <SOP_Sweep-2.0.proto.h>

+ Inheritance diagram for SOP_Sweep_2_0Parms:

Public Types

using SurfaceShape = SOP_Sweep_2_0Enums::SurfaceShape
 
using SurfaceType = SOP_Sweep_2_0Enums::SurfaceType
 
using EndCapType = SOP_Sweep_2_0Enums::EndCapType
 
using ROrd = SOP_Sweep_2_0Enums::ROrd
 
using RollPer = SOP_Sweep_2_0Enums::RollPer
 
using YawPer = SOP_Sweep_2_0Enums::YawPer
 
using PitchPer = SOP_Sweep_2_0Enums::PitchPer
 
using CopyOrder = SOP_Sweep_2_0Enums::CopyOrder
 
using PrimType = SOP_Sweep_2_0Enums::PrimType
 
using UpVectorType = SOP_Sweep_2_0Enums::UpVectorType
 
using TangentType = SOP_Sweep_2_0Enums::TangentType
 
- Public Types inherited from OP_NodeParms
enum  ParmType {
  PARM_INTEGER, PARM_FLOAT, PARM_VECTOR2, PARM_VECTOR3,
  PARM_VECTOR4, PARM_MATRIX2, PARM_MATRIX3, PARM_MATRIX4,
  PARM_STRING, PARM_RAMP, PARM_DATA, PARM_MULTIPARM,
  PARM_UNSUPPORTED
}
 

Public Member Functions

 SOP_Sweep_2_0Parms ()
 
 SOP_Sweep_2_0Parms (const SOP_Sweep_2_0Parms &)=default
 
SOP_Sweep_2_0Parmsoperator= (const SOP_Sweep_2_0Parms &)=default
 
 SOP_Sweep_2_0Parms (SOP_Sweep_2_0Parms &&) noexcept=default
 
SOP_Sweep_2_0Parmsoperator= (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_StringHoldergetCurveGroup () const
 
void setCurveGroup (const UT_StringHolder &val)
 
UT_StringHolder opCurveGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCrossSectionGroup () 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_StringHoldergetEndCapsGroup () 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_RampgetScaleRamp () const
 
void setScaleRamp (UT_SharedPtr< UT_Ramp > val)
 
UT_SharedPtr< UT_RampopScaleRamp (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_StringHoldergetRollAttrib () 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_StringHoldergetYawAttrib () 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_StringHoldergetPitchAttrib () 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_StringHoldergetCrossSectionAttrib () 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_StringHoldergetAttribsFromBackbone () const
 
void setAttribsFromBackbone (const UT_StringHolder &val)
 
UT_StringHolder opAttribsFromBackbone (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetAttribsFromCrossSection () 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_StringHoldergetPtRowAttrib () 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_StringHoldergetPtColAttrib () 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_StringHoldergetPrimRowAttrib () 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_StringHoldergetPrimColAttrib () 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_StringHoldergetCrossSectionNumAttrib () 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_StringHoldergetCurveNumAttrib () 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_StringHoldergetUpVectorAttrib () const
 
void setUpVectorAttrib (const UT_StringHolder &val)
 
UT_StringHolder opUpVectorAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetEndUpVectorAttrib () 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
 
- Public Member Functions inherited from SOP_NodeParms
 SOP_NodeParms ()
 
bool applyGeometryOverride (GU_ConstDetailHandle gdh)
 
bool applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache)
 
- Public Member Functions inherited from OP_NodeParms
 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 UT_StringHolder baseGetSignature () const
 
virtual void baseSetSignature (const UT_StringHolder &sig)
 
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_RampclampMinValue (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
 

Static Public Member Functions

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)
 
- Static Public Member Functions inherited from SOP_NodeParms
static bool nodeHasGeometryOverride (SOP_Node *node, OP_Context &context)
 

Additional Inherited Members

- Protected Member Functions inherited from OP_NodeParms
 OP_NodeParms (const OP_NodeParms &)=default
 
OP_NodeParmsoperator= (const OP_NodeParms &)=default
 
template<typename T , typename S >
void coerceValue (T &result, const S &src) const
 
template<typename T >
T clampMinValue (fpreal minvalue, const T &src) const
 
template<typename T >
T clampMaxValue (fpreal maxvalue, const T &src) const
 
- Protected Attributes inherited from OP_NodeParms
UT_StringHolder _myBaseSignature
 

Detailed Description

Definition at line 289 of file SOP_Sweep-2.0.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_Sweep_2_0Parms::SOP_Sweep_2_0Parms ( )
inline

Definition at line 294 of file SOP_Sweep-2.0.proto.h.

SOP_Sweep_2_0Parms::SOP_Sweep_2_0Parms ( const SOP_Sweep_2_0Parms )
explicitdefault
SOP_Sweep_2_0Parms::SOP_Sweep_2_0Parms ( SOP_Sweep_2_0Parms &&  )
defaultnoexcept
SOP_Sweep_2_0Parms::~SOP_Sweep_2_0Parms ( )
inlineoverride

Definition at line 383 of file SOP_Sweep-2.0.proto.h.

Member Function Documentation

void SOP_Sweep_2_0Parms::buildFromOp ( const OP_GraphProxy graph,
exint  nodeidx,
fpreal  time,
DEP_MicroNode depnode 
)
inline

Definition at line 491 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 740 of file SOP_Sweep-2.0.proto.h.

template<typename T >
void SOP_Sweep_2_0Parms::doGetParmValue ( TempIndex  idx,
TempIndex  instance,
T value 
) const
inline

Definition at line 747 of file SOP_Sweep-2.0.proto.h.

template<typename T >
void SOP_Sweep_2_0Parms::doSetParmValue ( TempIndex  idx,
TempIndex  instance,
const T value 
)
inline

Definition at line 1031 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getAddCrossSectionNum ( ) const
inline

Definition at line 2617 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getAddCurveNum ( ) const
inline

Definition at line 2637 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getAddEndCapsGroup ( ) const
inline

Definition at line 2097 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getAddPointCol ( ) const
inline

Definition at line 2557 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getAddPointRow ( ) const
inline

Definition at line 2537 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getAddPrimCol ( ) const
inline

Definition at line 2597 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getAddPrimRow ( ) const
inline

Definition at line 2577 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getApplyPitch ( ) const
inline

Definition at line 2257 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getApplyRoll ( ) const
inline

Definition at line 2147 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getApplyScale ( ) const
inline

Definition at line 2117 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getApplyYaw ( ) const
inline

Definition at line 2207 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getAttribsFromBackbone ( ) const
inline

Definition at line 2517 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getAttribsFromCrossSection ( ) const
inline

Definition at line 2527 of file SOP_Sweep-2.0.proto.h.

int64 SOP_Sweep_2_0Parms::getCapDivs ( ) const
inline

Definition at line 2057 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getCapRoundness ( ) const
inline

Definition at line 2087 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getCapScale ( ) const
inline

Definition at line 2077 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getCloseIfNoCurveInput ( ) const
inline

Definition at line 2357 of file SOP_Sweep-2.0.proto.h.

int64 SOP_Sweep_2_0Parms::getCols ( ) const
inline

Definition at line 1987 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getComputeUVs ( ) const
inline

Definition at line 2407 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getContinuousClosed ( ) const
inline

Definition at line 2377 of file SOP_Sweep-2.0.proto.h.

CopyOrder SOP_Sweep_2_0Parms::getCopyOrder ( ) const
inline

Definition at line 2307 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getCrossSectionAttrib ( ) const
inline

Definition at line 2317 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getCrossSectionGroup ( ) const
inline

Definition at line 1947 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getCrossSectionNumAttrib ( ) const
inline

Definition at line 2627 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getCurveGroup ( ) const
inline

Definition at line 1937 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getCurveNumAttrib ( ) const
inline

Definition at line 2647 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getEndCapsGroup ( ) const
inline

Definition at line 2107 of file SOP_Sweep-2.0.proto.h.

EndCapType SOP_Sweep_2_0Parms::getEndCapType ( ) const
inline

Definition at line 2047 of file SOP_Sweep-2.0.proto.h.

UT_Vector3D SOP_Sweep_2_0Parms::getEndUpVector ( ) const
inline

Definition at line 2717 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getEndUpVectorAttrib ( ) const
inline

Definition at line 2697 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getExtrapolateEndTangents ( ) const
inline

Definition at line 2387 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getFlipU ( ) const
inline

Definition at line 2457 of file SOP_Sweep-2.0.proto.h.

int64 SOP_Sweep_2_0Parms::getFullTwists ( ) const
inline

Definition at line 2167 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getIncPitch ( ) const
inline

Definition at line 2277 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getIncRoll ( ) const
inline

Definition at line 2177 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getIncYaw ( ) const
inline

Definition at line 2227 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getLengthWeightedUVs ( ) const
inline

Definition at line 2427 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getMaxStretchAroundTurns ( ) const
inline

Definition at line 2037 of file SOP_Sweep-2.0.proto.h.

exint SOP_Sweep_2_0Parms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1304 of file SOP_Sweep-2.0.proto.h.

const char* SOP_Sweep_2_0Parms::getNestParmName ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1316 of file SOP_Sweep-2.0.proto.h.

ParmType SOP_Sweep_2_0Parms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1485 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
exint value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1006 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
fpreal value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1008 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector2D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1010 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector3D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1012 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector4D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1014 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix2D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1016 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix3D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1018 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix4D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1020 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_StringHolder value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1022 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_SharedPtr< UT_Ramp > &  value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1024 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
PRM_DataItemHandle value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1026 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getNormalizeU ( ) const
inline

Definition at line 2437 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getNormalizeV ( ) const
inline

Definition at line 2447 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getOverrideExistingUVs ( ) const
inline

Definition at line 2417 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getPitch ( ) const
inline

Definition at line 2267 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getPitchAttrib ( ) const
inline

Definition at line 2297 of file SOP_Sweep-2.0.proto.h.

PitchPer SOP_Sweep_2_0Parms::getPitchPer ( ) const
inline

Definition at line 2287 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getPrimColAttrib ( ) const
inline

Definition at line 2607 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getPrimRowAttrib ( ) const
inline

Definition at line 2587 of file SOP_Sweep-2.0.proto.h.

PrimType SOP_Sweep_2_0Parms::getPrimType ( ) const
inline

Definition at line 2327 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getPropScalePerCurve ( ) const
inline

Definition at line 2487 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getPtColAttrib ( ) const
inline

Definition at line 2567 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getPtRowAttrib ( ) const
inline

Definition at line 2547 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getRadius ( ) const
inline

Definition at line 1997 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getReverseCrossSections ( ) const
inline

Definition at line 2017 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getRoll ( ) const
inline

Definition at line 2157 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getRollAttrib ( ) const
inline

Definition at line 2197 of file SOP_Sweep-2.0.proto.h.

RollPer SOP_Sweep_2_0Parms::getRollPer ( ) const
inline

Definition at line 2187 of file SOP_Sweep-2.0.proto.h.

ROrd SOP_Sweep_2_0Parms::getROrd ( ) const
inline

Definition at line 2137 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getScale ( ) const
inline

Definition at line 1977 of file SOP_Sweep-2.0.proto.h.

UT_SharedPtr<UT_Ramp> SOP_Sweep_2_0Parms::getScaleRamp ( ) const
inline

Definition at line 2127 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getStretchAroundTurns ( ) const
inline

Definition at line 2027 of file SOP_Sweep-2.0.proto.h.

SurfaceShape SOP_Sweep_2_0Parms::getSurfaceShape ( ) const
inline

Definition at line 1957 of file SOP_Sweep-2.0.proto.h.

SurfaceType SOP_Sweep_2_0Parms::getSurfaceType ( ) const
inline

Definition at line 1967 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getSwapRowCol ( ) const
inline

Definition at line 2347 of file SOP_Sweep-2.0.proto.h.

TangentType SOP_Sweep_2_0Parms::getTangentType ( ) const
inline

Definition at line 2367 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getTransformByAttribs ( ) const
inline

Definition at line 2397 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getTriangularPoles ( ) const
inline

Definition at line 2067 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getUnrollClosedRowCol ( ) const
inline

Definition at line 2337 of file SOP_Sweep-2.0.proto.h.

UT_Vector3D SOP_Sweep_2_0Parms::getUpVector ( ) const
inline

Definition at line 2707 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getUpVectorAtStart ( ) const
inline

Definition at line 2667 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getUpVectorAttrib ( ) const
inline

Definition at line 2687 of file SOP_Sweep-2.0.proto.h.

UpVectorType SOP_Sweep_2_0Parms::getUpVectorType ( ) const
inline

Definition at line 2657 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getUseEndUpVector ( ) const
inline

Definition at line 2677 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getUseMeshEdgeLengths ( ) const
inline

Definition at line 2477 of file SOP_Sweep-2.0.proto.h.

UT_Vector2D SOP_Sweep_2_0Parms::getUVScale ( ) const
inline

Definition at line 2467 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getWidth ( ) const
inline

Definition at line 2007 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getWrapU ( ) const
inline

Definition at line 2497 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getWrapV ( ) const
inline

Definition at line 2507 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::getYaw ( ) const
inline

Definition at line 2217 of file SOP_Sweep-2.0.proto.h.

const UT_StringHolder& SOP_Sweep_2_0Parms::getYawAttrib ( ) const
inline

Definition at line 2247 of file SOP_Sweep-2.0.proto.h.

YawPer SOP_Sweep_2_0Parms::getYawPer ( ) const
inline

Definition at line 2237 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 997 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::load ( UT_IStream is)
inline

Definition at line 1845 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
int64 v 
)
inlinestatic

Definition at line 1655 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
bool &  v 
)
inlinestatic

Definition at line 1657 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
fpreal64 v 
)
inlinestatic

Definition at line 1659 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_Vector2D v 
)
inlinestatic

Definition at line 1661 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_Vector3D v 
)
inlinestatic

Definition at line 1663 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_Vector4D v 
)
inlinestatic

Definition at line 1666 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_Matrix2D v 
)
inlinestatic

Definition at line 1669 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_Matrix3D v 
)
inlinestatic

Definition at line 1671 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_Matrix4D v 
)
inlinestatic

Definition at line 1673 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_Vector2I v 
)
inlinestatic

Definition at line 1675 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_Vector3I v 
)
inlinestatic

Definition at line 1677 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_Vector4I v 
)
inlinestatic

Definition at line 1680 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_StringHolder v 
)
inlinestatic

Definition at line 1683 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
UT_SharedPtr< UT_Ramp > &  v 
)
inlinestatic

Definition at line 1685 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::loadData ( UT_IStream is,
PRM_DataItemHandle v 
)
inlinestatic

Definition at line 1696 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 734 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opAddCrossSectionNum ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2619 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opAddCurveNum ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2639 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opAddEndCapsGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2099 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opAddPointCol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2559 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opAddPointRow ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2539 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opAddPrimCol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2599 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opAddPrimRow ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2579 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opApplyPitch ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2259 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opApplyRoll ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2149 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opApplyScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2119 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opApplyYaw ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2209 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opAttribsFromBackbone ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2519 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opAttribsFromCrossSection ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2529 of file SOP_Sweep-2.0.proto.h.

int64 SOP_Sweep_2_0Parms::opCapDivs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2059 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opCapRoundness ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2089 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opCapScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2079 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opCloseIfNoCurveInput ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2359 of file SOP_Sweep-2.0.proto.h.

int64 SOP_Sweep_2_0Parms::opCols ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1989 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opComputeUVs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2409 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opContinuousClosed ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2379 of file SOP_Sweep-2.0.proto.h.

CopyOrder SOP_Sweep_2_0Parms::opCopyOrder ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2309 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opCrossSectionAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2319 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opCrossSectionGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1949 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opCrossSectionNumAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2629 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opCurveGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1939 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opCurveNumAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2649 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opEndCapsGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2109 of file SOP_Sweep-2.0.proto.h.

EndCapType SOP_Sweep_2_0Parms::opEndCapType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2049 of file SOP_Sweep-2.0.proto.h.

UT_Vector3D SOP_Sweep_2_0Parms::opEndUpVector ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2719 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opEndUpVectorAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2699 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::operator!= ( const SOP_Sweep_2_0Parms src) const
inline

Definition at line 473 of file SOP_Sweep-2.0.proto.h.

SOP_Sweep_2_0Parms& SOP_Sweep_2_0Parms::operator= ( const SOP_Sweep_2_0Parms )
default
SOP_Sweep_2_0Parms& SOP_Sweep_2_0Parms::operator= ( SOP_Sweep_2_0Parms &&  )
defaultnoexcept
bool SOP_Sweep_2_0Parms::operator== ( const SOP_Sweep_2_0Parms src) const
inline

Definition at line 385 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opExtrapolateEndTangents ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2389 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opFlipU ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2459 of file SOP_Sweep-2.0.proto.h.

int64 SOP_Sweep_2_0Parms::opFullTwists ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2169 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opIncPitch ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2279 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opIncRoll ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2179 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opIncYaw ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2229 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opLengthWeightedUVs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2429 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opMaxStretchAroundTurns ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2039 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opNormalizeU ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2439 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opNormalizeV ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2449 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opOverrideExistingUVs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2419 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opPitch ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2269 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opPitchAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2299 of file SOP_Sweep-2.0.proto.h.

PitchPer SOP_Sweep_2_0Parms::opPitchPer ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2289 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opPrimColAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2609 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opPrimRowAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2589 of file SOP_Sweep-2.0.proto.h.

PrimType SOP_Sweep_2_0Parms::opPrimType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2329 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opPropScalePerCurve ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2489 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opPtColAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2569 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opPtRowAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2549 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opRadius ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1999 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opReverseCrossSections ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2019 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opRoll ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2159 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opRollAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2199 of file SOP_Sweep-2.0.proto.h.

RollPer SOP_Sweep_2_0Parms::opRollPer ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2189 of file SOP_Sweep-2.0.proto.h.

ROrd SOP_Sweep_2_0Parms::opROrd ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2139 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1979 of file SOP_Sweep-2.0.proto.h.

UT_SharedPtr<UT_Ramp> SOP_Sweep_2_0Parms::opScaleRamp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2129 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opStretchAroundTurns ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2029 of file SOP_Sweep-2.0.proto.h.

SurfaceShape SOP_Sweep_2_0Parms::opSurfaceShape ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1959 of file SOP_Sweep-2.0.proto.h.

SurfaceType SOP_Sweep_2_0Parms::opSurfaceType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1969 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opSwapRowCol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2349 of file SOP_Sweep-2.0.proto.h.

TangentType SOP_Sweep_2_0Parms::opTangentType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2369 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opTransformByAttribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2399 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opTriangularPoles ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2069 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opUnrollClosedRowCol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2339 of file SOP_Sweep-2.0.proto.h.

UT_Vector3D SOP_Sweep_2_0Parms::opUpVector ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2709 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opUpVectorAtStart ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2669 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opUpVectorAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2689 of file SOP_Sweep-2.0.proto.h.

UpVectorType SOP_Sweep_2_0Parms::opUpVectorType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2659 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opUseEndUpVector ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2679 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opUseMeshEdgeLengths ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2479 of file SOP_Sweep-2.0.proto.h.

UT_Vector2D SOP_Sweep_2_0Parms::opUVScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2469 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opWidth ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2009 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opWrapU ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2499 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::opWrapV ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2509 of file SOP_Sweep-2.0.proto.h.

fpreal64 SOP_Sweep_2_0Parms::opYaw ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2219 of file SOP_Sweep-2.0.proto.h.

UT_StringHolder SOP_Sweep_2_0Parms::opYawAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2249 of file SOP_Sweep-2.0.proto.h.

YawPer SOP_Sweep_2_0Parms::opYawPer ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2239 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::save ( std::ostream &  os) const
inline

Definition at line 1759 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
int64  v 
)
inlinestatic

Definition at line 1716 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
bool  v 
)
inlinestatic

Definition at line 1718 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
fpreal64  v 
)
inlinestatic

Definition at line 1720 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
UT_Vector2D  v 
)
inlinestatic

Definition at line 1722 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
UT_Vector3D  v 
)
inlinestatic

Definition at line 1724 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
UT_Vector4D  v 
)
inlinestatic

Definition at line 1727 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
UT_Matrix2D  v 
)
inlinestatic

Definition at line 1730 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
UT_Matrix3D  v 
)
inlinestatic

Definition at line 1732 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
UT_Matrix4D  v 
)
inlinestatic

Definition at line 1734 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
UT_StringHolder  s 
)
inlinestatic

Definition at line 1736 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
UT_SharedPtr< UT_Ramp s 
)
inlinestatic

Definition at line 1738 of file SOP_Sweep-2.0.proto.h.

static void SOP_Sweep_2_0Parms::saveData ( std::ostream &  os,
PRM_DataItemHandle  s 
)
inlinestatic

Definition at line 1745 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAddCrossSectionNum ( bool  val)
inline

Definition at line 2618 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAddCurveNum ( bool  val)
inline

Definition at line 2638 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAddEndCapsGroup ( bool  val)
inline

Definition at line 2098 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAddPointCol ( bool  val)
inline

Definition at line 2558 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAddPointRow ( bool  val)
inline

Definition at line 2538 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAddPrimCol ( bool  val)
inline

Definition at line 2598 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAddPrimRow ( bool  val)
inline

Definition at line 2578 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setApplyPitch ( bool  val)
inline

Definition at line 2258 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setApplyRoll ( bool  val)
inline

Definition at line 2148 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setApplyScale ( bool  val)
inline

Definition at line 2118 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setApplyYaw ( bool  val)
inline

Definition at line 2208 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAttribsFromBackbone ( const UT_StringHolder val)
inline

Definition at line 2518 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAttribsFromCrossSection ( const UT_StringHolder val)
inline

Definition at line 2528 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCapDivs ( int64  val)
inline

Definition at line 2058 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCapRoundness ( fpreal64  val)
inline

Definition at line 2088 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCapScale ( fpreal64  val)
inline

Definition at line 2078 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCloseIfNoCurveInput ( bool  val)
inline

Definition at line 2358 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCols ( int64  val)
inline

Definition at line 1988 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setComputeUVs ( bool  val)
inline

Definition at line 2408 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setContinuousClosed ( bool  val)
inline

Definition at line 2378 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCopyOrder ( CopyOrder  val)
inline

Definition at line 2308 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCrossSectionAttrib ( const UT_StringHolder val)
inline

Definition at line 2318 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCrossSectionGroup ( const UT_StringHolder val)
inline

Definition at line 1948 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCrossSectionNumAttrib ( const UT_StringHolder val)
inline

Definition at line 2628 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCurveGroup ( const UT_StringHolder val)
inline

Definition at line 1938 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setCurveNumAttrib ( const UT_StringHolder val)
inline

Definition at line 2648 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setEndCapsGroup ( const UT_StringHolder val)
inline

Definition at line 2108 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setEndCapType ( EndCapType  val)
inline

Definition at line 2048 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setEndUpVector ( UT_Vector3D  val)
inline

Definition at line 2718 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setEndUpVectorAttrib ( const UT_StringHolder val)
inline

Definition at line 2698 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setExtrapolateEndTangents ( bool  val)
inline

Definition at line 2388 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setFlipU ( bool  val)
inline

Definition at line 2458 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setFullTwists ( int64  val)
inline

Definition at line 2168 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setIncPitch ( fpreal64  val)
inline

Definition at line 2278 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setIncRoll ( fpreal64  val)
inline

Definition at line 2178 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setIncYaw ( fpreal64  val)
inline

Definition at line 2228 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setLengthWeightedUVs ( bool  val)
inline

Definition at line 2428 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setMaxStretchAroundTurns ( fpreal64  val)
inline

Definition at line 2038 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const exint value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1281 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const fpreal value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1283 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector2D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1285 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector3D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1287 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector4D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1289 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix2D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1291 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix3D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1293 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix4D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1295 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_StringHolder value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1297 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_SharedPtr< UT_Ramp > &  value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1299 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const PRM_DataItemHandle value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1301 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNormalizeU ( bool  val)
inline

Definition at line 2438 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNormalizeV ( bool  val)
inline

Definition at line 2448 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setOverrideExistingUVs ( bool  val)
inline

Definition at line 2418 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setPitch ( fpreal64  val)
inline

Definition at line 2268 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setPitchAttrib ( const UT_StringHolder val)
inline

Definition at line 2298 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setPitchPer ( PitchPer  val)
inline

Definition at line 2288 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setPrimColAttrib ( const UT_StringHolder val)
inline

Definition at line 2608 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setPrimRowAttrib ( const UT_StringHolder val)
inline

Definition at line 2588 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setPrimType ( PrimType  val)
inline

Definition at line 2328 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setPropScalePerCurve ( bool  val)
inline

Definition at line 2488 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setPtColAttrib ( const UT_StringHolder val)
inline

Definition at line 2568 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setPtRowAttrib ( const UT_StringHolder val)
inline

Definition at line 2548 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setRadius ( fpreal64  val)
inline

Definition at line 1998 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setReverseCrossSections ( bool  val)
inline

Definition at line 2018 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setRoll ( fpreal64  val)
inline

Definition at line 2158 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setRollAttrib ( const UT_StringHolder val)
inline

Definition at line 2198 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setRollPer ( RollPer  val)
inline

Definition at line 2188 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setROrd ( ROrd  val)
inline

Definition at line 2138 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setScale ( fpreal64  val)
inline

Definition at line 1978 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setScaleRamp ( UT_SharedPtr< UT_Ramp val)
inline

Definition at line 2128 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setStretchAroundTurns ( bool  val)
inline

Definition at line 2028 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setSurfaceShape ( SurfaceShape  val)
inline

Definition at line 1958 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setSurfaceType ( SurfaceType  val)
inline

Definition at line 1968 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setSwapRowCol ( bool  val)
inline

Definition at line 2348 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setTangentType ( TangentType  val)
inline

Definition at line 2368 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setTransformByAttribs ( bool  val)
inline

Definition at line 2398 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setTriangularPoles ( bool  val)
inline

Definition at line 2068 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setUnrollClosedRowCol ( bool  val)
inline

Definition at line 2338 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setUpVector ( UT_Vector3D  val)
inline

Definition at line 2708 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setUpVectorAtStart ( bool  val)
inline

Definition at line 2668 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setUpVectorAttrib ( const UT_StringHolder val)
inline

Definition at line 2688 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setUpVectorType ( UpVectorType  val)
inline

Definition at line 2658 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setUseEndUpVector ( bool  val)
inline

Definition at line 2678 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setUseMeshEdgeLengths ( bool  val)
inline

Definition at line 2478 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setUVScale ( UT_Vector2D  val)
inline

Definition at line 2468 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setWidth ( fpreal64  val)
inline

Definition at line 2008 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setWrapU ( bool  val)
inline

Definition at line 2498 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setWrapV ( bool  val)
inline

Definition at line 2508 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setYaw ( fpreal64  val)
inline

Definition at line 2218 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setYawAttrib ( const UT_StringHolder val)
inline

Definition at line 2248 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setYawPer ( YawPer  val)
inline

Definition at line 2238 of file SOP_Sweep-2.0.proto.h.

static int SOP_Sweep_2_0Parms::version ( )
inlinestatic

Definition at line 292 of file SOP_Sweep-2.0.proto.h.


The documentation for this class was generated from the following file: