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 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
 

Detailed Description

Definition at line 120 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 125 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 214 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 319 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 568 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 575 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 859 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getAddCrossSectionNum ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getAddCurveNum ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getAddEndCapsGroup ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getAddPointCol ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getAddPointRow ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getAddPrimCol ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getAddPrimRow ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getApplyPitch ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getApplyRoll ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getApplyScale ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getApplyYaw ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getAttribsFromBackbone ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getAttribsFromCrossSection ( ) const
inline

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

int64 SOP_Sweep_2_0Parms::getCapDivs ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getCapRoundness ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getCapScale ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getCloseIfNoCurveInput ( ) const
inline

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

int64 SOP_Sweep_2_0Parms::getCols ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getComputeUVs ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getContinuousClosed ( ) const
inline

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

CopyOrder SOP_Sweep_2_0Parms::getCopyOrder ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getCrossSectionAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getCrossSectionGroup ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getCrossSectionNumAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getCurveGroup ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getCurveNumAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getEndCapsGroup ( ) const
inline

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

EndCapType SOP_Sweep_2_0Parms::getEndCapType ( ) const
inline

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

UT_Vector3D SOP_Sweep_2_0Parms::getEndUpVector ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getEndUpVectorAttrib ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getExtrapolateEndTangents ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getFlipU ( ) const
inline

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

int64 SOP_Sweep_2_0Parms::getFullTwists ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getIncPitch ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getIncRoll ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getIncYaw ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getLengthWeightedUVs ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getMaxStretchAroundTurns ( ) const
inline

Definition at line 1865 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 1132 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 1144 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 1313 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 834 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 836 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 838 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 840 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 842 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 844 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 846 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 848 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 850 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 852 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 854 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::getNormalizeU ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getNormalizeV ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getOverrideExistingUVs ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getPitch ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getPitchAttrib ( ) const
inline

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

PitchPer SOP_Sweep_2_0Parms::getPitchPer ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getPrimColAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getPrimRowAttrib ( ) const
inline

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

PrimType SOP_Sweep_2_0Parms::getPrimType ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getPropScalePerCurve ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getPtColAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getPtRowAttrib ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getRadius ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getReverseCrossSections ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getRoll ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getRollAttrib ( ) const
inline

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

RollPer SOP_Sweep_2_0Parms::getRollPer ( ) const
inline

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

ROrd SOP_Sweep_2_0Parms::getROrd ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getScale ( ) const
inline

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

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

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

bool SOP_Sweep_2_0Parms::getStretchAroundTurns ( ) const
inline

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

SurfaceShape SOP_Sweep_2_0Parms::getSurfaceShape ( ) const
inline

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

SurfaceType SOP_Sweep_2_0Parms::getSurfaceType ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getSwapRowCol ( ) const
inline

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

TangentType SOP_Sweep_2_0Parms::getTangentType ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getTransformByAttribs ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getTriangularPoles ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getUnrollClosedRowCol ( ) const
inline

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

UT_Vector3D SOP_Sweep_2_0Parms::getUpVector ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getUpVectorAtStart ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getUpVectorAttrib ( ) const
inline

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

UpVectorType SOP_Sweep_2_0Parms::getUpVectorType ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getUseEndUpVector ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getUseMeshEdgeLengths ( ) const
inline

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

UT_Vector2D SOP_Sweep_2_0Parms::getUVScale ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getWidth ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getWrapU ( ) const
inline

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

bool SOP_Sweep_2_0Parms::getWrapV ( ) const
inline

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

fpreal64 SOP_Sweep_2_0Parms::getYaw ( ) const
inline

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

const UT_StringHolder& SOP_Sweep_2_0Parms::getYawAttrib ( ) const
inline

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

YawPer SOP_Sweep_2_0Parms::getYawPer ( ) const
inline

Definition at line 2065 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 825 of file SOP_Sweep-2.0.proto.h.

bool SOP_Sweep_2_0Parms::load ( UT_IStream is)
inline

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

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

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

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

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

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

Definition at line 1487 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 1489 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 1491 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 1494 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 1497 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 1499 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 1501 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 1503 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 1505 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 1508 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 1511 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 1513 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 1524 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 2037 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 2347 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 2357 of file SOP_Sweep-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 2137 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 2147 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 1777 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 2457 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 1767 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 2477 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 1937 of file SOP_Sweep-2.0.proto.h.

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

Definition at line 1877 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 2547 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 2527 of file SOP_Sweep-2.0.proto.h.

Definition at line 301 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 216 of file SOP_Sweep-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 2097 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 2127 of file SOP_Sweep-2.0.proto.h.

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

