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

#include <SOP_UVLayout-3.0.proto.h>

+ Inheritance diagram for SOP_UVLayout_3_0Parms:

Classes

struct  Rects
 

Public Types

using UVProjPlane = SOP_UVLayout_3_0Enums::UVProjPlane
 
using AxisAlignment = SOP_UVLayout_3_0Enums::AxisAlignment
 
using Scaling = SOP_UVLayout_3_0Enums::Scaling
 
using RotationStep = SOP_UVLayout_3_0Enums::RotationStep
 
using Resolution = SOP_UVLayout_3_0Enums::Resolution
 
using TargetType = SOP_UVLayout_3_0Enums::TargetType
 
using TargetProjPlane = SOP_UVLayout_3_0Enums::TargetProjPlane
 
- 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

UT_StringHolder createString (const UT_Array< Rects > &list) const
 
 SOP_UVLayout_3_0Parms ()
 
 SOP_UVLayout_3_0Parms (const SOP_UVLayout_3_0Parms &)=default
 
SOP_UVLayout_3_0Parmsoperator= (const SOP_UVLayout_3_0Parms &)=default
 
 SOP_UVLayout_3_0Parms (SOP_UVLayout_3_0Parms &&) noexcept=default
 
SOP_UVLayout_3_0Parmsoperator= (SOP_UVLayout_3_0Parms &&) noexcept=default
 
 ~SOP_UVLayout_3_0Parms () override
 
bool operator== (const SOP_UVLayout_3_0Parms &src) const
 
bool operator!= (const SOP_UVLayout_3_0Parms &src) const
 
