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

#include <SOP_PolyBevel-3.0.proto.h>

+ Inheritance diagram for SOP_PolyBevel_3_0Parms:

Public Types

using GroupType = SOP_PolyBevel_3_0Enums::GroupType
 
using UseOffsetScale = SOP_PolyBevel_3_0Enums::UseOffsetScale
 
using Sliding = SOP_PolyBevel_3_0Enums::Sliding
 
using Limit = SOP_PolyBevel_3_0Enums::Limit
 
using FilletShape = SOP_PolyBevel_3_0Enums::FilletShape
 
using ProfileSampling = SOP_PolyBevel_3_0Enums::ProfileSampling
 
using ProfileSource = SOP_PolyBevel_3_0Enums::ProfileSource
 
- Public Types inherited from OP_NodeParms
enum  ParmType {
  PARM_INTEGER, PARM_FLOAT, PARM_VECTOR2, PARM_VECTOR3,
  PARM_VECTOR4, PARM_MATRIX2, PARM_MATRIX3, PARM_MATRIX4,
  PARM_STRING, PARM_RAMP, PARM_DATA, PARM_MULTIPARM,
  PARM_UNSUPPORTED
}
 

Public Member Functions

 SOP_PolyBevel_3_0Parms ()
 
 SOP_PolyBevel_3_0Parms (const SOP_PolyBevel_3_0Parms &)=default
 
SOP_PolyBevel_3_0Parmsoperator= (const SOP_PolyBevel_3_0Parms &)=default
 
 SOP_PolyBevel_3_0Parms (SOP_PolyBevel_3_0Parms &&) noexcept=default
 
SOP_PolyBevel_3_0Parmsoperator= (SOP_PolyBevel_3_0Parms &&) noexcept=default
 
 ~SOP_PolyBevel_3_0Parms () override
 
bool operator== (const SOP_PolyBevel_3_0Parms &src) const
 
