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 UDIMTileMethod = SOP_UVLayout_3_0Enums::UDIMTileMethod
 
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
 
UDIMTileMethod getUDIMTileMethod () const
 
void setUDIMTileMethod (UDIMTileMethod val)
 
UDIMTileMethod opUDIMTileMethod (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
 
int64 getUdimtilestart () const
 
void setUdimtilestart (int64 val)
 
int64 opUdimtilestart (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getMaxudimtilecount () const
 
void setMaxudimtilecount (bool val)
 
bool opMaxudimtilecount (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
 
int64 getUdimtilecount () const
 
void setUdimtilecount (int64 val)
 
int64 opUdimtilecount (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 192 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 251 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 322 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 408 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 628 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 226 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 635 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 883 of file SOP_UVLayout-3.0.proto.h.

AxisAlignment SOP_UVLayout_3_0Parms::getAxisAlignment ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getCircleDivs ( ) const
inline

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

fpreal64 SOP_UVLayout_3_0Parms::getConnectivityTolerance ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getCorrectAreas ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getCustomResolution ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getDefaultTarget ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getDefaultUdimTarget ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getExpandPadding ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getGenerateIslandAttr ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getGenerateNonpackedPolys ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getGenerateTargetAttr ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getGroup ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getIslandAttr ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getIslandOffsetAttr ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getIslandScaleAttr ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getIterations ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getMaxudimtilecount ( ) const
inline

Definition at line 2174 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 1128 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 1142 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 1287 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 858 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 860 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 862 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 864 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 866 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 868 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 870 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 872 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 874 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 876 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 878 of file SOP_UVLayout-3.0.proto.h.

const UT_StringHolder& SOP_UVLayout_3_0Parms::getNonpackedPolys ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getNumColumns ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getOffsetOverrides ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getOutputIslandAttr ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getOutputTargetAttr ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getPackBetween ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getPackInCavities ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getPadBoundaries ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getPadding ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getRandSeed ( ) const
inline

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

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

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

Resolution SOP_UVLayout_3_0Parms::getResolution ( ) const
inline

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

RotationStep SOP_UVLayout_3_0Parms::getRotationStep ( ) const
inline

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

fpreal64 SOP_UVLayout_3_0Parms::getScale ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getScaleOverrides ( ) const
inline

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

fpreal64 SOP_UVLayout_3_0Parms::getScaleTolerance ( ) const
inline

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

Scaling SOP_UVLayout_3_0Parms::getScaling ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getSeparatorEdges ( ) const
inline

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

fpreal64 SOP_UVLayout_3_0Parms::getStackingLengthTolerance ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getStackIslands ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getStackMirrored ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getStackOnNonGroup ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getStartingUdim ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetAttr ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetGroup ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetIslandAttr ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetOverrides ( ) const
inline

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

TargetProjPlane SOP_UVLayout_3_0Parms::getTargetProjPlane ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetSeparatorEdges ( ) const
inline

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

TargetType SOP_UVLayout_3_0Parms::getTargetType ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getTargetUVAttr ( ) const
inline

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

UT_Vector2D SOP_UVLayout_3_0Parms::getTileSize ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getUdimtilecount ( ) const
inline

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

UDIMTileMethod SOP_UVLayout_3_0Parms::getUDIMTileMethod ( ) const
inline

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

int64 SOP_UVLayout_3_0Parms::getUdimtilestart ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getUseDefaultTarget ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getUseDefaultUdimTarget ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getUseIslandAttr ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getUseIslandOffsetAttr ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getUseIslandScaleAttr ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getUseTargetAttr ( ) const
inline

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

bool SOP_UVLayout_3_0Parms::getUseTargetIslandAttr ( ) const
inline

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

const UT_StringHolder& SOP_UVLayout_3_0Parms::getUVAttr ( ) const
inline

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

UVProjPlane SOP_UVLayout_3_0Parms::getUVProjPlane ( ) const
inline

Definition at line 1714 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 849 of file SOP_UVLayout-3.0.proto.h.

bool SOP_UVLayout_3_0Parms::load ( UT_IStream is)
inline

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

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

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

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

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

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

Definition at line 1437 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 1439 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 1441 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 1444 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 1447 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 1449 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 1451 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 1453 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 1455 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 1458 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 1461 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 1463 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 1474 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

bool SOP_UVLayout_3_0Parms::operator!= ( const SOP_UVLayout_3_0Parms src) const
inline

Definition at line 393 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 324 of file SOP_UVLayout-3.0.proto.h.

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

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

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

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

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

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

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

Definition at line 2326 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 1726 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 2109 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 2122 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 2096 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 1756 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 1836 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 1806 of file SOP_UVLayout-3.0.proto.h.

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

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

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

Definition at line 2176 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 2296 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 2146 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 1846 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 2316 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 2336 of file SOP_UVLayout-3.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

Definition at line 2086 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 2107 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 2120 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 2094 of file SOP_UVLayout-3.0.proto.h.

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

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

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

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

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

Definition at line 1886 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 1816 of file SOP_UVLayout-3.0.proto.h.

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

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

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

Definition at line 1876 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 1736 of file SOP_UVLayout-3.0.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 2156 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 1776 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 2206 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 2236 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 1786 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 2196 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 2216 of file SOP_UVLayout-3.0.proto.h.

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

Definition at line 2026 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 2186 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 2136 of file SOP_UVLayout-3.0.proto.h.

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

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

UDIMTileMethod SOP_UVLayout_3_0Parms::opUDIMTileMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 2226 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 1706 of file SOP_UVLayout-3.0.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 1498 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 1500 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 1502 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 1505 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 1508 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 1510 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 1512 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 1514 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 1516 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 1523 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setAxisAlignment ( AxisAlignment  val)
inline

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

void SOP_UVLayout_3_0Parms::setCircleDivs ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setConnectivityTolerance ( fpreal64  val)
inline

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

void SOP_UVLayout_3_0Parms::setCorrectAreas ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setCustomResolution ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setDefaultTarget ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setDefaultUdimTarget ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setExpandPadding ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setGenerateIslandAttr ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setGenerateNonpackedPolys ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setGenerateTargetAttr ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setIslandAttr ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setIslandOffsetAttr ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setIslandScaleAttr ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setIterations ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setMaxudimtilecount ( bool  val)
inline

Definition at line 2175 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 1105 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 1107 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 1109 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 1111 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 1113 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 1115 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 1117 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 1119 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 1121 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 1123 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 1125 of file SOP_UVLayout-3.0.proto.h.

void SOP_UVLayout_3_0Parms::setNonpackedPolys ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setNumColumns ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setOffsetOverrides ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setOutputIslandAttr ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setOutputTargetAttr ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setPackBetween ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setPackInCavities ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setPadBoundaries ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setPadding ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setRandSeed ( int64  val)
inline

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

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

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

void SOP_UVLayout_3_0Parms::setResolution ( Resolution  val)
inline

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

void SOP_UVLayout_3_0Parms::setRotationStep ( RotationStep  val)
inline

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

void SOP_UVLayout_3_0Parms::setScale ( fpreal64  val)
inline

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

void SOP_UVLayout_3_0Parms::setScaleOverrides ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setScaleTolerance ( fpreal64  val)
inline

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

void SOP_UVLayout_3_0Parms::setScaling ( Scaling  val)
inline

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

void SOP_UVLayout_3_0Parms::setSeparatorEdges ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setStackingLengthTolerance ( fpreal64  val)
inline

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

void SOP_UVLayout_3_0Parms::setStackIslands ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setStackMirrored ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setStackOnNonGroup ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setStartingUdim ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setTargetAttr ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setTargetGroup ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setTargetIslandAttr ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setTargetOverrides ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setTargetProjPlane ( TargetProjPlane  val)
inline

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

void SOP_UVLayout_3_0Parms::setTargetSeparatorEdges ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setTargetType ( TargetType  val)
inline

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

void SOP_UVLayout_3_0Parms::setTargetUVAttr ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setTileSize ( UT_Vector2D  val)
inline

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

void SOP_UVLayout_3_0Parms::setUdimtilecount ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setUDIMTileMethod ( UDIMTileMethod  val)
inline

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

void SOP_UVLayout_3_0Parms::setUdimtilestart ( int64  val)
inline

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

void SOP_UVLayout_3_0Parms::setUseDefaultTarget ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setUseDefaultUdimTarget ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setUseIslandAttr ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setUseIslandOffsetAttr ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setUseIslandScaleAttr ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setUseTargetAttr ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setUseTargetIslandAttr ( bool  val)
inline

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

void SOP_UVLayout_3_0Parms::setUVAttr ( const UT_StringHolder val)
inline

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

void SOP_UVLayout_3_0Parms::setUVProjPlane ( UVProjPlane  val)
inline

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

static int SOP_UVLayout_3_0Parms::version ( )
inlinestatic

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


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