void buildFromOp (const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
 
void loadFromOpSubclass (const LoadParms &loadparms) override
 
void copyFrom (const OP_NodeParms *src) override
 
template<typename T >
void doGetParmValue (TempIndex idx, TempIndex instance, T &value) const
 
bool isParmColorRamp (exint idx) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, exint &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, fpreal &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
 
template<typename T >
void doSetParmValue (TempIndex idx, TempIndex instance, const T &value)
 
void setNestParmValue (TempIndex idx, TempIndex instance, const exint &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const fpreal &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
 
exint getNestNumParms (TempIndex idx) const override
 
const char * getNestParmName (TempIndex fieldnum) const override
 
ParmType getNestParmType (TempIndex fieldnum) const override
 
void save (std::ostream &os) const
 
bool load (UT_IStream &is)
 
const UT_StringHoldergetUVAttr () const
 
void setUVAttr (const UT_StringHolder &val)
 
UT_StringHolder opUVAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
UVProjPlane getUVProjPlane () const
 
void setUVProjPlane (UVProjPlane val)
 
UVProjPlane opUVProjPlane (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSeparatorEdges () const
 
void setSeparatorEdges (const UT_StringHolder &val)
 
UT_StringHolder opSeparatorEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseIslandAttr () const
 
void setUseIslandAttr (bool val)
 
bool opUseIslandAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetIslandAttr () const
 
void setIslandAttr (const UT_StringHolder &val)
 
UT_StringHolder opIslandAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseTargetAttr () const
 
void setUseTargetAttr (bool val)
 
bool opUseTargetAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTargetAttr () const
 
void setTargetAttr (const UT_StringHolder &val)
 
UT_StringHolder opTargetAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTargetOverrides () const
 
void setTargetOverrides (const UT_StringHolder &val)
 
UT_StringHolder opTargetOverrides (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseIslandScaleAttr () const
 
void setUseIslandScaleAttr (bool val)
 
bool opUseIslandScaleAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetIslandScaleAttr () const
 
void setIslandScaleAttr (const UT_StringHolder &val)
 
UT_StringHolder opIslandScaleAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetScaleOverrides () const
 
void setScaleOverrides (const UT_StringHolder &val)
 
UT_StringHolder opScaleOverrides (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseIslandOffsetAttr () const
 
void setUseIslandOffsetAttr (bool val)
 
bool opUseIslandOffsetAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetIslandOffsetAttr () const
 
void setIslandOffsetAttr (const UT_StringHolder &val)
 
UT_StringHolder opIslandOffsetAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOffsetOverrides () const
 
void setOffsetOverrides (const UT_StringHolder &val)
 
UT_StringHolder opOffsetOverrides (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCorrectAreas () const
 
void setCorrectAreas (bool val)
 
bool opCorrectAreas (const SOP_NodeVerb::CookParms &cookparms) const
 
AxisAlignment getAxisAlignment () const
 
void setAxisAlignment (AxisAlignment val)
 
AxisAlignment opAxisAlignment (const SOP_NodeVerb::CookParms &cookparms) const
 
Scaling getScaling () const
 
void setScaling (Scaling val)
 
Scaling opScaling (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getScale () const
 
void setScale (fpreal64 val)
 
fpreal64 opScale (const SOP_NodeVerb::CookParms &cookparms) const
 
RotationStep getRotationStep () const
 
void setRotationStep (RotationStep val)
 
RotationStep opRotationStep (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getCircleDivs () const
 
void setCircleDivs (int64 val)
 
int64 opCircleDivs (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPackBetween () const
 
void setPackBetween (bool val)
 
bool opPackBetween (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPackInCavities () const
 
void setPackInCavities (bool val)
 
bool opPackInCavities (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPadding () const
 
void setPadding (int64 val)
 
int64 opPadding (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPadBoundaries () const
 
void setPadBoundaries (bool val)
 
bool opPadBoundaries (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getExpandPadding () const
 
void setExpandPadding (bool val)
 
bool opExpandPadding (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getIterations () const
 
void setIterations (int64 val)
 
int64 opIterations (const SOP_NodeVerb::CookParms &cookparms) const
 
Resolution getResolution () const
 
void setResolution (Resolution val)
 
Resolution opResolution (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getCustomResolution () const
 
void setCustomResolution (int64 val)
 
int64 opCustomResolution (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getConnectivityTolerance () const
 
void setConnectivityTolerance (fpreal64 val)
 
fpreal64 opConnectivityTolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getScaleTolerance () const
 
void setScaleTolerance (fpreal64 val)
 
fpreal64 opScaleTolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getRandSeed () const
 
void setRandSeed (int64 val)
 
int64 opRandSeed (const SOP_NodeVerb::CookParms &cookparms) const
 
TargetType getTargetType () const
 
void setTargetType (TargetType val)
 
TargetType opTargetType (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseDefaultTarget () const
 
void setUseDefaultTarget (bool val)
 
bool opUseDefaultTarget (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDefaultTarget () const
 
void setDefaultTarget (int64 val)
 
int64 opDefaultTarget (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseDefaultUdimTarget () const
 
void setUseDefaultUdimTarget (bool val)
 
bool opUseDefaultUdimTarget (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDefaultUdimTarget () const
 
void setDefaultUdimTarget (int64 val)
 
int64 opDefaultUdimTarget (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_Array< Rects > & getRects () const
 
void setRects (const UT_Array< Rects > &val)
 
exint opRects (const SOP_NodeVerb::CookParms &cookparms) const
 
bool opRects_rect_use (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
bool opinstRects_rect_use (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_Vector2D opRects_rect_center (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_Vector2D opinstRects_rect_center (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_Vector2D opRects_rect_size (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_Vector2D opinstRects_rect_size (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_Vector2D getTileSize () const
 
void setTileSize (UT_Vector2D val)
 
UT_Vector2D opTileSize (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getNumColumns () const
 
void setNumColumns (int64 val)
 
int64 opNumColumns (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getStartingUdim () const
 
void setStartingUdim (int64 val)
 
int64 opStartingUdim (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTargetUVAttr () const
 
void setTargetUVAttr (const UT_StringHolder &val)
 
UT_StringHolder opTargetUVAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
TargetProjPlane getTargetProjPlane () const
 
void setTargetProjPlane (TargetProjPlane val)
 
TargetProjPlane opTargetProjPlane (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTargetGroup () const
 
void setTargetGroup (const UT_StringHolder &val)
 
UT_StringHolder opTargetGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTargetSeparatorEdges () const
 
void setTargetSeparatorEdges (const UT_StringHolder &val)
 
UT_StringHolder opTargetSeparatorEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseTargetIslandAttr () const
 
void setUseTargetIslandAttr (bool val)
 
bool opUseTargetIslandAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTargetIslandAttr () const
 
void setTargetIslandAttr (const UT_StringHolder &val)
 
UT_StringHolder opTargetIslandAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getStackIslands () const
 
void setStackIslands (bool val)
 
bool opStackIslands (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getStackMirrored () const
 
void setStackMirrored (bool val)
 
bool opStackMirrored (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getStackOnNonGroup () const
 
void setStackOnNonGroup (bool val)
 
bool opStackOnNonGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getStackingLengthTolerance () const
 
void setStackingLengthTolerance (fpreal64 val)
 
fpreal64 opStackingLengthTolerance (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGenerateNonpackedPolys () const
 
void setGenerateNonpackedPolys (bool val)
 
bool opGenerateNonpackedPolys (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetNonpackedPolys () const
 
void setNonpackedPolys (const UT_StringHolder &val)
 
UT_StringHolder opNonpackedPolys (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGenerateIslandAttr () const
 
void setGenerateIslandAttr (bool val)
 
bool opGenerateIslandAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutputIslandAttr () const
 
void setOutputIslandAttr (const UT_StringHolder &val)
 
UT_StringHolder opOutputIslandAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGenerateTargetAttr () const
 
void setGenerateTargetAttr (bool val)
 
bool opGenerateTargetAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutputTargetAttr () const
 
void setOutputTargetAttr (const UT_StringHolder &val)
 
UT_StringHolder opOutputTargetAttr (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 77 of file SOP_UVLayout-3.0.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_UVLayout_3_0Parms::SOP_UVLayout_3_0Parms ( )
inline

Definition at line 136 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 203 of file SOP_UVLayout-3.0.proto.h.

Member Function Documentation

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

Definition at line 281 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 489 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::createString ( const UT_Array< Rects > &  list) const
inline

Definition at line 111 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 496 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 732 of file SOP_UVLayout-3.0.proto.h.

AxisAlignment SOP_UVLayout_3_0Parms::getAxisAlignment ( ) const
inline

Definition at line 1677 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::getCircleDivs ( ) const
inline

Definition at line 1717 of file SOP_UVLayout-3.0.proto.h.

fpreal64 SOP_UVLayout_3_0Parms::getConnectivityTolerance ( ) const
inline

Definition at line 1807 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getCorrectAreas ( ) const
inline

Definition at line 1667 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::getCustomResolution ( ) const
inline

Definition at line 1797 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::getDefaultTarget ( ) const
inline

Definition at line 1857 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::getDefaultUdimTarget ( ) const
inline

Definition at line 1877 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getExpandPadding ( ) const
inline

Definition at line 1767 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getGenerateIslandAttr ( ) const
inline

Definition at line 2087 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getGenerateNonpackedPolys ( ) const
inline

Definition at line 2067 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getGenerateTargetAttr ( ) const
inline

Definition at line 2107 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getGroup ( ) const
inline

Definition at line 1537 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getIslandAttr ( ) const
inline

Definition at line 1567 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getIslandOffsetAttr ( ) const
inline

Definition at line 1647 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getIslandScaleAttr ( ) const
inline

Definition at line 1617 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::getIterations ( ) const
inline

Definition at line 1777 of file SOP_UVLayout-3.0.proto.h.

exint SOP_UVLayout_3_0Parms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 965 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 979 of file SOP_UVLayout-3.0.proto.h.

ParmType SOP_UVLayout_3_0Parms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1116 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 707 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 709 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 711 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 713 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 715 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 717 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 719 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 721 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 723 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 725 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 727 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getNonpackedPolys ( ) const
inline

Definition at line 2077 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::getNumColumns ( ) const
inline

Definition at line 1947 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getOffsetOverrides ( ) const
inline

Definition at line 1657 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getOutputIslandAttr ( ) const
inline

Definition at line 2097 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getOutputTargetAttr ( ) const
inline

Definition at line 2117 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getPackBetween ( ) const
inline

Definition at line 1727 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getPackInCavities ( ) const
inline

Definition at line 1737 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getPadBoundaries ( ) const
inline

Definition at line 1757 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::getPadding ( ) const
inline

Definition at line 1747 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::getRandSeed ( ) const
inline

Definition at line 1827 of file SOP_UVLayout-3.0.proto.h.

const UT_Array<Rects>& SOP_UVLayout_3_0Parms::getRects ( ) const
inline

Definition at line 1887 of file SOP_UVLayout-3.0.proto.h.

Resolution SOP_UVLayout_3_0Parms::getResolution ( ) const
inline

Definition at line 1787 of file SOP_UVLayout-3.0.proto.h.

RotationStep SOP_UVLayout_3_0Parms::getRotationStep ( ) const
inline

Definition at line 1707 of file SOP_UVLayout-3.0.proto.h.

fpreal64 SOP_UVLayout_3_0Parms::getScale ( ) const
inline

Definition at line 1697 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getScaleOverrides ( ) const
inline

Definition at line 1627 of file SOP_UVLayout-3.0.proto.h.

fpreal64 SOP_UVLayout_3_0Parms::getScaleTolerance ( ) const
inline

Definition at line 1817 of file SOP_UVLayout-3.0.proto.h.

Scaling SOP_UVLayout_3_0Parms::getScaling ( ) const
inline

Definition at line 1687 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getSeparatorEdges ( ) const
inline

Definition at line 1547 of file SOP_UVLayout-3.0.proto.h.

fpreal64 SOP_UVLayout_3_0Parms::getStackingLengthTolerance ( ) const
inline

Definition at line 2057 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getStackIslands ( ) const
inline

Definition at line 2027 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getStackMirrored ( ) const
inline

Definition at line 2037 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getStackOnNonGroup ( ) const
inline

Definition at line 2047 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::getStartingUdim ( ) const
inline

Definition at line 1957 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetAttr ( ) const
inline

Definition at line 1587 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetGroup ( ) const
inline

Definition at line 1987 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetIslandAttr ( ) const
inline

Definition at line 2017 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetOverrides ( ) const
inline

Definition at line 1597 of file SOP_UVLayout-3.0.proto.h.

TargetProjPlane SOP_UVLayout_3_0Parms::getTargetProjPlane ( ) const
inline

Definition at line 1977 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetSeparatorEdges ( ) const
inline

Definition at line 1997 of file SOP_UVLayout-3.0.proto.h.

TargetType SOP_UVLayout_3_0Parms::getTargetType ( ) const
inline

Definition at line 1837 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetUVAttr ( ) const
inline

Definition at line 1967 of file SOP_UVLayout-3.0.proto.h.

UT_Vector2D SOP_UVLayout_3_0Parms::getTileSize ( ) const
inline

Definition at line 1937 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getUseDefaultTarget ( ) const
inline

Definition at line 1847 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getUseDefaultUdimTarget ( ) const
inline

Definition at line 1867 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getUseIslandAttr ( ) const
inline

Definition at line 1557 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getUseIslandOffsetAttr ( ) const
inline

Definition at line 1637 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getUseIslandScaleAttr ( ) const
inline

Definition at line 1607 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getUseTargetAttr ( ) const
inline

Definition at line 1577 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::getUseTargetIslandAttr ( ) const
inline

Definition at line 2007 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getUVAttr ( ) const
inline

Definition at line 1517 of file SOP_UVLayout-3.0.proto.h.

UVProjPlane SOP_UVLayout_3_0Parms::getUVProjPlane ( ) const
inline

Definition at line 1527 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 698 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::load ( UT_IStream is)
inline

Definition at line 1434 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1254 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1256 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1258 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1260 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1262 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1265 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1268 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1270 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1272 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1274 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1276 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1279 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1282 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1284 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1295 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 483 of file SOP_UVLayout-3.0.proto.h.

AxisAlignment SOP_UVLayout_3_0Parms::opAxisAlignment ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1679 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::opCircleDivs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1719 of file SOP_UVLayout-3.0.proto.h.

fpreal64 SOP_UVLayout_3_0Parms::opConnectivityTolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1809 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opCorrectAreas ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1669 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::opCustomResolution ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1799 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::opDefaultTarget ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1859 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::opDefaultUdimTarget ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1879 of file SOP_UVLayout-3.0.proto.h.

Definition at line 267 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 205 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opExpandPadding ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1769 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opGenerateIslandAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2089 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opGenerateNonpackedPolys ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2069 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opGenerateTargetAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2109 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1539 of file SOP_UVLayout-3.0.proto.h.

UT_Vector2D SOP_UVLayout_3_0Parms::opinstRects_rect_center ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1912 of file SOP_UVLayout-3.0.proto.h.

UT_Vector2D SOP_UVLayout_3_0Parms::opinstRects_rect_size ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1925 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opinstRects_rect_use ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1899 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opIslandAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1569 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opIslandOffsetAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1649 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opIslandScaleAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1619 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::opIterations ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1779 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opNonpackedPolys ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2079 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::opNumColumns ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1949 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opOffsetOverrides ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1659 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opOutputIslandAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2099 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opOutputTargetAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2119 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opPackBetween ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1729 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opPackInCavities ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1739 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opPadBoundaries ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1759 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::opPadding ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1749 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::opRandSeed ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1829 of file SOP_UVLayout-3.0.proto.h.

exint SOP_UVLayout_3_0Parms::opRects ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1889 of file SOP_UVLayout-3.0.proto.h.

UT_Vector2D SOP_UVLayout_3_0Parms::opRects_rect_center ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1910 of file SOP_UVLayout-3.0.proto.h.

UT_Vector2D SOP_UVLayout_3_0Parms::opRects_rect_size ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1923 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opRects_rect_use ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1897 of file SOP_UVLayout-3.0.proto.h.

Resolution SOP_UVLayout_3_0Parms::opResolution ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1789 of file SOP_UVLayout-3.0.proto.h.

RotationStep SOP_UVLayout_3_0Parms::opRotationStep ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1709 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1699 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opScaleOverrides ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1629 of file SOP_UVLayout-3.0.proto.h.

fpreal64 SOP_UVLayout_3_0Parms::opScaleTolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1819 of file SOP_UVLayout-3.0.proto.h.

Scaling SOP_UVLayout_3_0Parms::opScaling ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1689 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opSeparatorEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1549 of file SOP_UVLayout-3.0.proto.h.

fpreal64 SOP_UVLayout_3_0Parms::opStackingLengthTolerance ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2059 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opStackIslands ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2029 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opStackMirrored ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2039 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opStackOnNonGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2049 of file SOP_UVLayout-3.0.proto.h.

int64 SOP_UVLayout_3_0Parms::opStartingUdim ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1959 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opTargetAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1589 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opTargetGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1989 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opTargetIslandAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2019 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opTargetOverrides ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1599 of file SOP_UVLayout-3.0.proto.h.

TargetProjPlane SOP_UVLayout_3_0Parms::opTargetProjPlane ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1979 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opTargetSeparatorEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1999 of file SOP_UVLayout-3.0.proto.h.

TargetType SOP_UVLayout_3_0Parms::opTargetType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1839 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opTargetUVAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1969 of file SOP_UVLayout-3.0.proto.h.

UT_Vector2D SOP_UVLayout_3_0Parms::opTileSize ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1939 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opUseDefaultTarget ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1849 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opUseDefaultUdimTarget ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1869 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opUseIslandAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1559 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opUseIslandOffsetAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1639 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opUseIslandScaleAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1609 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opUseTargetAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1579 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::opUseTargetIslandAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2009 of file SOP_UVLayout-3.0.proto.h.

UT_StringHolder SOP_UVLayout_3_0Parms::opUVAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1519 of file SOP_UVLayout-3.0.proto.h.

UVProjPlane SOP_UVLayout_3_0Parms::opUVProjPlane ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1529 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1358 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1315 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1317 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1319 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1321 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1323 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1326 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1329 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1331 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1333 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1335 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1337 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 1344 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setAxisAlignment ( AxisAlignment  val)
inline

Definition at line 1678 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setCircleDivs ( int64  val)
inline

Definition at line 1718 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setConnectivityTolerance ( fpreal64  val)
inline

Definition at line 1808 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setCorrectAreas ( bool  val)
inline

Definition at line 1668 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setCustomResolution ( int64  val)
inline

Definition at line 1798 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setDefaultTarget ( int64  val)
inline

Definition at line 1858 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setDefaultUdimTarget ( int64  val)
inline

Definition at line 1878 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setExpandPadding ( bool  val)
inline

Definition at line 1768 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setGenerateIslandAttr ( bool  val)
inline

Definition at line 2088 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setGenerateNonpackedPolys ( bool  val)
inline

Definition at line 2068 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setGenerateTargetAttr ( bool  val)
inline

Definition at line 2108 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setGroup ( const UT_StringHolder val)
inline

Definition at line 1538 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setIslandAttr ( const UT_StringHolder val)
inline

Definition at line 1568 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setIslandOffsetAttr ( const UT_StringHolder val)
inline

Definition at line 1648 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setIslandScaleAttr ( const UT_StringHolder val)
inline

Definition at line 1618 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setIterations ( int64  val)
inline

Definition at line 1778 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 942 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 944 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 946 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 948 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 950 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 952 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 954 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 956 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 958 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 960 of file SOP_UVLayout-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 962 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setNonpackedPolys ( const UT_StringHolder val)
inline

Definition at line 2078 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setNumColumns ( int64  val)
inline

Definition at line 1948 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setOffsetOverrides ( const UT_StringHolder val)
inline

Definition at line 1658 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setOutputIslandAttr ( const UT_StringHolder val)
inline

Definition at line 2098 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setOutputTargetAttr ( const UT_StringHolder val)
inline

Definition at line 2118 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setPackBetween ( bool  val)
inline

Definition at line 1728 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setPackInCavities ( bool  val)
inline

Definition at line 1738 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setPadBoundaries ( bool  val)
inline

Definition at line 1758 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setPadding ( int64  val)
inline

Definition at line 1748 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setRandSeed ( int64  val)
inline

Definition at line 1828 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setRects ( const UT_Array< Rects > &  val)
inline

Definition at line 1888 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setResolution ( Resolution  val)
inline

Definition at line 1788 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setRotationStep ( RotationStep  val)
inline

Definition at line 1708 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setScale ( fpreal64  val)
inline

Definition at line 1698 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setScaleOverrides ( const UT_StringHolder val)
inline

Definition at line 1628 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setScaleTolerance ( fpreal64  val)
inline

Definition at line 1818 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setScaling ( Scaling  val)
inline

Definition at line 1688 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setSeparatorEdges ( const UT_StringHolder val)
inline

Definition at line 1548 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setStackingLengthTolerance ( fpreal64  val)
inline

Definition at line 2058 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setStackIslands ( bool  val)
inline

Definition at line 2028 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setStackMirrored ( bool  val)
inline

Definition at line 2038 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setStackOnNonGroup ( bool  val)
inline

Definition at line 2048 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setStartingUdim ( int64  val)
inline

Definition at line 1958 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setTargetAttr ( const UT_StringHolder val)
inline

Definition at line 1588 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setTargetGroup ( const UT_StringHolder val)
inline

Definition at line 1988 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setTargetIslandAttr ( const UT_StringHolder val)
inline

Definition at line 2018 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setTargetOverrides ( const UT_StringHolder val)
inline

Definition at line 1598 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setTargetProjPlane ( TargetProjPlane  val)
inline

Definition at line 1978 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setTargetSeparatorEdges ( const UT_StringHolder val)
inline

Definition at line 1998 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setTargetType ( TargetType  val)
inline

Definition at line 1838 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setTargetUVAttr ( const UT_StringHolder val)
inline

Definition at line 1968 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setTileSize ( UT_Vector2D  val)
inline

Definition at line 1938 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setUseDefaultTarget ( bool  val)
inline

Definition at line 1848 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setUseDefaultUdimTarget ( bool  val)
inline

Definition at line 1868 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setUseIslandAttr ( bool  val)
inline

Definition at line 1558 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setUseIslandOffsetAttr ( bool  val)
inline

Definition at line 1638 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setUseIslandScaleAttr ( bool  val)
inline

Definition at line 1608 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setUseTargetAttr ( bool  val)
inline

Definition at line 1578 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setUseTargetIslandAttr ( bool  val)
inline

Definition at line 2008 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setUVAttr ( const UT_StringHolder val)
inline

Definition at line 1518 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setUVProjPlane ( UVProjPlane  val)
inline

Definition at line 1528 of file SOP_UVLayout-3.0.proto.h.

static int SOP_UVLayout_3_0Parms::version ( )
inlinestatic

Definition at line 80 of file SOP_UVLayout-3.0.proto.h.


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