bool operator!= (const SOP_PolyBevel_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_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
GroupType getGroupType () const
 
void setGroupType (GroupType val)
 
GroupType opGroupType (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getIgnoreBridges () const
 
void setIgnoreBridges (bool val)
 
bool opIgnoreBridges (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getIgnoreShared () const
 
void setIgnoreShared (bool val)
 
bool opIgnoreShared (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getIgnoreFlatEdges () const
 
void setIgnoreFlatEdges (bool val)
 
bool opIgnoreFlatEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getIgnoreFlatPoints () const
 
void setIgnoreFlatPoints (bool val)
 
bool opIgnoreFlatPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getIgnoreInlinePoints () const
 
void setIgnoreInlinePoints (bool val)
 
bool opIgnoreInlinePoints (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getFlatAngle () const
 
void setFlatAngle (fpreal64 val)
 
fpreal64 opFlatAngle (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getOffset () const
 
void setOffset (fpreal64 val)
 
fpreal64 opOffset (const SOP_NodeVerb::CookParms &cookparms) const
 
UseOffsetScale getUseOffsetScale () const
 
void setUseOffsetScale (UseOffsetScale val)
 
UseOffsetScale opUseOffsetScale (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointScaleAttr () const
 
void setPointScaleAttr (const UT_StringHolder &val)
 
UT_StringHolder opPointScaleAttr (const SOP_NodeVerb::CookParms &cookparms) const
 
Sliding getSliding () const
 
void setSliding (Sliding val)
 
Sliding opSliding (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getAsymTol () const
 
void setAsymTol (fpreal64 val)
 
fpreal64 opAsymTol (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSlideEdges () const
 
void setSlideEdges (const UT_StringHolder &val)
 
UT_StringHolder opSlideEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDetectCollisions () const
 
void setDetectCollisions (bool val)
 
bool opDetectCollisions (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getRestrictSlides () const
 
void setRestrictSlides (bool val)
 
bool opRestrictSlides (const SOP_NodeVerb::CookParms &cookparms) const
 
Limit getLimit () const
 
void setLimit (Limit val)
 
Limit opLimit (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getStopAtSlideEnd () const
 
void setStopAtSlideEnd (bool val)
 
bool opStopAtSlideEnd (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getStopAtPinches () const
 
void setStopAtPinches (bool val)
 
bool opStopAtPinches (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPinchAngle () const
 
void setPinchAngle (fpreal64 val)
 
fpreal64 opPinchAngle (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getStopAtCollisions () const
 
void setStopAtCollisions (bool val)
 
bool opStopAtCollisions (const SOP_NodeVerb::CookParms &cookparms) const
 
FilletShape getFilletShape () const
 
void setFilletShape (FilletShape val)
 
FilletShape opFilletShape (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getConvexity () const
 
void setConvexity (fpreal64 val)
 
fpreal64 opConvexity (const SOP_NodeVerb::CookParms &cookparms) const
 
ProfileSource getProfileSource () const
 
void setProfileSource (ProfileSource val)
 
ProfileSource opProfileSource (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getProfileScale () const
 
void setProfileScale (fpreal64 val)
 
fpreal64 opProfileScale (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getReverseProfile () const
 
void setReverseProfile (bool val)
 
bool opReverseProfile (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getSymmetrizeProfile () const
 
void setSymmetrizeProfile (bool val)
 
bool opSymmetrizeProfile (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetProfileDirection () const
 
void setProfileDirection (const UT_StringHolder &val)
 
UT_StringHolder opProfileDirection (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_SharedPtr< UT_RampgetProfileRamp () const
 
void setProfileRamp (UT_SharedPtr< UT_Ramp > val)
 
UT_SharedPtr< UT_RampopProfileRamp (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getFlatBoost () const
 
void setFlatBoost (fpreal64 val)
 
fpreal64 opFlatBoost (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsePointFilletPolys () const
 
void setUsePointFilletPolys (bool val)
 
bool opUsePointFilletPolys (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointFilletPolys () const
 
void setPointFilletPolys (const UT_StringHolder &val)
 
UT_StringHolder opPointFilletPolys (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsePointFilletEdges () const
 
void setUsePointFilletEdges (bool val)
 
bool opUsePointFilletEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointFilletEdges () const
 
void setPointFilletEdges (const UT_StringHolder &val)
 
UT_StringHolder opPointFilletEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseEdgeFilletGroup () const
 
void setUseEdgeFilletGroup (bool val)
 
bool opUseEdgeFilletGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetEdgeFilletGroup () const
 
void setEdgeFilletGroup (const UT_StringHolder &val)
 
UT_StringHolder opEdgeFilletGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOffsetEdges () const
 
void setUseOffsetEdges (bool val)
 
bool opUseOffsetEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOffsetEdges () const
 
void setOffsetEdges (const UT_StringHolder &val)
 
UT_StringHolder opOffsetEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOffsetPoints () const
 
void setUseOffsetPoints (bool val)
 
bool opUseOffsetPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOffsetPoints () const
 
void setOffsetPoints (const UT_StringHolder &val)
 
UT_StringHolder opOffsetPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseMergedPoints () const
 
void setUseMergedPoints (bool val)
 
bool opUseMergedPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetMergedPoints () const
 
void setMergedPoints (const UT_StringHolder &val)
 
UT_StringHolder opMergedPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
ProfileSampling getProfileSampling () const
 
void setProfileSampling (ProfileSampling val)
 
ProfileSampling opProfileSampling (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDivisions () const
 
void setDivisions (int64 val)
 
int64 opDivisions (const SOP_NodeVerb::CookParms &cookparms) const
 
- Public Member Functions inherited from SOP_NodeParms
 SOP_NodeParms ()
 
bool applyGeometryOverride (GU_ConstDetailHandle gdh)
 
bool applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache)
 
- Public Member Functions inherited from OP_NodeParms
 OP_NodeParms ()
 
virtual ~OP_NodeParms ()
 
void loadFromOp (const LoadParms &loadparms)
 
bool applyOptionsOverride (const UT_Options *options)
 
virtual exint getNumParms () const
 
virtual const char * getParmName (exint idx) const
 
virtual ParmType getParmType (exint idx) const
 
virtual void getParmValue (exint idx, exint &value) const
 
virtual void getParmValue (exint idx, fpreal &value) const
 
virtual void getParmValue (exint idx, UT_Vector2D &value) const
 
virtual void getParmValue (exint idx, UT_Vector3D &value) const
 
virtual void getParmValue (exint idx, UT_Vector4D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix2D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix3D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix4D &value) const
 
virtual void getParmValue (exint idx, UT_StringHolder &value) const
 
virtual void getParmValue (exint idx, UT_SharedPtr< UT_Ramp > &value) const
 
virtual void getParmValue (exint idx, PRM_DataItemHandle &value) const
 
virtual void setParmValue (exint idx, const exint &value)
 
virtual void setParmValue (exint idx, const fpreal &value)
 
virtual void setParmValue (exint idx, const UT_Vector2D &value)
 
virtual void setParmValue (exint idx, const UT_Vector3D &value)
 
virtual void setParmValue (exint idx, const UT_Vector4D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix2D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix3D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix4D &value)
 
virtual void setParmValue (exint idx, const UT_StringHolder &value)
 
virtual void setParmValue (exint idx, const UT_SharedPtr< UT_Ramp > &value)
 
virtual void setParmValue (exint idx, const PRM_DataItemHandle &value)
 
virtual int64 getMemoryUsage (bool inclusive) const
 
template<>
void coerceValue (exint &result, const exint &src) const
 
template<>
void coerceValue (bool &result, const exint &src) const
 
template<>
void coerceValue (exint &result, const bool &src) const
 
template<>
void coerceValue (bool &result, const bool &src) const
 
template<>
void coerceValue (fpreal &result, const fpreal &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Matrix2D &result, const UT_Matrix2D &src) const
 
template<>
void coerceValue (UT_Matrix3D &result, const UT_Matrix3D &src) const
 
template<>
void coerceValue (UT_Matrix4D &result, const UT_Matrix4D &src) const
 
template<>
void coerceValue (UT_StringHolder &result, const UT_StringHolder &src) const
 
template<>
void coerceValue (UT_SharedPtr< UT_Ramp > &result, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
void coerceValue (PRM_DataItemHandle &result, const PRM_DataItemHandle &src) const
 
template<>
void coerceValue (UT_Vector2I &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2I &src) const
 
template<>
void coerceValue (UT_Vector3I &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3I &src) const
 
template<>
void coerceValue (UT_Vector4I &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4I &src) const
 
template<>
exint clampMinValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMinValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMinValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMinValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMinValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMinValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMinValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMinValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMinValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMinValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMinValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMinValue (fpreal clamp, const UT_Vector4I &src) const
 
template<>
UT_SharedPtr< UT_RampclampMinValue (fpreal clamp, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
exint clampMaxValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMaxValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMaxValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMaxValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMaxValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMaxValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMaxValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMaxValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMaxValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMaxValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMaxValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMaxValue (fpreal clamp, const UT_Vector4I &src) const
 

Static Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 72 of file SOP_PolyBevel-3.0.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_PolyBevel_3_0Parms::SOP_PolyBevel_3_0Parms ( )
inline

Definition at line 77 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 131 of file SOP_PolyBevel-3.0.proto.h.

Member Function Documentation

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

Definition at line 197 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 341 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 348 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 527 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::getAsymTol ( ) const
inline

Definition at line 1238 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::getConvexity ( ) const
inline

Definition at line 1338 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getDetectCollisions ( ) const
inline

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

int64 SOP_PolyBevel_3_0Parms::getDivisions ( ) const
inline

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

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getEdgeFilletGroup ( ) const
inline

Definition at line 1468 of file SOP_PolyBevel-3.0.proto.h.

FilletShape SOP_PolyBevel_3_0Parms::getFilletShape ( ) const
inline

Definition at line 1328 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::getFlatAngle ( ) const
inline

Definition at line 1188 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::getFlatBoost ( ) const
inline

Definition at line 1408 of file SOP_PolyBevel-3.0.proto.h.

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getGroup ( ) const
inline

Definition at line 1118 of file SOP_PolyBevel-3.0.proto.h.

GroupType SOP_PolyBevel_3_0Parms::getGroupType ( ) const
inline

Definition at line 1128 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getIgnoreBridges ( ) const
inline

Definition at line 1138 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getIgnoreFlatEdges ( ) const
inline

Definition at line 1158 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getIgnoreFlatPoints ( ) const
inline

Definition at line 1168 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getIgnoreInlinePoints ( ) const
inline

Definition at line 1178 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getIgnoreShared ( ) const
inline

Definition at line 1148 of file SOP_PolyBevel-3.0.proto.h.

Limit SOP_PolyBevel_3_0Parms::getLimit ( ) const
inline

Definition at line 1278 of file SOP_PolyBevel-3.0.proto.h.

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getMergedPoints ( ) const
inline

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

exint SOP_PolyBevel_3_0Parms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 695 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_PolyBevel_3_0Parms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 806 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 502 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 504 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 506 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 508 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 510 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 512 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 514 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 516 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 518 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 520 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 522 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::getOffset ( ) const
inline

Definition at line 1198 of file SOP_PolyBevel-3.0.proto.h.

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getOffsetEdges ( ) const
inline

Definition at line 1488 of file SOP_PolyBevel-3.0.proto.h.

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getOffsetPoints ( ) const
inline

Definition at line 1508 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::getPinchAngle ( ) const
inline

Definition at line 1308 of file SOP_PolyBevel-3.0.proto.h.

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getPointFilletEdges ( ) const
inline

Definition at line 1448 of file SOP_PolyBevel-3.0.proto.h.

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getPointFilletPolys ( ) const
inline

Definition at line 1428 of file SOP_PolyBevel-3.0.proto.h.

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getPointScaleAttr ( ) const
inline

Definition at line 1218 of file SOP_PolyBevel-3.0.proto.h.

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getProfileDirection ( ) const
inline

Definition at line 1388 of file SOP_PolyBevel-3.0.proto.h.

UT_SharedPtr<UT_Ramp> SOP_PolyBevel_3_0Parms::getProfileRamp ( ) const
inline

Definition at line 1398 of file SOP_PolyBevel-3.0.proto.h.

ProfileSampling SOP_PolyBevel_3_0Parms::getProfileSampling ( ) const
inline

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

fpreal64 SOP_PolyBevel_3_0Parms::getProfileScale ( ) const
inline

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

ProfileSource SOP_PolyBevel_3_0Parms::getProfileSource ( ) const
inline

Definition at line 1348 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getRestrictSlides ( ) const
inline

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

bool SOP_PolyBevel_3_0Parms::getReverseProfile ( ) const
inline

Definition at line 1368 of file SOP_PolyBevel-3.0.proto.h.

const UT_StringHolder& SOP_PolyBevel_3_0Parms::getSlideEdges ( ) const
inline

Definition at line 1248 of file SOP_PolyBevel-3.0.proto.h.

Sliding SOP_PolyBevel_3_0Parms::getSliding ( ) const
inline

Definition at line 1228 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getStopAtCollisions ( ) const
inline

Definition at line 1318 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getStopAtPinches ( ) const
inline

Definition at line 1298 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getStopAtSlideEnd ( ) const
inline

Definition at line 1288 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getSymmetrizeProfile ( ) const
inline

Definition at line 1378 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getUseEdgeFilletGroup ( ) const
inline

Definition at line 1458 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getUseMergedPoints ( ) const
inline

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

bool SOP_PolyBevel_3_0Parms::getUseOffsetEdges ( ) const
inline

Definition at line 1478 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getUseOffsetPoints ( ) const
inline

Definition at line 1498 of file SOP_PolyBevel-3.0.proto.h.

UseOffsetScale SOP_PolyBevel_3_0Parms::getUseOffsetScale ( ) const
inline

Definition at line 1208 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getUsePointFilletEdges ( ) const
inline

Definition at line 1438 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::getUsePointFilletPolys ( ) const
inline

Definition at line 1418 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 493 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::load ( UT_IStream is)
inline

Definition at line 1061 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 906 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 908 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 910 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 912 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 914 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 917 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 920 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 922 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 924 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 926 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 928 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 931 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 934 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 936 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 947 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 335 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::opAsymTol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1240 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::opConvexity ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1340 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opDetectCollisions ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_PolyBevel_3_0Parms::opDivisions ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1550 of file SOP_PolyBevel-3.0.proto.h.

UT_StringHolder SOP_PolyBevel_3_0Parms::opEdgeFilletGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1470 of file SOP_PolyBevel-3.0.proto.h.

Definition at line 183 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 133 of file SOP_PolyBevel-3.0.proto.h.

FilletShape SOP_PolyBevel_3_0Parms::opFilletShape ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1330 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::opFlatAngle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1190 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::opFlatBoost ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1410 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 1120 of file SOP_PolyBevel-3.0.proto.h.

GroupType SOP_PolyBevel_3_0Parms::opGroupType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1130 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opIgnoreBridges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1140 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opIgnoreFlatEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1160 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opIgnoreFlatPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1170 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opIgnoreInlinePoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1180 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opIgnoreShared ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1150 of file SOP_PolyBevel-3.0.proto.h.

Limit SOP_PolyBevel_3_0Parms::opLimit ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1280 of file SOP_PolyBevel-3.0.proto.h.

UT_StringHolder SOP_PolyBevel_3_0Parms::opMergedPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1530 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::opOffset ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1200 of file SOP_PolyBevel-3.0.proto.h.

UT_StringHolder SOP_PolyBevel_3_0Parms::opOffsetEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1490 of file SOP_PolyBevel-3.0.proto.h.

UT_StringHolder SOP_PolyBevel_3_0Parms::opOffsetPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1510 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::opPinchAngle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1310 of file SOP_PolyBevel-3.0.proto.h.

UT_StringHolder SOP_PolyBevel_3_0Parms::opPointFilletEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1450 of file SOP_PolyBevel-3.0.proto.h.

UT_StringHolder SOP_PolyBevel_3_0Parms::opPointFilletPolys ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1430 of file SOP_PolyBevel-3.0.proto.h.

UT_StringHolder SOP_PolyBevel_3_0Parms::opPointScaleAttr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1220 of file SOP_PolyBevel-3.0.proto.h.

UT_StringHolder SOP_PolyBevel_3_0Parms::opProfileDirection ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1390 of file SOP_PolyBevel-3.0.proto.h.

UT_SharedPtr<UT_Ramp> SOP_PolyBevel_3_0Parms::opProfileRamp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1400 of file SOP_PolyBevel-3.0.proto.h.

ProfileSampling SOP_PolyBevel_3_0Parms::opProfileSampling ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1540 of file SOP_PolyBevel-3.0.proto.h.

fpreal64 SOP_PolyBevel_3_0Parms::opProfileScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1360 of file SOP_PolyBevel-3.0.proto.h.

ProfileSource SOP_PolyBevel_3_0Parms::opProfileSource ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1350 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opRestrictSlides ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_PolyBevel_3_0Parms::opReverseProfile ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1370 of file SOP_PolyBevel-3.0.proto.h.

UT_StringHolder SOP_PolyBevel_3_0Parms::opSlideEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1250 of file SOP_PolyBevel-3.0.proto.h.

Sliding SOP_PolyBevel_3_0Parms::opSliding ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1230 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opStopAtCollisions ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1320 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opStopAtPinches ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1300 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opStopAtSlideEnd ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1290 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opSymmetrizeProfile ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1380 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opUseEdgeFilletGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1460 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opUseMergedPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1520 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opUseOffsetEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1480 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opUseOffsetPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1500 of file SOP_PolyBevel-3.0.proto.h.

UseOffsetScale SOP_PolyBevel_3_0Parms::opUseOffsetScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1210 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opUsePointFilletEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1440 of file SOP_PolyBevel-3.0.proto.h.

bool SOP_PolyBevel_3_0Parms::opUsePointFilletPolys ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1420 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 1010 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 967 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 969 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 971 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 973 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 975 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 978 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 981 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 983 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 985 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 987 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 989 of file SOP_PolyBevel-3.0.proto.h.

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

Definition at line 996 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setAsymTol ( fpreal64  val)
inline

Definition at line 1239 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setConvexity ( fpreal64  val)
inline

Definition at line 1339 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setDetectCollisions ( bool  val)
inline

Definition at line 1259 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setDivisions ( int64  val)
inline

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

void SOP_PolyBevel_3_0Parms::setEdgeFilletGroup ( const UT_StringHolder val)
inline

Definition at line 1469 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setFilletShape ( FilletShape  val)
inline

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

void SOP_PolyBevel_3_0Parms::setFlatAngle ( fpreal64  val)
inline

Definition at line 1189 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setFlatBoost ( fpreal64  val)
inline

Definition at line 1409 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setGroup ( const UT_StringHolder val)
inline

Definition at line 1119 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setGroupType ( GroupType  val)
inline

Definition at line 1129 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setIgnoreBridges ( bool  val)
inline

Definition at line 1139 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setIgnoreFlatEdges ( bool  val)
inline

Definition at line 1159 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setIgnoreFlatPoints ( bool  val)
inline

Definition at line 1169 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setIgnoreInlinePoints ( bool  val)
inline

Definition at line 1179 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setIgnoreShared ( bool  val)
inline

Definition at line 1149 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setLimit ( Limit  val)
inline

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

void SOP_PolyBevel_3_0Parms::setMergedPoints ( const UT_StringHolder val)
inline

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

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

Reimplemented from OP_NodeParms.

Definition at line 672 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 674 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 676 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 678 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 680 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 682 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 684 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 686 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 688 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 690 of file SOP_PolyBevel-3.0.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 692 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setOffset ( fpreal64  val)
inline

Definition at line 1199 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setOffsetEdges ( const UT_StringHolder val)
inline

Definition at line 1489 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setOffsetPoints ( const UT_StringHolder val)
inline

Definition at line 1509 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setPinchAngle ( fpreal64  val)
inline

Definition at line 1309 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setPointFilletEdges ( const UT_StringHolder val)
inline

Definition at line 1449 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setPointFilletPolys ( const UT_StringHolder val)
inline

Definition at line 1429 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setPointScaleAttr ( const UT_StringHolder val)
inline

Definition at line 1219 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setProfileDirection ( const UT_StringHolder val)
inline

Definition at line 1389 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setProfileRamp ( UT_SharedPtr< UT_Ramp val)
inline

Definition at line 1399 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setProfileSampling ( ProfileSampling  val)
inline

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

void SOP_PolyBevel_3_0Parms::setProfileScale ( fpreal64  val)
inline

Definition at line 1359 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setProfileSource ( ProfileSource  val)
inline

Definition at line 1349 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setRestrictSlides ( bool  val)
inline

Definition at line 1269 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setReverseProfile ( bool  val)
inline

Definition at line 1369 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setSlideEdges ( const UT_StringHolder val)
inline

Definition at line 1249 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setSliding ( Sliding  val)
inline

Definition at line 1229 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setStopAtCollisions ( bool  val)
inline

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

void SOP_PolyBevel_3_0Parms::setStopAtPinches ( bool  val)
inline

Definition at line 1299 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setStopAtSlideEnd ( bool  val)
inline

Definition at line 1289 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setSymmetrizeProfile ( bool  val)
inline

Definition at line 1379 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setUseEdgeFilletGroup ( bool  val)
inline

Definition at line 1459 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setUseMergedPoints ( bool  val)
inline

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

void SOP_PolyBevel_3_0Parms::setUseOffsetEdges ( bool  val)
inline

Definition at line 1479 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setUseOffsetPoints ( bool  val)
inline

Definition at line 1499 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setUseOffsetScale ( UseOffsetScale  val)
inline

Definition at line 1209 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setUsePointFilletEdges ( bool  val)
inline

Definition at line 1439 of file SOP_PolyBevel-3.0.proto.h.

void SOP_PolyBevel_3_0Parms::setUsePointFilletPolys ( bool  val)
inline

Definition at line 1419 of file SOP_PolyBevel-3.0.proto.h.

static int SOP_PolyBevel_3_0Parms::version ( )
inlinestatic

Definition at line 75 of file SOP_PolyBevel-3.0.proto.h.


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