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

#include <SOP_UVFlattenFromPoints.proto.h>

+ Inheritance diagram for SOP_UVFlattenFromPointsParms:

Public Types

using LayoutMethod = SOP_UVFlattenFromPointsEnums::LayoutMethod
 
using CenterPointsSource = SOP_UVFlattenFromPointsEnums::CenterPointsSource
 
using PointSelectionMethod = SOP_UVFlattenFromPointsEnums::PointSelectionMethod
 
using PackingMethod = SOP_UVFlattenFromPointsEnums::PackingMethod
 
- 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_UVFlattenFromPointsParms ()
 
 SOP_UVFlattenFromPointsParms (const SOP_UVFlattenFromPointsParms &)=default
 
SOP_UVFlattenFromPointsParmsoperator= (const SOP_UVFlattenFromPointsParms &)=default
 
 SOP_UVFlattenFromPointsParms (SOP_UVFlattenFromPointsParms &&) noexcept=default
 
SOP_UVFlattenFromPointsParmsoperator= (SOP_UVFlattenFromPointsParms &&) noexcept=default
 
 ~SOP_UVFlattenFromPointsParms () override
 
bool operator== (const SOP_UVFlattenFromPointsParms &src) const
 
bool operator!= (const SOP_UVFlattenFromPointsParms &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
 
const UT_StringHoldergetUVAttrib () const
 
void setUVAttrib (const UT_StringHolder &val)
 
UT_StringHolder opUVAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
LayoutMethod getLayoutMethod () const
 
void setLayoutMethod (LayoutMethod val)
 
LayoutMethod opLayoutMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
CenterPointsSource getCenterPointsSource () const
 
void setCenterPointsSource (CenterPointsSource val)
 
CenterPointsSource opCenterPointsSource (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSrcPoints () const
 
void setSrcPoints (const UT_StringHolder &val)
 
UT_StringHolder opSrcPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
PointSelectionMethod getPointSelectionMethod () const
 
void setPointSelectionMethod (PointSelectionMethod val)
 
PointSelectionMethod opPointSelectionMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getAddAutomaticSources () const
 
void setAddAutomaticSources (bool val)
 
bool opAddAutomaticSources (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getNAutomaticSources () const
 
void setNAutomaticSources (int64 val)
 
int64 opNAutomaticSources (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getAutomaticDistortionThreshold () const
 
void setAutomaticDistortionThreshold (fpreal64 val)
 
fpreal64 opAutomaticDistortionThreshold (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseUp () const
 
void setUseUp (bool val)
 
bool opUseUp (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetUDirAttrib () const
 
void setUDirAttrib (const UT_StringHolder &val)
 
UT_StringHolder opUDirAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseScale () const
 
void setUseScale (bool val)
 
bool opUseScale (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetLogScaleAttrib () const
 
void setLogScaleAttrib (const UT_StringHolder &val)
 
UT_StringHolder opLogScaleAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsePScale () const
 
void setUsePScale (bool val)
 
bool opUsePScale (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetLogScaleUniformAttrib () const
 
void setLogScaleUniformAttrib (const UT_StringHolder &val)
 
UT_StringHolder opLogScaleUniformAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
PackingMethod getPackingMethod () const
 
void setPackingMethod (PackingMethod val)
 
PackingMethod opPackingMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2D getBBoxCenter () const
 
void setBBoxCenter (UT_Vector2D val)
 
UT_Vector2D opBBoxCenter (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2D getBBoxSize () const
 
void setBBoxSize (UT_Vector2D val)
 
UT_Vector2D opBBoxSize (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseUDIMTarget () const
 
void setUseUDIMTarget (bool val)
 
bool opUseUDIMTarget (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetUDIMTargetAttrib () const
 
void setUDIMTargetAttrib (const UT_StringHolder &val)
 
UT_StringHolder opUDIMTargetAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2D getNoneUVCenter () const
 
void setNoneUVCenter (UT_Vector2D val)
 
UT_Vector2D opNoneUVCenter (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseDistortionPruning () const
 
void setUseDistortionPruning (bool val)
 
bool opUseDistortionPruning (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDistortionThreshold () const
 
void setDistortionThreshold (fpreal64 val)
 
fpreal64 opDistortionThreshold (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOutputMissingGroup () const
 
void setUseOutputMissingGroup (bool val)
 
bool opUseOutputMissingGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetMissingPrimsGroup () const
 
void setMissingPrimsGroup (const UT_StringHolder &val)
 
UT_StringHolder opMissingPrimsGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPreserveExistingUVs () const
 
void setPreserveExistingUVs (bool val)
 
bool opPreserveExistingUVs (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOutputUnprocessedPrims () const
 
void setUseOutputUnprocessedPrims (bool val)
 
bool opUseOutputUnprocessedPrims (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetUnprocessedPrimsGroup () const
 
void setUnprocessedPrimsGroup (const UT_StringHolder &val)
 
UT_StringHolder opUnprocessedPrimsGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOutputSeams () const
 
void setUseOutputSeams (bool val)
 
bool opUseOutputSeams (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutputSeams () const
 
void setOutputSeams (const UT_StringHolder &val)
 
UT_StringHolder opOutputSeams (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOutputVoronoiCells () const
 
void setUseOutputVoronoiCells (bool val)
 
bool opUseOutputVoronoiCells (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutputVoronoiCells () const
 
void setOutputVoronoiCells (const UT_StringHolder &val)
 
UT_StringHolder opOutputVoronoiCells (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseCopyPointAttribs () const
 
void setUseCopyPointAttribs (bool val)
 
bool opUseCopyPointAttribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCopyPointAttribs () const
 
void setCopyPointAttribs (const UT_StringHolder &val)
 
UT_StringHolder opCopyPointAttribs (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOutputIndividualUVs () const
 
void setUseOutputIndividualUVs (bool val)
 
bool opUseOutputIndividualUVs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutputIndividualUVs () const
 
void setOutputIndividualUVs (const UT_StringHolder &val)
 
UT_StringHolder opOutputIndividualUVs (const SOP_NodeVerb::CookParms &cookparms) const
 
- Public Member Functions inherited from SOP_NodeParms
 SOP_NodeParms ()
 
bool applyGeometryOverride (GU_ConstDetailHandle gdh)
 
bool applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache)
 
- Public Member Functions inherited from OP_NodeParms
 OP_NodeParms ()
 
virtual ~OP_NodeParms ()
 
void loadFromOp (const LoadParms &loadparms)
 
bool applyOptionsOverride (const UT_Options *options)
 
virtual exint getNumParms () const
 
virtual const char * getParmName (exint idx) const
 
virtual ParmType getParmType (exint idx) const
 
virtual void getParmValue (exint idx, exint &value) const
 
virtual void getParmValue (exint idx, fpreal &value) const
 
virtual void getParmValue (exint idx, UT_Vector2D &value) const
 
virtual void getParmValue (exint idx, UT_Vector3D &value) const
 
virtual void getParmValue (exint idx, UT_Vector4D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix2D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix3D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix4D &value) const
 
virtual void getParmValue (exint idx, UT_StringHolder &value) const
 
virtual void getParmValue (exint idx, UT_SharedPtr< UT_Ramp > &value) const
 
virtual void getParmValue (exint idx, PRM_DataItemHandle &value) const
 
virtual void setParmValue (exint idx, const exint &value)
 
virtual void setParmValue (exint idx, const fpreal &value)
 
virtual void setParmValue (exint idx, const UT_Vector2D &value)
 
virtual void setParmValue (exint idx, const UT_Vector3D &value)
 
virtual void setParmValue (exint idx, const UT_Vector4D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix2D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix3D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix4D &value)
 
virtual void setParmValue (exint idx, const UT_StringHolder &value)
 
virtual void setParmValue (exint idx, const UT_SharedPtr< UT_Ramp > &value)
 
virtual void setParmValue (exint idx, const PRM_DataItemHandle &value)
 
virtual UT_StringHolder baseGetSignature () const
 
virtual void baseSetSignature (const UT_StringHolder &sig)
 
virtual int64 getMemoryUsage (bool inclusive) const
 
template<>
void coerceValue (exint &result, const exint &src) const
 
template<>
void coerceValue (bool &result, const exint &src) const
 
template<>
void coerceValue (exint &result, const bool &src) const
 
template<>
void coerceValue (bool &result, const bool &src) const
 
template<>
void coerceValue (fpreal &result, const fpreal &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Matrix2D &result, const UT_Matrix2D &src) const
 
template<>
void coerceValue (UT_Matrix3D &result, const UT_Matrix3D &src) const
 
template<>
void coerceValue (UT_Matrix4D &result, const UT_Matrix4D &src) const
 
template<>
void coerceValue (UT_StringHolder &result, const UT_StringHolder &src) const
 
template<>
void coerceValue (UT_SharedPtr< UT_Ramp > &result, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
void coerceValue (PRM_DataItemHandle &result, const PRM_DataItemHandle &src) const
 
template<>
void coerceValue (UT_Vector2I &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2I &src) const
 
template<>
void coerceValue (UT_Vector3I &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3I &src) const
 
template<>
void coerceValue (UT_Vector4I &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4I &src) const
 
template<>
exint clampMinValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMinValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMinValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMinValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMinValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMinValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMinValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMinValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMinValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMinValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMinValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMinValue (fpreal clamp, const UT_Vector4I &src) const
 
template<>
UT_SharedPtr< UT_RampclampMinValue (fpreal clamp, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
exint clampMaxValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMaxValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMaxValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMaxValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMaxValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMaxValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMaxValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMaxValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMaxValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMaxValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMaxValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMaxValue (fpreal clamp, const UT_Vector4I &src) const
 

Static Public Member Functions

static int version ()
 
static void loadData (UT_IStream &is, int64 &v)
 
static void loadData (UT_IStream &is, bool &v)
 
static void loadData (UT_IStream &is, fpreal64 &v)
 
static void loadData (UT_IStream &is, UT_Vector2D &v)
 
static void loadData (UT_IStream &is, UT_Vector3D &v)
 
static void loadData (UT_IStream &is, UT_Vector4D &v)
 
static void loadData (UT_IStream &is, UT_Matrix2D &v)
 
static void loadData (UT_IStream &is, UT_Matrix3D &v)
 
static void loadData (UT_IStream &is, UT_Matrix4D &v)
 
static void loadData (UT_IStream &is, UT_Vector2I &v)
 
static void loadData (UT_IStream &is, UT_Vector3I &v)
 
static void loadData (UT_IStream &is, UT_Vector4I &v)
 
static void loadData (UT_IStream &is, UT_StringHolder &v)
 
static void loadData (UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
 
static void loadData (UT_IStream &is, PRM_DataItemHandle &v)
 
static void saveData (std::ostream &os, int64 v)
 
static void saveData (std::ostream &os, bool v)
 
static void saveData (std::ostream &os, fpreal64 v)
 
static void saveData (std::ostream &os, UT_Vector2D v)
 
static void saveData (std::ostream &os, UT_Vector3D v)
 
static void saveData (std::ostream &os, UT_Vector4D v)
 
static void saveData (std::ostream &os, UT_Matrix2D v)
 
static void saveData (std::ostream &os, UT_Matrix3D v)
 
static void saveData (std::ostream &os, UT_Matrix4D v)
 
static void saveData (std::ostream &os, UT_StringHolder s)
 
static void saveData (std::ostream &os, UT_SharedPtr< UT_Ramp > s)
 
static void saveData (std::ostream &os, PRM_DataItemHandle s)
 
- Static Public Member Functions inherited from SOP_NodeParms
static bool nodeHasGeometryOverride (SOP_Node *node, OP_Context &context)
 

Additional Inherited Members

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

Detailed Description

Definition at line 100 of file SOP_UVFlattenFromPoints.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_UVFlattenFromPointsParms::SOP_UVFlattenFromPointsParms ( )
inline

Definition at line 105 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 151 of file SOP_UVFlattenFromPoints.proto.h.

Member Function Documentation

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

Definition at line 208 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 328 of file SOP_UVFlattenFromPoints.proto.h.

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

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

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

Definition at line 490 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getAddAutomaticSources ( ) const
inline

Definition at line 1069 of file SOP_UVFlattenFromPoints.proto.h.

fpreal64 SOP_UVFlattenFromPointsParms::getAutomaticDistortionThreshold ( ) const
inline

Definition at line 1089 of file SOP_UVFlattenFromPoints.proto.h.

UT_Vector2D SOP_UVFlattenFromPointsParms::getBBoxCenter ( ) const
inline

Definition at line 1169 of file SOP_UVFlattenFromPoints.proto.h.

UT_Vector2D SOP_UVFlattenFromPointsParms::getBBoxSize ( ) const
inline

Definition at line 1179 of file SOP_UVFlattenFromPoints.proto.h.

CenterPointsSource SOP_UVFlattenFromPointsParms::getCenterPointsSource ( ) const
inline

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

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getCopyPointAttribs ( ) const
inline

Definition at line 1339 of file SOP_UVFlattenFromPoints.proto.h.

fpreal64 SOP_UVFlattenFromPointsParms::getDistortionThreshold ( ) const
inline

Definition at line 1229 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getGroup ( ) const
inline

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

LayoutMethod SOP_UVFlattenFromPointsParms::getLayoutMethod ( ) const
inline

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

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getLogScaleAttrib ( ) const
inline

Definition at line 1129 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getLogScaleUniformAttrib ( ) const
inline

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

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getMissingPrimsGroup ( ) const
inline

Definition at line 1249 of file SOP_UVFlattenFromPoints.proto.h.

int64 SOP_UVFlattenFromPointsParms::getNAutomaticSources ( ) const
inline

Definition at line 1079 of file SOP_UVFlattenFromPoints.proto.h.

exint SOP_UVFlattenFromPointsParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 634 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 646 of file SOP_UVFlattenFromPoints.proto.h.

ParmType SOP_UVFlattenFromPointsParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 729 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 471 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 473 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 475 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 477 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 479 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 481 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 483 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 485 of file SOP_UVFlattenFromPoints.proto.h.

UT_Vector2D SOP_UVFlattenFromPointsParms::getNoneUVCenter ( ) const
inline

Definition at line 1209 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getOutputIndividualUVs ( ) const
inline

Definition at line 1359 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getOutputSeams ( ) const
inline

Definition at line 1299 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getOutputVoronoiCells ( ) const
inline

Definition at line 1319 of file SOP_UVFlattenFromPoints.proto.h.

PackingMethod SOP_UVFlattenFromPointsParms::getPackingMethod ( ) const
inline

Definition at line 1159 of file SOP_UVFlattenFromPoints.proto.h.

PointSelectionMethod SOP_UVFlattenFromPointsParms::getPointSelectionMethod ( ) const
inline

Definition at line 1059 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getPreserveExistingUVs ( ) const
inline

Definition at line 1259 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getSrcPoints ( ) const
inline

Definition at line 1049 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getUDIMTargetAttrib ( ) const
inline

Definition at line 1199 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getUDirAttrib ( ) const
inline

Definition at line 1109 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getUnprocessedPrimsGroup ( ) const
inline

Definition at line 1279 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUseCopyPointAttribs ( ) const
inline

Definition at line 1329 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUseDistortionPruning ( ) const
inline

Definition at line 1219 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUseOutputIndividualUVs ( ) const
inline

Definition at line 1349 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUseOutputMissingGroup ( ) const
inline

Definition at line 1239 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUseOutputSeams ( ) const
inline

Definition at line 1289 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUseOutputUnprocessedPrims ( ) const
inline

Definition at line 1269 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUseOutputVoronoiCells ( ) const
inline

Definition at line 1309 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUsePScale ( ) const
inline

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

bool SOP_UVFlattenFromPointsParms::getUseScale ( ) const
inline

Definition at line 1119 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUseUDIMTarget ( ) const
inline

Definition at line 1189 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::getUseUp ( ) const
inline

Definition at line 1099 of file SOP_UVFlattenFromPoints.proto.h.

const UT_StringHolder& SOP_UVFlattenFromPointsParms::getUVAttrib ( ) const
inline

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

bool SOP_UVFlattenFromPointsParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 456 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::load ( UT_IStream is)
inline

Definition at line 960 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 813 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 815 of file SOP_UVFlattenFromPoints.proto.h.

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

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

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

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

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

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

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

Definition at line 824 of file SOP_UVFlattenFromPoints.proto.h.

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

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

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

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

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

Definition at line 831 of file SOP_UVFlattenFromPoints.proto.h.

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

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

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

Definition at line 835 of file SOP_UVFlattenFromPoints.proto.h.

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

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

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

Definition at line 841 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 843 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 854 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 322 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opAddAutomaticSources ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1071 of file SOP_UVFlattenFromPoints.proto.h.

fpreal64 SOP_UVFlattenFromPointsParms::opAutomaticDistortionThreshold ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1091 of file SOP_UVFlattenFromPoints.proto.h.

UT_Vector2D SOP_UVFlattenFromPointsParms::opBBoxCenter ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1171 of file SOP_UVFlattenFromPoints.proto.h.

UT_Vector2D SOP_UVFlattenFromPointsParms::opBBoxSize ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1181 of file SOP_UVFlattenFromPoints.proto.h.

CenterPointsSource SOP_UVFlattenFromPointsParms::opCenterPointsSource ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1041 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opCopyPointAttribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1341 of file SOP_UVFlattenFromPoints.proto.h.

fpreal64 SOP_UVFlattenFromPointsParms::opDistortionThreshold ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1231 of file SOP_UVFlattenFromPoints.proto.h.

Definition at line 197 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 153 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 1011 of file SOP_UVFlattenFromPoints.proto.h.

LayoutMethod SOP_UVFlattenFromPointsParms::opLayoutMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1031 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opLogScaleAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1131 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opLogScaleUniformAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_UVFlattenFromPointsParms::opMissingPrimsGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1251 of file SOP_UVFlattenFromPoints.proto.h.

int64 SOP_UVFlattenFromPointsParms::opNAutomaticSources ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1081 of file SOP_UVFlattenFromPoints.proto.h.

UT_Vector2D SOP_UVFlattenFromPointsParms::opNoneUVCenter ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1211 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opOutputIndividualUVs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1361 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opOutputSeams ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1301 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opOutputVoronoiCells ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1321 of file SOP_UVFlattenFromPoints.proto.h.

PackingMethod SOP_UVFlattenFromPointsParms::opPackingMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1161 of file SOP_UVFlattenFromPoints.proto.h.

PointSelectionMethod SOP_UVFlattenFromPointsParms::opPointSelectionMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1061 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opPreserveExistingUVs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1261 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opSrcPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1051 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opUDIMTargetAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1201 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opUDirAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1111 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opUnprocessedPrimsGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1281 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUseCopyPointAttribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1331 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUseDistortionPruning ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1221 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUseOutputIndividualUVs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1351 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUseOutputMissingGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1241 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUseOutputSeams ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1291 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUseOutputUnprocessedPrims ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1271 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUseOutputVoronoiCells ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1311 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUsePScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_UVFlattenFromPointsParms::opUseScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1121 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUseUDIMTarget ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1191 of file SOP_UVFlattenFromPoints.proto.h.

bool SOP_UVFlattenFromPointsParms::opUseUp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1101 of file SOP_UVFlattenFromPoints.proto.h.

UT_StringHolder SOP_UVFlattenFromPointsParms::opUVAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1021 of file SOP_UVFlattenFromPoints.proto.h.

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

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

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

Definition at line 874 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 876 of file SOP_UVFlattenFromPoints.proto.h.

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

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

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

Definition at line 880 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 882 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 885 of file SOP_UVFlattenFromPoints.proto.h.

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

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

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

Definition at line 890 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 892 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 894 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 896 of file SOP_UVFlattenFromPoints.proto.h.

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

Definition at line 903 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setAddAutomaticSources ( bool  val)
inline

Definition at line 1070 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setAutomaticDistortionThreshold ( fpreal64  val)
inline

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

void SOP_UVFlattenFromPointsParms::setBBoxCenter ( UT_Vector2D  val)
inline

Definition at line 1170 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setBBoxSize ( UT_Vector2D  val)
inline

Definition at line 1180 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setCenterPointsSource ( CenterPointsSource  val)
inline

Definition at line 1040 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setCopyPointAttribs ( const UT_StringHolder val)
inline

Definition at line 1340 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setDistortionThreshold ( fpreal64  val)
inline

Definition at line 1230 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setGroup ( const UT_StringHolder val)
inline

Definition at line 1010 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setLayoutMethod ( LayoutMethod  val)
inline

Definition at line 1030 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setLogScaleAttrib ( const UT_StringHolder val)
inline

Definition at line 1130 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setLogScaleUniformAttrib ( const UT_StringHolder val)
inline

Definition at line 1150 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setMissingPrimsGroup ( const UT_StringHolder val)
inline

Definition at line 1250 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setNAutomaticSources ( int64  val)
inline

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 621 of file SOP_UVFlattenFromPoints.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

void SOP_UVFlattenFromPointsParms::setNoneUVCenter ( UT_Vector2D  val)
inline

Definition at line 1210 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setOutputIndividualUVs ( const UT_StringHolder val)
inline

Definition at line 1360 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setOutputSeams ( const UT_StringHolder val)
inline

Definition at line 1300 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setOutputVoronoiCells ( const UT_StringHolder val)
inline

Definition at line 1320 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setPackingMethod ( PackingMethod  val)
inline

Definition at line 1160 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setPointSelectionMethod ( PointSelectionMethod  val)
inline

Definition at line 1060 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setPreserveExistingUVs ( bool  val)
inline

Definition at line 1260 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setSrcPoints ( const UT_StringHolder val)
inline

Definition at line 1050 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUDIMTargetAttrib ( const UT_StringHolder val)
inline

Definition at line 1200 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUDirAttrib ( const UT_StringHolder val)
inline

Definition at line 1110 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUnprocessedPrimsGroup ( const UT_StringHolder val)
inline

Definition at line 1280 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseCopyPointAttribs ( bool  val)
inline

Definition at line 1330 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseDistortionPruning ( bool  val)
inline

Definition at line 1220 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseOutputIndividualUVs ( bool  val)
inline

Definition at line 1350 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseOutputMissingGroup ( bool  val)
inline

Definition at line 1240 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseOutputSeams ( bool  val)
inline

Definition at line 1290 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseOutputUnprocessedPrims ( bool  val)
inline

Definition at line 1270 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseOutputVoronoiCells ( bool  val)
inline

Definition at line 1310 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUsePScale ( bool  val)
inline

Definition at line 1140 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseScale ( bool  val)
inline

Definition at line 1120 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseUDIMTarget ( bool  val)
inline

Definition at line 1190 of file SOP_UVFlattenFromPoints.proto.h.

void SOP_UVFlattenFromPointsParms::setUseUp ( bool  val)
inline

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

void SOP_UVFlattenFromPointsParms::setUVAttrib ( const UT_StringHolder val)
inline

Definition at line 1020 of file SOP_UVFlattenFromPoints.proto.h.

static int SOP_UVFlattenFromPointsParms::version ( )
inlinestatic

Definition at line 103 of file SOP_UVFlattenFromPoints.proto.h.


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