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

#include <SOP_SubdivideParms.proto.h>

+ Inheritance diagram for SOP_SubdivideParms:

Public Member Functions

 SOP_SubdivideParms ()
 
 SOP_SubdivideParms (const SOP_SubdivideParms &)=default
 
SOP_SubdivideParmsoperator= (const SOP_SubdivideParms &)=default
 
 SOP_SubdivideParms (SOP_SubdivideParms &&) noexcept=default
 
SOP_SubdivideParmsoperator= (SOP_SubdivideParms &&) noexcept=default
 
 ~SOP_SubdivideParms () override
 
bool operator== (const SOP_SubdivideParms &src) const
 
bool operator!= (const SOP_SubdivideParms &src) const
 
void buildFromOp (const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
 
void loadFromOpSubclass (const LoadParms &loadparms) override
 
void copyFrom (const OP_NodeParms *src) override
 
template<typename T >
void doGetParmValue (TempIndex idx, TempIndex instance, T &value) const
 
bool isParmColorRamp (exint idx) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, exint &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, fpreal &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
 
template<typename T >
void doSetParmValue (TempIndex idx, TempIndex instance, const T &value)
 
void setNestParmValue (TempIndex idx, TempIndex instance, const exint &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const fpreal &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
 
exint getNestNumParms (TempIndex idx) const override
 
const char * getNestParmName (TempIndex fieldnum) const override
 
ParmType getNestParmType (TempIndex fieldnum) const override
 
void save (std::ostream &os) const
 
bool load (UT_IStream &is)
 
const UT_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCreaseGroup () const
 
void setCreaseGroup (const UT_StringHolder &val)
 
UT_StringHolder opCreaseGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDepth () const
 
void setDepth (int64 val)
 
int64 opDepth (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOverrideCreaseWeight () const
 
void setOverrideCreaseWeight (bool val)
 
bool opOverrideCreaseWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getCreaseWeight () const
 
void setCreaseWeight (fpreal64 val)
 
fpreal64 opCreaseWeight (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutputCreases () const
 
void setOutputCreases (bool val)
 
bool opOutputCreases (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutputCreaseGroup () const
 
void setOutputCreaseGroup (const UT_StringHolder &val)
 
UT_StringHolder opOutputCreaseGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getCloseCracks () const
 
void setCloseCracks (int64 val)
 
int64 opCloseCracks (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDivideChoice () const
 
void setDivideChoice (int64 val)
 
int64 opDivideChoice (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBias () const
 
void setBias (fpreal64 val)
 
fpreal64 opBias (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getSmoothVertex () const
 
void setSmoothVertex (bool val)
 
bool opSmoothVertex (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getEnforceConsistentTopology () const
 
void setEnforceConsistentTopology (bool val)
 
bool opEnforceConsistentTopology (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getLinearCreases () const
 
void setLinearCreases (bool val)
 
bool opLinearCreases (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getAlgorithm () const
 
void setAlgorithm (int64 val)
 
int64 opAlgorithm (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBuildPolygonSoup () const
 
void setBuildPolygonSoup (bool val)
 
bool opBuildPolygonSoup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getTreatCurvesIndependent () const
 
void setTreatCurvesIndependent (bool val)
 
bool opTreatCurvesIndependent (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUpdateNormals () const
 
void setUpdateNormals (bool val)
 
bool opUpdateNormals (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getRemoveHoles () const
 
void setRemoveHoles (bool val)
 
bool opRemoveHoles (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetVtxBoundaryInterp () const
 
void setVtxBoundaryInterp (const UT_StringHolder &val)
 
UT_StringHolder opVtxBoundaryInterp (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetFVarLinearInterp () const
 
void setFVarLinearInterp (const UT_StringHolder &val)
 
UT_StringHolder opFVarLinearInterp (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCreasingMethod () const
 
void setCreasingMethod (const UT_StringHolder &val)
 
UT_StringHolder opCreasingMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTriangleSubd () const
 
void setTriangleSubd (const UT_StringHolder &val)
 
UT_StringHolder opTriangleSubd (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

- 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
}
 
- 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 24 of file SOP_SubdivideParms.proto.h.

Constructor & Destructor Documentation

SOP_SubdivideParms::SOP_SubdivideParms ( )
inline

Definition at line 29 of file SOP_SubdivideParms.proto.h.

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

Definition at line 61 of file SOP_SubdivideParms.proto.h.

Member Function Documentation

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

Definition at line 97 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 175 of file SOP_SubdivideParms.proto.h.

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

Definition at line 182 of file SOP_SubdivideParms.proto.h.

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

Definition at line 295 of file SOP_SubdivideParms.proto.h.

int64 SOP_SubdivideParms::getAlgorithm ( ) const
inline

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

fpreal64 SOP_SubdivideParms::getBias ( ) const
inline

Definition at line 778 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::getBuildPolygonSoup ( ) const
inline

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

int64 SOP_SubdivideParms::getCloseCracks ( ) const
inline

Definition at line 758 of file SOP_SubdivideParms.proto.h.

const UT_StringHolder& SOP_SubdivideParms::getCreaseGroup ( ) const
inline

Definition at line 698 of file SOP_SubdivideParms.proto.h.

fpreal64 SOP_SubdivideParms::getCreaseWeight ( ) const
inline

Definition at line 728 of file SOP_SubdivideParms.proto.h.

const UT_StringHolder& SOP_SubdivideParms::getCreasingMethod ( ) const
inline

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

int64 SOP_SubdivideParms::getDepth ( ) const
inline

Definition at line 708 of file SOP_SubdivideParms.proto.h.

int64 SOP_SubdivideParms::getDivideChoice ( ) const
inline

Definition at line 768 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::getEnforceConsistentTopology ( ) const
inline

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

const UT_StringHolder& SOP_SubdivideParms::getFVarLinearInterp ( ) const
inline

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

const UT_StringHolder& SOP_SubdivideParms::getGroup ( ) const
inline

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

bool SOP_SubdivideParms::getLinearCreases ( ) const
inline

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

exint SOP_SubdivideParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 397 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 409 of file SOP_SubdivideParms.proto.h.

ParmType SOP_SubdivideParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 464 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 270 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 272 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 274 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 276 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 278 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 280 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 282 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 284 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 286 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 288 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 290 of file SOP_SubdivideParms.proto.h.

const UT_StringHolder& SOP_SubdivideParms::getOutputCreaseGroup ( ) const
inline

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

bool SOP_SubdivideParms::getOutputCreases ( ) const
inline

Definition at line 738 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::getOverrideCreaseWeight ( ) const
inline

Definition at line 718 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::getRemoveHoles ( ) const
inline

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

bool SOP_SubdivideParms::getSmoothVertex ( ) const
inline

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

bool SOP_SubdivideParms::getTreatCurvesIndependent ( ) const
inline

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

const UT_StringHolder& SOP_SubdivideParms::getTriangleSubd ( ) const
inline

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

bool SOP_SubdivideParms::getUpdateNormals ( ) const
inline

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

const UT_StringHolder& SOP_SubdivideParms::getVtxBoundaryInterp ( ) const
inline

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

bool SOP_SubdivideParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 261 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::load ( UT_IStream is)
inline

Definition at line 653 of file SOP_SubdivideParms.proto.h.

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

Definition at line 520 of file SOP_SubdivideParms.proto.h.

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

Definition at line 522 of file SOP_SubdivideParms.proto.h.

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

Definition at line 524 of file SOP_SubdivideParms.proto.h.

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

Definition at line 526 of file SOP_SubdivideParms.proto.h.

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

Definition at line 528 of file SOP_SubdivideParms.proto.h.

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

Definition at line 531 of file SOP_SubdivideParms.proto.h.

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

Definition at line 534 of file SOP_SubdivideParms.proto.h.

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

Definition at line 536 of file SOP_SubdivideParms.proto.h.

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

Definition at line 538 of file SOP_SubdivideParms.proto.h.

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

Definition at line 540 of file SOP_SubdivideParms.proto.h.

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

Definition at line 542 of file SOP_SubdivideParms.proto.h.

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

Definition at line 545 of file SOP_SubdivideParms.proto.h.

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

Definition at line 548 of file SOP_SubdivideParms.proto.h.

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

Definition at line 550 of file SOP_SubdivideParms.proto.h.

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

Definition at line 561 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 169 of file SOP_SubdivideParms.proto.h.

int64 SOP_SubdivideParms::opAlgorithm ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 820 of file SOP_SubdivideParms.proto.h.

fpreal64 SOP_SubdivideParms::opBias ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 780 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::opBuildPolygonSoup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 830 of file SOP_SubdivideParms.proto.h.

int64 SOP_SubdivideParms::opCloseCracks ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 760 of file SOP_SubdivideParms.proto.h.

UT_StringHolder SOP_SubdivideParms::opCreaseGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 700 of file SOP_SubdivideParms.proto.h.

fpreal64 SOP_SubdivideParms::opCreaseWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 730 of file SOP_SubdivideParms.proto.h.

UT_StringHolder SOP_SubdivideParms::opCreasingMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_SubdivideParms::opDepth ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 710 of file SOP_SubdivideParms.proto.h.

int64 SOP_SubdivideParms::opDivideChoice ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 770 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::opEnforceConsistentTopology ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Definition at line 90 of file SOP_SubdivideParms.proto.h.

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

Definition at line 63 of file SOP_SubdivideParms.proto.h.

UT_StringHolder SOP_SubdivideParms::opFVarLinearInterp ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

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

bool SOP_SubdivideParms::opLinearCreases ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_SubdivideParms::opOutputCreaseGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 750 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::opOutputCreases ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 740 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::opOverrideCreaseWeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 720 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::opRemoveHoles ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 860 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::opSmoothVertex ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 790 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::opTreatCurvesIndependent ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 840 of file SOP_SubdivideParms.proto.h.

UT_StringHolder SOP_SubdivideParms::opTriangleSubd ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 900 of file SOP_SubdivideParms.proto.h.

bool SOP_SubdivideParms::opUpdateNormals ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 850 of file SOP_SubdivideParms.proto.h.

UT_StringHolder SOP_SubdivideParms::opVtxBoundaryInterp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 870 of file SOP_SubdivideParms.proto.h.

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

Definition at line 624 of file SOP_SubdivideParms.proto.h.

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

Definition at line 581 of file SOP_SubdivideParms.proto.h.

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

Definition at line 583 of file SOP_SubdivideParms.proto.h.

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

Definition at line 585 of file SOP_SubdivideParms.proto.h.

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

Definition at line 587 of file SOP_SubdivideParms.proto.h.

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

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

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

Definition at line 592 of file SOP_SubdivideParms.proto.h.

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

Definition at line 595 of file SOP_SubdivideParms.proto.h.

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

Definition at line 597 of file SOP_SubdivideParms.proto.h.

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

Definition at line 599 of file SOP_SubdivideParms.proto.h.

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

Definition at line 601 of file SOP_SubdivideParms.proto.h.

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

Definition at line 603 of file SOP_SubdivideParms.proto.h.

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

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

void SOP_SubdivideParms::setAlgorithm ( int64  val)
inline

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

void SOP_SubdivideParms::setBias ( fpreal64  val)
inline

Definition at line 779 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setBuildPolygonSoup ( bool  val)
inline

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

void SOP_SubdivideParms::setCloseCracks ( int64  val)
inline

Definition at line 759 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setCreaseGroup ( const UT_StringHolder val)
inline

Definition at line 699 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setCreaseWeight ( fpreal64  val)
inline

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

void SOP_SubdivideParms::setCreasingMethod ( const UT_StringHolder val)
inline

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

void SOP_SubdivideParms::setDepth ( int64  val)
inline

Definition at line 709 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setDivideChoice ( int64  val)
inline

Definition at line 769 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setEnforceConsistentTopology ( bool  val)
inline

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

void SOP_SubdivideParms::setFVarLinearInterp ( const UT_StringHolder val)
inline

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

void SOP_SubdivideParms::setGroup ( const UT_StringHolder val)
inline

Definition at line 689 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setLinearCreases ( bool  val)
inline

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

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

Reimplemented from OP_NodeParms.

Definition at line 374 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 376 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 378 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 380 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 382 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 384 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 386 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 388 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 390 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 392 of file SOP_SubdivideParms.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 394 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setOutputCreaseGroup ( const UT_StringHolder val)
inline

Definition at line 749 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setOutputCreases ( bool  val)
inline

Definition at line 739 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setOverrideCreaseWeight ( bool  val)
inline

Definition at line 719 of file SOP_SubdivideParms.proto.h.

void SOP_SubdivideParms::setRemoveHoles ( bool  val)
inline

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

void SOP_SubdivideParms::setSmoothVertex ( bool  val)
inline

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

void SOP_SubdivideParms::setTreatCurvesIndependent ( bool  val)
inline

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

void SOP_SubdivideParms::setTriangleSubd ( const UT_StringHolder val)
inline

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

void SOP_SubdivideParms::setUpdateNormals ( bool  val)
inline

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

void SOP_SubdivideParms::setVtxBoundaryInterp ( const UT_StringHolder val)
inline

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

static int SOP_SubdivideParms::version ( )
inlinestatic

Definition at line 27 of file SOP_SubdivideParms.proto.h.


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