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

#include <SOP_TangentField.proto.h>

+ Inheritance diagram for SOP_TangentFieldParms:

Public Types

using Carrier = SOP_TangentFieldEnums::Carrier
 
using FlipCurvatureAxes = SOP_TangentFieldEnums::FlipCurvatureAxes
 
using BoundaryRot = SOP_TangentFieldEnums::BoundaryRot
 
using OutputMode = SOP_TangentFieldEnums::OutputMode
 
- 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_TangentFieldParms ()
 
 SOP_TangentFieldParms (const SOP_TangentFieldParms &)=default
 
SOP_TangentFieldParmsoperator= (const SOP_TangentFieldParms &)=default
 
 SOP_TangentFieldParms (SOP_TangentFieldParms &&) noexcept=default
 
SOP_TangentFieldParmsoperator= (SOP_TangentFieldParms &&) noexcept=default
 
 ~SOP_TangentFieldParms () override
 
bool operator== (const SOP_TangentFieldParms &src) const
 
bool operator!= (const SOP_TangentFieldParms &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_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
Carrier getCarrier () const
 
void setCarrier (Carrier val)
 
Carrier opCarrier (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDirections () const
 
void setDirections (int64 val)
 
int64 opDirections (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getRotation () const
 
void setRotation (fpreal64 val)
 
fpreal64 opRotation (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getCurvatureWeight () const
 
void setCurvatureWeight (fpreal64 val)
 
fpreal64 opCurvatureWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
FlipCurvatureAxes getFlipCurvatureAxes () const
 
void setFlipCurvatureAxes (FlipCurvatureAxes val)
 
FlipCurvatureAxes opFlipCurvatureAxes (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBoundaryWeight () const
 
void setBoundaryWeight (fpreal64 val)
 
fpreal64 opBoundaryWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
BoundaryRot getBoundaryRot () const
 
void setBoundaryRot (BoundaryRot val)
 
BoundaryRot opBoundaryRot (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetGuideAttrib () const
 
void setGuideAttrib (const UT_StringHolder &val)
 
UT_StringHolder opGuideAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetFieldAttrib () const
 
void setFieldAttrib (const UT_StringHolder &val)
 
UT_StringHolder opFieldAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getNormalizeField () const
 
void setNormalizeField (bool val)
 
bool opNormalizeField (const SOP_NodeVerb::CookParms &cookparms) const
 
OutputMode getOutputMode () const
 
void setOutputMode (OutputMode val)
 
OutputMode opOutputMode (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseSingularGroup () const
 
void setUseSingularGroup (bool val)
 
bool opUseSingularGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSingularGroup () const
 
void setSingularGroup (const UT_StringHolder &val)
 
UT_StringHolder opSingularGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsePositiveSingularGroup () const
 
void setUsePositiveSingularGroup (bool val)
 
bool opUsePositiveSingularGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPositiveSingularGroup () const
 
void setPositiveSingularGroup (const UT_StringHolder &val)
 
UT_StringHolder opPositiveSingularGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseNegativeSingularGroup () const
 
void setUseNegativeSingularGroup (bool val)
 
bool opUseNegativeSingularGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetNegativeSingularGroup () const
 
void setNegativeSingularGroup (const UT_StringHolder &val)
 
UT_StringHolder opNegativeSingularGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseDiscontinuitiesGroup () const
 
void setUseDiscontinuitiesGroup (bool val)
 
bool opUseDiscontinuitiesGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDiscontinuities () const
 
void setDiscontinuities (const UT_StringHolder &val)
 
UT_StringHolder opDiscontinuities (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getShowField () const
 
void setShowField (bool val)
 
bool opShowField (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getShowNormalized () const
 
void setShowNormalized (bool val)
 
bool opShowNormalized (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getShowPrescaled () const
 
void setShowPrescaled (bool val)
 
bool opShowPrescaled (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getVectorscale () const
 
void setVectorscale (fpreal64 val)
 
fpreal64 opVectorscale (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getShowSingularities () const
 
void setShowSingularities (bool val)
 
bool opShowSingularities (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getGuideAttribWeight () const
 
void setGuideAttribWeight (fpreal64 val)
 
fpreal64 opGuideAttribWeight (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 51 of file SOP_TangentField.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_TangentFieldParms::SOP_TangentFieldParms ( )
inline

Definition at line 56 of file SOP_TangentField.proto.h.

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

Definition at line 92 of file SOP_TangentField.proto.h.

Member Function Documentation

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

Definition at line 136 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 226 of file SOP_TangentField.proto.h.

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

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

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

Definition at line 358 of file SOP_TangentField.proto.h.

BoundaryRot SOP_TangentFieldParms::getBoundaryRot ( ) const
inline

Definition at line 857 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::getBoundaryWeight ( ) const
inline

Definition at line 847 of file SOP_TangentField.proto.h.

Carrier SOP_TangentFieldParms::getCarrier ( ) const
inline

Definition at line 797 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::getCurvatureWeight ( ) const
inline

Definition at line 827 of file SOP_TangentField.proto.h.

int64 SOP_TangentFieldParms::getDirections ( ) const
inline

Definition at line 807 of file SOP_TangentField.proto.h.

const UT_StringHolder& SOP_TangentFieldParms::getDiscontinuities ( ) const
inline

Definition at line 977 of file SOP_TangentField.proto.h.

const UT_StringHolder& SOP_TangentFieldParms::getFieldAttrib ( ) const
inline

Definition at line 877 of file SOP_TangentField.proto.h.

FlipCurvatureAxes SOP_TangentFieldParms::getFlipCurvatureAxes ( ) const
inline

Definition at line 837 of file SOP_TangentField.proto.h.

const UT_StringHolder& SOP_TangentFieldParms::getGroup ( ) const
inline

Definition at line 787 of file SOP_TangentField.proto.h.

const UT_StringHolder& SOP_TangentFieldParms::getGuideAttrib ( ) const
inline

Definition at line 867 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::getGuideAttribWeight ( ) const
inline

Definition at line 1037 of file SOP_TangentField.proto.h.

const UT_StringHolder& SOP_TangentFieldParms::getNegativeSingularGroup ( ) const
inline

Definition at line 957 of file SOP_TangentField.proto.h.

exint SOP_TangentFieldParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 472 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 484 of file SOP_TangentField.proto.h.

ParmType SOP_TangentFieldParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 547 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 333 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 335 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 337 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 339 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 341 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 343 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 345 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 347 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 349 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 351 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 353 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::getNormalizeField ( ) const
inline

Definition at line 887 of file SOP_TangentField.proto.h.

OutputMode SOP_TangentFieldParms::getOutputMode ( ) const
inline

Definition at line 897 of file SOP_TangentField.proto.h.

const UT_StringHolder& SOP_TangentFieldParms::getPositiveSingularGroup ( ) const
inline

Definition at line 937 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::getRotation ( ) const
inline

Definition at line 817 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::getShowField ( ) const
inline

Definition at line 987 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::getShowNormalized ( ) const
inline

Definition at line 997 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::getShowPrescaled ( ) const
inline

Definition at line 1007 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::getShowSingularities ( ) const
inline

Definition at line 1027 of file SOP_TangentField.proto.h.

const UT_StringHolder& SOP_TangentFieldParms::getSingularGroup ( ) const
inline

Definition at line 917 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::getUseDiscontinuitiesGroup ( ) const
inline

Definition at line 967 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::getUseNegativeSingularGroup ( ) const
inline

Definition at line 947 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::getUsePositiveSingularGroup ( ) const
inline

Definition at line 927 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::getUseSingularGroup ( ) const
inline

Definition at line 907 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::getVectorscale ( ) const
inline

Definition at line 1017 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 324 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::load ( UT_IStream is)
inline

Definition at line 748 of file SOP_TangentField.proto.h.

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

Definition at line 611 of file SOP_TangentField.proto.h.

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

Definition at line 613 of file SOP_TangentField.proto.h.

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

Definition at line 615 of file SOP_TangentField.proto.h.

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

Definition at line 617 of file SOP_TangentField.proto.h.

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

Definition at line 619 of file SOP_TangentField.proto.h.

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

Definition at line 622 of file SOP_TangentField.proto.h.

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

Definition at line 625 of file SOP_TangentField.proto.h.

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

Definition at line 627 of file SOP_TangentField.proto.h.

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

Definition at line 629 of file SOP_TangentField.proto.h.

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

Definition at line 631 of file SOP_TangentField.proto.h.

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

Definition at line 633 of file SOP_TangentField.proto.h.

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

Definition at line 636 of file SOP_TangentField.proto.h.

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

Definition at line 639 of file SOP_TangentField.proto.h.

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

Definition at line 641 of file SOP_TangentField.proto.h.

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

Definition at line 652 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 220 of file SOP_TangentField.proto.h.

BoundaryRot SOP_TangentFieldParms::opBoundaryRot ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 859 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::opBoundaryWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 849 of file SOP_TangentField.proto.h.

Carrier SOP_TangentFieldParms::opCarrier ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 799 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::opCurvatureWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 829 of file SOP_TangentField.proto.h.

int64 SOP_TangentFieldParms::opDirections ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 809 of file SOP_TangentField.proto.h.

UT_StringHolder SOP_TangentFieldParms::opDiscontinuities ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 979 of file SOP_TangentField.proto.h.

Definition at line 125 of file SOP_TangentField.proto.h.

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

Definition at line 94 of file SOP_TangentField.proto.h.

UT_StringHolder SOP_TangentFieldParms::opFieldAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 879 of file SOP_TangentField.proto.h.

FlipCurvatureAxes SOP_TangentFieldParms::opFlipCurvatureAxes ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 839 of file SOP_TangentField.proto.h.

UT_StringHolder SOP_TangentFieldParms::opGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 789 of file SOP_TangentField.proto.h.

UT_StringHolder SOP_TangentFieldParms::opGuideAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 869 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::opGuideAttribWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1039 of file SOP_TangentField.proto.h.

UT_StringHolder SOP_TangentFieldParms::opNegativeSingularGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 959 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::opNormalizeField ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 889 of file SOP_TangentField.proto.h.

OutputMode SOP_TangentFieldParms::opOutputMode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 899 of file SOP_TangentField.proto.h.

UT_StringHolder SOP_TangentFieldParms::opPositiveSingularGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 939 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::opRotation ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 819 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::opShowField ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 989 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::opShowNormalized ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 999 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::opShowPrescaled ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1009 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::opShowSingularities ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1029 of file SOP_TangentField.proto.h.

UT_StringHolder SOP_TangentFieldParms::opSingularGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 919 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::opUseDiscontinuitiesGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 969 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::opUseNegativeSingularGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 949 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::opUsePositiveSingularGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 929 of file SOP_TangentField.proto.h.

bool SOP_TangentFieldParms::opUseSingularGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 909 of file SOP_TangentField.proto.h.

fpreal64 SOP_TangentFieldParms::opVectorscale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1019 of file SOP_TangentField.proto.h.

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

Definition at line 715 of file SOP_TangentField.proto.h.

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

Definition at line 672 of file SOP_TangentField.proto.h.

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

Definition at line 674 of file SOP_TangentField.proto.h.

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

Definition at line 676 of file SOP_TangentField.proto.h.

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

Definition at line 678 of file SOP_TangentField.proto.h.

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

Definition at line 680 of file SOP_TangentField.proto.h.

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

Definition at line 683 of file SOP_TangentField.proto.h.

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

Definition at line 686 of file SOP_TangentField.proto.h.

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

Definition at line 688 of file SOP_TangentField.proto.h.

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

Definition at line 690 of file SOP_TangentField.proto.h.

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

Definition at line 692 of file SOP_TangentField.proto.h.

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

Definition at line 694 of file SOP_TangentField.proto.h.

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

Definition at line 701 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setBoundaryRot ( BoundaryRot  val)
inline

Definition at line 858 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setBoundaryWeight ( fpreal64  val)
inline

Definition at line 848 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setCarrier ( Carrier  val)
inline

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

void SOP_TangentFieldParms::setCurvatureWeight ( fpreal64  val)
inline

Definition at line 828 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setDirections ( int64  val)
inline

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

void SOP_TangentFieldParms::setDiscontinuities ( const UT_StringHolder val)
inline

Definition at line 978 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setFieldAttrib ( const UT_StringHolder val)
inline

Definition at line 878 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setFlipCurvatureAxes ( FlipCurvatureAxes  val)
inline

Definition at line 838 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setGroup ( const UT_StringHolder val)
inline

Definition at line 788 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setGuideAttrib ( const UT_StringHolder val)
inline

Definition at line 868 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setGuideAttribWeight ( fpreal64  val)
inline

Definition at line 1038 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setNegativeSingularGroup ( const UT_StringHolder val)
inline

Definition at line 958 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 449 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 451 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 453 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 455 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 457 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 459 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 461 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 463 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 465 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 467 of file SOP_TangentField.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 469 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setNormalizeField ( bool  val)
inline

Definition at line 888 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setOutputMode ( OutputMode  val)
inline

Definition at line 898 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setPositiveSingularGroup ( const UT_StringHolder val)
inline

Definition at line 938 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setRotation ( fpreal64  val)
inline

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

void SOP_TangentFieldParms::setShowField ( bool  val)
inline

Definition at line 988 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setShowNormalized ( bool  val)
inline

Definition at line 998 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setShowPrescaled ( bool  val)
inline

Definition at line 1008 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setShowSingularities ( bool  val)
inline

Definition at line 1028 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setSingularGroup ( const UT_StringHolder val)
inline

Definition at line 918 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setUseDiscontinuitiesGroup ( bool  val)
inline

Definition at line 968 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setUseNegativeSingularGroup ( bool  val)
inline

Definition at line 948 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setUsePositiveSingularGroup ( bool  val)
inline

Definition at line 928 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setUseSingularGroup ( bool  val)
inline

Definition at line 908 of file SOP_TangentField.proto.h.

void SOP_TangentFieldParms::setVectorscale ( fpreal64  val)
inline

Definition at line 1018 of file SOP_TangentField.proto.h.

static int SOP_TangentFieldParms::version ( )
inlinestatic

Definition at line 54 of file SOP_TangentField.proto.h.


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