Definition at line 2117 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 2437 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 2417 of file SOP_Sweep-2.0.proto.h.

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

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

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

Definition at line 2317 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 2397 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 2377 of file SOP_Sweep-2.0.proto.h.

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

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

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

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

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

Definition at line 1987 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 2027 of file SOP_Sweep-2.0.proto.h.

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

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

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

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

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

Definition at line 1807 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 1957 of file SOP_Sweep-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 2167 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 2537 of file SOP_Sweep-2.0.proto.h.

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

Definition at line 2497 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 2517 of file SOP_Sweep-2.0.proto.h.

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

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

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

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

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

Definition at line 2307 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 2297 of file SOP_Sweep-2.0.proto.h.

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

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

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

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

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

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

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

Definition at line 2047 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 2077 of file SOP_Sweep-2.0.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 1548 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 1550 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 1552 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 1555 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 1558 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 1560 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 1562 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 1564 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 1566 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 1573 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setAddCrossSectionNum ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setAddCurveNum ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setAddEndCapsGroup ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setAddPointCol ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setAddPointRow ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setAddPrimCol ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setAddPrimRow ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setApplyPitch ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setApplyRoll ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setApplyScale ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setApplyYaw ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setAttribsFromBackbone ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setAttribsFromCrossSection ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setCapDivs ( int64  val)
inline

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

void SOP_Sweep_2_0Parms::setCapRoundness ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setCapScale ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setCloseIfNoCurveInput ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setCols ( int64  val)
inline

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

void SOP_Sweep_2_0Parms::setComputeUVs ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setContinuousClosed ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setCopyOrder ( CopyOrder  val)
inline

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

void SOP_Sweep_2_0Parms::setCrossSectionAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setCrossSectionGroup ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setCrossSectionNumAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setCurveGroup ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setCurveNumAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setEndCapsGroup ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setEndCapType ( EndCapType  val)
inline

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

void SOP_Sweep_2_0Parms::setEndUpVector ( UT_Vector3D  val)
inline

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

void SOP_Sweep_2_0Parms::setEndUpVectorAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setExtrapolateEndTangents ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setFlipU ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setFullTwists ( int64  val)
inline

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

void SOP_Sweep_2_0Parms::setIncPitch ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setIncRoll ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setIncYaw ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setLengthWeightedUVs ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setMaxStretchAroundTurns ( fpreal64  val)
inline

Definition at line 1866 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 1109 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 1111 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 1113 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 1115 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 1117 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 1119 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 1121 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 1123 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 1125 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 1127 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 1129 of file SOP_Sweep-2.0.proto.h.

void SOP_Sweep_2_0Parms::setNormalizeU ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setNormalizeV ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setOverrideExistingUVs ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setPitch ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setPitchAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setPitchPer ( PitchPer  val)
inline

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

void SOP_Sweep_2_0Parms::setPrimColAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setPrimRowAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setPrimType ( PrimType  val)
inline

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

void SOP_Sweep_2_0Parms::setPropScalePerCurve ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setPtColAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setPtRowAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setRadius ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setReverseCrossSections ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setRoll ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setRollAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setRollPer ( RollPer  val)
inline

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

void SOP_Sweep_2_0Parms::setROrd ( ROrd  val)
inline

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

void SOP_Sweep_2_0Parms::setScale ( fpreal64  val)
inline

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

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

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

void SOP_Sweep_2_0Parms::setStretchAroundTurns ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setSurfaceShape ( SurfaceShape  val)
inline

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

void SOP_Sweep_2_0Parms::setSurfaceType ( SurfaceType  val)
inline

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

void SOP_Sweep_2_0Parms::setSwapRowCol ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setTangentType ( TangentType  val)
inline

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

void SOP_Sweep_2_0Parms::setTransformByAttribs ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setTriangularPoles ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setUnrollClosedRowCol ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setUpVector ( UT_Vector3D  val)
inline

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

void SOP_Sweep_2_0Parms::setUpVectorAtStart ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setUpVectorAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setUpVectorType ( UpVectorType  val)
inline

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

void SOP_Sweep_2_0Parms::setUseEndUpVector ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setUseMeshEdgeLengths ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setUVScale ( UT_Vector2D  val)
inline

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

void SOP_Sweep_2_0Parms::setWidth ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setWrapU ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setWrapV ( bool  val)
inline

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

void SOP_Sweep_2_0Parms::setYaw ( fpreal64  val)
inline

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

void SOP_Sweep_2_0Parms::setYawAttrib ( const UT_StringHolder val)
inline

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

void SOP_Sweep_2_0Parms::setYawPer ( YawPer  val)
inline

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

static int SOP_Sweep_2_0Parms::version ( )
inlinestatic

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


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