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

#include <SOP_CurveFrame.proto.h>

+ Inheritance diagram for SOP_CurveFrameParms:

Public Types

using TangentType = SOP_CurveFrameEnums::TangentType
 
using UpVectorType = SOP_CurveFrameEnums::UpVectorType
 
using EnableCurvatureScaleAttrib = SOP_CurveFrameEnums::EnableCurvatureScaleAttrib
 
using ROrd = SOP_CurveFrameEnums::ROrd
 
using RollPer = SOP_CurveFrameEnums::RollPer
 
using YawPer = SOP_CurveFrameEnums::YawPer
 
using PitchPer = SOP_CurveFrameEnums::PitchPer
 
using Class = SOP_CurveFrameEnums::Class
 
- 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_CurveFrameParms ()
 
 SOP_CurveFrameParms (const SOP_CurveFrameParms &)=default
 
SOP_CurveFrameParmsoperator= (const SOP_CurveFrameParms &)=default
 
 SOP_CurveFrameParms (SOP_CurveFrameParms &&) noexcept=default
 
SOP_CurveFrameParmsoperator= (SOP_CurveFrameParms &&) noexcept=default
 
 ~SOP_CurveFrameParms () override
 
bool operator== (const SOP_CurveFrameParms &src) const
 
bool operator!= (const SOP_CurveFrameParms &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
 
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
 
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
 
bool getAdjustUpCurvature () const
 
void setAdjustUpCurvature (bool val)
 
bool opAdjustUpCurvature (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getCurvatureScale () const
 
void setCurvatureScale (fpreal64 val)
 
fpreal64 opCurvatureScale (const SOP_NodeVerb::CookParms &cookparms) const
 
EnableCurvatureScaleAttrib getEnableCurvatureScaleAttrib () const
 
void setEnableCurvatureScaleAttrib (EnableCurvatureScaleAttrib val)
 
EnableCurvatureScaleAttrib opEnableCurvatureScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCurvatureScaleAttrib () const
 
void setCurvatureScaleAttrib (const UT_StringHolder &val)
 
UT_StringHolder opCurvatureScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getEnableCurvatureAttrib () const
 
void setEnableCurvatureAttrib (bool val)
 
bool opEnableCurvatureAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCurvatureAttrib () const
 
void setCurvatureAttrib (const UT_StringHolder &val)
 
UT_StringHolder opCurvatureAttrib (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
 
RollPer getRollPer () const
 
void setRollPer (RollPer val)
 
RollPer opRollPer (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
 
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
 
YawPer getYawPer () const
 
void setYawPer (YawPer val)
 
YawPer opYawPer (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getIncYaw () const
 
void setIncYaw (fpreal64 val)
 
fpreal64 opIncYaw (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
 
PitchPer getPitchPer () const
 
void setPitchPer (PitchPer val)
 
PitchPer opPitchPer (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getIncPitch () const
 
void setIncPitch (fpreal64 val)
 
fpreal64 opIncPitch (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
 
bool getNormalize () const
 
void setNormalize (bool val)
 
bool opNormalize (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getScale () const
 
void setScale (fpreal64 val)
 
fpreal64 opScale (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
 
Class getClass () const
 
void setClass (Class val)
 
Class opClass (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutputXAxis () const
 
void setOutputXAxis (bool val)
 
bool opOutputXAxis (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetXAxisName () const
 
void setXAxisName (const UT_StringHolder &val)
 
UT_StringHolder opXAxisName (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutputYAxis () const
 
void setOutputYAxis (bool val)
 
bool opOutputYAxis (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetYAxisName () const
 
void setYAxisName (const UT_StringHolder &val)
 
UT_StringHolder opYAxisName (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutputZAxis () const
 
void setOutputZAxis (bool val)
 
bool opOutputZAxis (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetZAxisName () const
 
void setZAxisName (const UT_StringHolder &val)
 
UT_StringHolder opZAxisName (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutputTranslation () const
 
void setOutputTranslation (bool val)
 
bool opOutputTranslation (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTranslationName () const
 
void setTranslationName (const UT_StringHolder &val)
 
UT_StringHolder opTranslationName (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutputQuaternion () const
 
void setOutputQuaternion (bool val)
 
bool opOutputQuaternion (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetQuaternionName () const
 
void setQuaternionName (const UT_StringHolder &val)
 
UT_StringHolder opQuaternionName (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutputTransform3 () const
 
void setOutputTransform3 (bool val)
 
bool opOutputTransform3 (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTransform3Name () const
 
void setTransform3Name (const UT_StringHolder &val)
 
UT_StringHolder opTransform3Name (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutputTransform4 () const
 
void setOutputTransform4 (bool val)
 
bool opOutputTransform4 (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTransform4Name () const
 
void setTransform4Name (const UT_StringHolder &val)
 
UT_StringHolder opTransform4Name (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 88 of file SOP_CurveFrame.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_CurveFrameParms::SOP_CurveFrameParms ( )
inline

Definition at line 93 of file SOP_CurveFrame.proto.h.

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

Definition at line 157 of file SOP_CurveFrame.proto.h.

Member Function Documentation

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

Definition at line 233 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 407 of file SOP_CurveFrame.proto.h.

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

Definition at line 414 of file SOP_CurveFrame.proto.h.

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

Definition at line 623 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getAdjustUpCurvature ( ) const
inline

Definition at line 1424 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getApplyPitch ( ) const
inline

Definition at line 1604 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getApplyRoll ( ) const
inline

Definition at line 1494 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getApplyYaw ( ) const
inline

Definition at line 1554 of file SOP_CurveFrame.proto.h.

Class SOP_CurveFrameParms::getClass ( ) const
inline

Definition at line 1694 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getContinuousClosed ( ) const
inline

Definition at line 1324 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getCurvatureAttrib ( ) const
inline

Definition at line 1474 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::getCurvatureScale ( ) const
inline

Definition at line 1434 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getCurvatureScaleAttrib ( ) const
inline

Definition at line 1454 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getCurveGroup ( ) const
inline

Definition at line 1304 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getEnableCurvatureAttrib ( ) const
inline

Definition at line 1464 of file SOP_CurveFrame.proto.h.

EnableCurvatureScaleAttrib SOP_CurveFrameParms::getEnableCurvatureScaleAttrib ( ) const
inline

Definition at line 1444 of file SOP_CurveFrame.proto.h.

UT_Vector3D SOP_CurveFrameParms::getEndUpVector ( ) const
inline

Definition at line 1414 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getEndUpVectorAttrib ( ) const
inline

Definition at line 1394 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getExtrapolateEndTangents ( ) const
inline

Definition at line 1334 of file SOP_CurveFrame.proto.h.

int64 SOP_CurveFrameParms::getFullTwists ( ) const
inline

Definition at line 1524 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::getIncPitch ( ) const
inline

Definition at line 1634 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::getIncRoll ( ) const
inline

Definition at line 1534 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::getIncYaw ( ) const
inline

Definition at line 1584 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::getMaxStretchAroundTurns ( ) const
inline

Definition at line 1684 of file SOP_CurveFrame.proto.h.

exint SOP_CurveFrameParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 821 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 833 of file SOP_CurveFrame.proto.h.

ParmType SOP_CurveFrameParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 952 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 598 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 600 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 602 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 604 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 606 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 608 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 610 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 612 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 614 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 616 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 618 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getNormalize ( ) const
inline

Definition at line 1654 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getOutputQuaternion ( ) const
inline

Definition at line 1784 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getOutputTransform3 ( ) const
inline

Definition at line 1804 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getOutputTransform4 ( ) const
inline

Definition at line 1824 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getOutputTranslation ( ) const
inline

Definition at line 1764 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getOutputXAxis ( ) const
inline

Definition at line 1704 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getOutputYAxis ( ) const
inline

Definition at line 1724 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getOutputZAxis ( ) const
inline

Definition at line 1744 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::getPitch ( ) const
inline

Definition at line 1614 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getPitchAttrib ( ) const
inline

Definition at line 1644 of file SOP_CurveFrame.proto.h.

PitchPer SOP_CurveFrameParms::getPitchPer ( ) const
inline

Definition at line 1624 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getQuaternionName ( ) const
inline

Definition at line 1794 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::getRoll ( ) const
inline

Definition at line 1504 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getRollAttrib ( ) const
inline

Definition at line 1544 of file SOP_CurveFrame.proto.h.

RollPer SOP_CurveFrameParms::getRollPer ( ) const
inline

Definition at line 1514 of file SOP_CurveFrame.proto.h.

ROrd SOP_CurveFrameParms::getROrd ( ) const
inline

Definition at line 1484 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::getScale ( ) const
inline

Definition at line 1664 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getStretchAroundTurns ( ) const
inline

Definition at line 1674 of file SOP_CurveFrame.proto.h.

TangentType SOP_CurveFrameParms::getTangentType ( ) const
inline

Definition at line 1314 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getTransform3Name ( ) const
inline

Definition at line 1814 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getTransform4Name ( ) const
inline

Definition at line 1834 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getTransformByAttribs ( ) const
inline

Definition at line 1344 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getTranslationName ( ) const
inline

Definition at line 1774 of file SOP_CurveFrame.proto.h.

UT_Vector3D SOP_CurveFrameParms::getUpVector ( ) const
inline

Definition at line 1404 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getUpVectorAtStart ( ) const
inline

Definition at line 1364 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getUpVectorAttrib ( ) const
inline

Definition at line 1384 of file SOP_CurveFrame.proto.h.

UpVectorType SOP_CurveFrameParms::getUpVectorType ( ) const
inline

Definition at line 1354 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::getUseEndUpVector ( ) const
inline

Definition at line 1374 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getXAxisName ( ) const
inline

Definition at line 1714 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::getYaw ( ) const
inline

Definition at line 1564 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getYawAttrib ( ) const
inline

Definition at line 1594 of file SOP_CurveFrame.proto.h.

YawPer SOP_CurveFrameParms::getYawPer ( ) const
inline

Definition at line 1574 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getYAxisName ( ) const
inline

Definition at line 1734 of file SOP_CurveFrame.proto.h.

const UT_StringHolder& SOP_CurveFrameParms::getZAxisName ( ) const
inline

Definition at line 1754 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 589 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::load ( UT_IStream is)
inline

Definition at line 1237 of file SOP_CurveFrame.proto.h.

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

Definition at line 1072 of file SOP_CurveFrame.proto.h.

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

Definition at line 1074 of file SOP_CurveFrame.proto.h.

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

Definition at line 1076 of file SOP_CurveFrame.proto.h.

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

Definition at line 1078 of file SOP_CurveFrame.proto.h.

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

Definition at line 1080 of file SOP_CurveFrame.proto.h.

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

Definition at line 1083 of file SOP_CurveFrame.proto.h.

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

Definition at line 1086 of file SOP_CurveFrame.proto.h.

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

Definition at line 1088 of file SOP_CurveFrame.proto.h.

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

Definition at line 1090 of file SOP_CurveFrame.proto.h.

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

Definition at line 1092 of file SOP_CurveFrame.proto.h.

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

Definition at line 1094 of file SOP_CurveFrame.proto.h.

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

Definition at line 1097 of file SOP_CurveFrame.proto.h.

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

Definition at line 1100 of file SOP_CurveFrame.proto.h.

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

Definition at line 1102 of file SOP_CurveFrame.proto.h.

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

Definition at line 1113 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 401 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opAdjustUpCurvature ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1426 of file SOP_CurveFrame.proto.h.

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

Definition at line 1606 of file SOP_CurveFrame.proto.h.

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

Definition at line 1496 of file SOP_CurveFrame.proto.h.

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

Definition at line 1556 of file SOP_CurveFrame.proto.h.

Class SOP_CurveFrameParms::opClass ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1696 of file SOP_CurveFrame.proto.h.

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

Definition at line 1326 of file SOP_CurveFrame.proto.h.

UT_StringHolder SOP_CurveFrameParms::opCurvatureAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1476 of file SOP_CurveFrame.proto.h.

fpreal64 SOP_CurveFrameParms::opCurvatureScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1436 of file SOP_CurveFrame.proto.h.

UT_StringHolder SOP_CurveFrameParms::opCurvatureScaleAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1456 of file SOP_CurveFrame.proto.h.

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

Definition at line 1306 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opEnableCurvatureAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1466 of file SOP_CurveFrame.proto.h.

EnableCurvatureScaleAttrib SOP_CurveFrameParms::opEnableCurvatureScaleAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1446 of file SOP_CurveFrame.proto.h.

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

Definition at line 1416 of file SOP_CurveFrame.proto.h.

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

Definition at line 1396 of file SOP_CurveFrame.proto.h.

Definition at line 218 of file SOP_CurveFrame.proto.h.

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

Definition at line 159 of file SOP_CurveFrame.proto.h.

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

Definition at line 1336 of file SOP_CurveFrame.proto.h.

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

Definition at line 1526 of file SOP_CurveFrame.proto.h.

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

Definition at line 1636 of file SOP_CurveFrame.proto.h.

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

Definition at line 1536 of file SOP_CurveFrame.proto.h.

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

Definition at line 1586 of file SOP_CurveFrame.proto.h.

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

Definition at line 1686 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opNormalize ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1656 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opOutputQuaternion ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1786 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opOutputTransform3 ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1806 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opOutputTransform4 ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1826 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opOutputTranslation ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1766 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opOutputXAxis ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1706 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opOutputYAxis ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1726 of file SOP_CurveFrame.proto.h.

bool SOP_CurveFrameParms::opOutputZAxis ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1746 of file SOP_CurveFrame.proto.h.

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

Definition at line 1616 of file SOP_CurveFrame.proto.h.

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

Definition at line 1646 of file SOP_CurveFrame.proto.h.

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

Definition at line 1626 of file SOP_CurveFrame.proto.h.

UT_StringHolder SOP_CurveFrameParms::opQuaternionName ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1796 of file SOP_CurveFrame.proto.h.

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

Definition at line 1506 of file SOP_CurveFrame.proto.h.

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

Definition at line 1546 of file SOP_CurveFrame.proto.h.

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

Definition at line 1516 of file SOP_CurveFrame.proto.h.

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

Definition at line 1486 of file SOP_CurveFrame.proto.h.

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

Definition at line 1666 of file SOP_CurveFrame.proto.h.

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

Definition at line 1676 of file SOP_CurveFrame.proto.h.

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

Definition at line 1316 of file SOP_CurveFrame.proto.h.

UT_StringHolder SOP_CurveFrameParms::opTransform3Name ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1816 of file SOP_CurveFrame.proto.h.

UT_StringHolder SOP_CurveFrameParms::opTransform4Name ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1836 of file SOP_CurveFrame.proto.h.

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

Definition at line 1346 of file SOP_CurveFrame.proto.h.

UT_StringHolder SOP_CurveFrameParms::opTranslationName ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1776 of file SOP_CurveFrame.proto.h.

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

Definition at line 1406 of file SOP_CurveFrame.proto.h.

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

Definition at line 1366 of file SOP_CurveFrame.proto.h.

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

Definition at line 1386 of file SOP_CurveFrame.proto.h.

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

Definition at line 1356 of file SOP_CurveFrame.proto.h.

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

Definition at line 1376 of file SOP_CurveFrame.proto.h.

UT_StringHolder SOP_CurveFrameParms::opXAxisName ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1716 of file SOP_CurveFrame.proto.h.

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

Definition at line 1566 of file SOP_CurveFrame.proto.h.

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

Definition at line 1596 of file SOP_CurveFrame.proto.h.

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

Definition at line 1576 of file SOP_CurveFrame.proto.h.

UT_StringHolder SOP_CurveFrameParms::opYAxisName ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1736 of file SOP_CurveFrame.proto.h.

UT_StringHolder SOP_CurveFrameParms::opZAxisName ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1756 of file SOP_CurveFrame.proto.h.

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

Definition at line 1176 of file SOP_CurveFrame.proto.h.

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

Definition at line 1133 of file SOP_CurveFrame.proto.h.

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

Definition at line 1135 of file SOP_CurveFrame.proto.h.

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

Definition at line 1137 of file SOP_CurveFrame.proto.h.

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

Definition at line 1139 of file SOP_CurveFrame.proto.h.

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

Definition at line 1141 of file SOP_CurveFrame.proto.h.

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

Definition at line 1144 of file SOP_CurveFrame.proto.h.

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

Definition at line 1147 of file SOP_CurveFrame.proto.h.

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

Definition at line 1149 of file SOP_CurveFrame.proto.h.

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

Definition at line 1151 of file SOP_CurveFrame.proto.h.

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

Definition at line 1153 of file SOP_CurveFrame.proto.h.

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

Definition at line 1155 of file SOP_CurveFrame.proto.h.

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

Definition at line 1162 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setAdjustUpCurvature ( bool  val)
inline

Definition at line 1425 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setApplyPitch ( bool  val)
inline

Definition at line 1605 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setApplyRoll ( bool  val)
inline

Definition at line 1495 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setApplyYaw ( bool  val)
inline

Definition at line 1555 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setClass ( Class  val)
inline

Definition at line 1695 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setContinuousClosed ( bool  val)
inline

Definition at line 1325 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setCurvatureAttrib ( const UT_StringHolder val)
inline

Definition at line 1475 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setCurvatureScale ( fpreal64  val)
inline

Definition at line 1435 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setCurvatureScaleAttrib ( const UT_StringHolder val)
inline

Definition at line 1455 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setCurveGroup ( const UT_StringHolder val)
inline

Definition at line 1305 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setEnableCurvatureAttrib ( bool  val)
inline

Definition at line 1465 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setEnableCurvatureScaleAttrib ( EnableCurvatureScaleAttrib  val)
inline

Definition at line 1445 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setEndUpVector ( UT_Vector3D  val)
inline

Definition at line 1415 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setEndUpVectorAttrib ( const UT_StringHolder val)
inline

Definition at line 1395 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setExtrapolateEndTangents ( bool  val)
inline

Definition at line 1335 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setFullTwists ( int64  val)
inline

Definition at line 1525 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setIncPitch ( fpreal64  val)
inline

Definition at line 1635 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setIncRoll ( fpreal64  val)
inline

Definition at line 1535 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setIncYaw ( fpreal64  val)
inline

Definition at line 1585 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setMaxStretchAroundTurns ( fpreal64  val)
inline

Definition at line 1685 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 798 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 800 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 802 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 804 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 806 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 808 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 810 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 812 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 814 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 816 of file SOP_CurveFrame.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 818 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setNormalize ( bool  val)
inline

Definition at line 1655 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setOutputQuaternion ( bool  val)
inline

Definition at line 1785 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setOutputTransform3 ( bool  val)
inline

Definition at line 1805 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setOutputTransform4 ( bool  val)
inline

Definition at line 1825 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setOutputTranslation ( bool  val)
inline

Definition at line 1765 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setOutputXAxis ( bool  val)
inline

Definition at line 1705 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setOutputYAxis ( bool  val)
inline

Definition at line 1725 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setOutputZAxis ( bool  val)
inline

Definition at line 1745 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setPitch ( fpreal64  val)
inline

Definition at line 1615 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setPitchAttrib ( const UT_StringHolder val)
inline

Definition at line 1645 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setPitchPer ( PitchPer  val)
inline

Definition at line 1625 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setQuaternionName ( const UT_StringHolder val)
inline

Definition at line 1795 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setRoll ( fpreal64  val)
inline

Definition at line 1505 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setRollAttrib ( const UT_StringHolder val)
inline

Definition at line 1545 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setRollPer ( RollPer  val)
inline

Definition at line 1515 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setROrd ( ROrd  val)
inline

Definition at line 1485 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setScale ( fpreal64  val)
inline

Definition at line 1665 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setStretchAroundTurns ( bool  val)
inline

Definition at line 1675 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setTangentType ( TangentType  val)
inline

Definition at line 1315 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setTransform3Name ( const UT_StringHolder val)
inline

Definition at line 1815 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setTransform4Name ( const UT_StringHolder val)
inline

Definition at line 1835 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setTransformByAttribs ( bool  val)
inline

Definition at line 1345 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setTranslationName ( const UT_StringHolder val)
inline

Definition at line 1775 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setUpVector ( UT_Vector3D  val)
inline

Definition at line 1405 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setUpVectorAtStart ( bool  val)
inline

Definition at line 1365 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setUpVectorAttrib ( const UT_StringHolder val)
inline

Definition at line 1385 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setUpVectorType ( UpVectorType  val)
inline

Definition at line 1355 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setUseEndUpVector ( bool  val)
inline

Definition at line 1375 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setXAxisName ( const UT_StringHolder val)
inline

Definition at line 1715 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setYaw ( fpreal64  val)
inline

Definition at line 1565 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setYawAttrib ( const UT_StringHolder val)
inline

Definition at line 1595 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setYawPer ( YawPer  val)
inline

Definition at line 1575 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setYAxisName ( const UT_StringHolder val)
inline

Definition at line 1735 of file SOP_CurveFrame.proto.h.

void SOP_CurveFrameParms::setZAxisName ( const UT_StringHolder val)
inline

Definition at line 1755 of file SOP_CurveFrame.proto.h.

static int SOP_CurveFrameParms::version ( )
inlinestatic

Definition at line 91 of file SOP_CurveFrame.proto.h.


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