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

#include <SOP_GroupCreate.proto.h>

+ Inheritance diagram for SOP_GroupCreateParms:

Public Types

using Grouptype = SOP_GroupCreateEnums::Grouptype
 
using Mergeop = SOP_GroupCreateEnums::Mergeop
 
using Boundtype = SOP_GroupCreateEnums::Boundtype
 
- 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_GroupCreateParms ()
 
 SOP_GroupCreateParms (const SOP_GroupCreateParms &)=default
 
SOP_GroupCreateParmsoperator= (const SOP_GroupCreateParms &)=default
 
 SOP_GroupCreateParms (SOP_GroupCreateParms &&) noexcept=default
 
SOP_GroupCreateParmsoperator= (SOP_GroupCreateParms &&) noexcept=default
 
 ~SOP_GroupCreateParms () override
 
bool operator== (const SOP_GroupCreateParms &src) const
 
bool operator!= (const SOP_GroupCreateParms &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_StringHoldergetGroupName () const
 
void setGroupName (const UT_StringHolder &val)
 
UT_StringHolder opGroupName (const SOP_NodeVerb::CookParms &cookparms) const
 
Grouptype getGrouptype () const
 
void setGrouptype (Grouptype val)
 
Grouptype opGrouptype (const SOP_NodeVerb::CookParms &cookparms) const
 
Mergeop getMergeop () const
 
void setMergeop (Mergeop val)
 
Mergeop opMergeop (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGroupBase () const
 
void setGroupBase (bool val)
 
bool opGroupBase (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetBasegroup () const
 
void setBasegroup (const UT_StringHolder &val)
 
UT_StringHolder opBasegroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOrdered () const
 
void setOrdered (bool val)
 
bool opOrdered (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getGeotype () const
 
void setGeotype (int64 val)
 
int64 opGeotype (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGroupBounding () const
 
void setGroupBounding (bool val)
 
bool opGroupBounding (const SOP_NodeVerb::CookParms &cookparms) const
 
Boundtype getBoundtype () const
 
void setBoundtype (Boundtype val)
 
Boundtype opBoundtype (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getSize () const
 
void setSize (UT_Vector3D val)
 
UT_Vector3D opSize (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getT () const
 
void setT (UT_Vector3D val)
 
UT_Vector3D opT (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getIncludenotwhollycontained () const
 
void setIncludenotwhollycontained (bool val)
 
bool opIncludenotwhollycontained (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getIso () const
 
void setIso (fpreal64 val)
 
fpreal64 opIso (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getInvertvolume () const
 
void setInvertvolume (bool val)
 
bool opInvertvolume (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGroupNormal () const
 
void setGroupNormal (bool val)
 
bool opGroupNormal (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCamerapath () const
 
void setCamerapath (const UT_StringHolder &val)
 
UT_StringHolder opCamerapath (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getNonplanar () const
 
void setNonplanar (bool val)
 
bool opNonplanar (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getNonplanartol () const
 
void setNonplanartol (fpreal64 val)
 
fpreal64 opNonplanartol (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getDir () const
 
void setDir (UT_Vector3D val)
 
UT_Vector3D opDir (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getAngle () const
 
void setAngle (fpreal64 val)
 
fpreal64 opAngle (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOppositenormals () const
 
void setOppositenormals (bool val)
 
bool opOppositenormals (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGroupEdges () const
 
void setGroupEdges (bool val)
 
bool opGroupEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDominedgeangle () const
 
void setDominedgeangle (bool val)
 
bool opDominedgeangle (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMinedgeangle () const
 
void setMinedgeangle (fpreal64 val)
 
fpreal64 opMinedgeangle (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDomaxedgeangle () const
 
void setDomaxedgeangle (bool val)
 
bool opDomaxedgeangle (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMaxedgeangle () const
 
void setMaxedgeangle (fpreal64 val)
 
fpreal64 opMaxedgeangle (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getEdgeAngleBetweenEdges () const
 
void setEdgeAngleBetweenEdges (bool val)
 
bool opEdgeAngleBetweenEdges (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDominedgelen () const
 
void setDominedgelen (bool val)
 
bool opDominedgelen (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMinedgelen () const
 
void setMinedgelen (fpreal64 val)
 
fpreal64 opMinedgelen (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDomaxedgelen () const
 
void setDomaxedgelen (bool val)
 
bool opDomaxedgelen (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMaxedgelen () const
 
void setMaxedgelen (fpreal64 val)
 
fpreal64 opMaxedgelen (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDodepth () const
 
void setDodepth (bool val)
 
bool opDodepth (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getEdgestep () const
 
void setEdgestep (int64 val)
 
int64 opEdgestep (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetEdgeptgrp () const
 
void setEdgeptgrp (const UT_StringHolder &val)
 
UT_StringHolder opEdgeptgrp (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUnshared () const
 
void setUnshared (bool val)
 
bool opUnshared (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBoundaryGroups () const
 
void setBoundaryGroups (bool val)
 
bool opBoundaryGroups (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGroupRandom () const
 
void setGroupRandom (bool val)
 
bool opGroupRandom (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getGlobalseed () const
 
void setGlobalseed (fpreal64 val)
 
fpreal64 opGlobalseed (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseseedattrib () const
 
void setUseseedattrib (bool val)
 
bool opUseseedattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetSeedattrib () const
 
void setSeedattrib (const UT_StringHolder &val)
 
UT_StringHolder opSeedattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPercent () const
 
void setPercent (fpreal64 val)
 
fpreal64 opPercent (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 50 of file SOP_GroupCreate.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_GroupCreateParms::SOP_GroupCreateParms ( )
inline

Definition at line 55 of file SOP_GroupCreate.proto.h.

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

Definition at line 106 of file SOP_GroupCreate.proto.h.

Member Function Documentation

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

Definition at line 164 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 299 of file SOP_GroupCreate.proto.h.

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

Definition at line 306 of file SOP_GroupCreate.proto.h.

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

Definition at line 476 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::getAngle ( ) const
inline

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

const UT_StringHolder& SOP_GroupCreateParms::getBasegroup ( ) const
inline

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

bool SOP_GroupCreateParms::getBoundaryGroups ( ) const
inline

Definition at line 1390 of file SOP_GroupCreate.proto.h.

Boundtype SOP_GroupCreateParms::getBoundtype ( ) const
inline

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

const UT_StringHolder& SOP_GroupCreateParms::getCamerapath ( ) const
inline

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

UT_Vector3D SOP_GroupCreateParms::getDir ( ) const
inline

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

bool SOP_GroupCreateParms::getDodepth ( ) const
inline

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

bool SOP_GroupCreateParms::getDomaxedgeangle ( ) const
inline

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

bool SOP_GroupCreateParms::getDomaxedgelen ( ) const
inline

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

bool SOP_GroupCreateParms::getDominedgeangle ( ) const
inline

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

bool SOP_GroupCreateParms::getDominedgelen ( ) const
inline

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

bool SOP_GroupCreateParms::getEdgeAngleBetweenEdges ( ) const
inline

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

const UT_StringHolder& SOP_GroupCreateParms::getEdgeptgrp ( ) const
inline

Definition at line 1370 of file SOP_GroupCreate.proto.h.

int64 SOP_GroupCreateParms::getEdgestep ( ) const
inline

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

int64 SOP_GroupCreateParms::getGeotype ( ) const
inline

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

fpreal64 SOP_GroupCreateParms::getGlobalseed ( ) const
inline

Definition at line 1410 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::getGroupBase ( ) const
inline

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

bool SOP_GroupCreateParms::getGroupBounding ( ) const
inline

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

bool SOP_GroupCreateParms::getGroupEdges ( ) const
inline

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

const UT_StringHolder& SOP_GroupCreateParms::getGroupName ( ) const
inline

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

bool SOP_GroupCreateParms::getGroupNormal ( ) const
inline

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

bool SOP_GroupCreateParms::getGroupRandom ( ) const
inline

Definition at line 1400 of file SOP_GroupCreate.proto.h.

Grouptype SOP_GroupCreateParms::getGrouptype ( ) const
inline

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

bool SOP_GroupCreateParms::getIncludenotwhollycontained ( ) const
inline

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

bool SOP_GroupCreateParms::getInvertvolume ( ) const
inline

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

fpreal64 SOP_GroupCreateParms::getIso ( ) const
inline

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

fpreal64 SOP_GroupCreateParms::getMaxedgeangle ( ) const
inline

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

fpreal64 SOP_GroupCreateParms::getMaxedgelen ( ) const
inline

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

Mergeop SOP_GroupCreateParms::getMergeop ( ) const
inline

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

fpreal64 SOP_GroupCreateParms::getMinedgeangle ( ) const
inline

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

fpreal64 SOP_GroupCreateParms::getMinedgelen ( ) const
inline

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

exint SOP_GroupCreateParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 635 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 647 of file SOP_GroupCreate.proto.h.

ParmType SOP_GroupCreateParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 451 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 453 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 455 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 457 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 459 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 461 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 463 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

bool SOP_GroupCreateParms::getNonplanar ( ) const
inline

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

fpreal64 SOP_GroupCreateParms::getNonplanartol ( ) const
inline

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

bool SOP_GroupCreateParms::getOppositenormals ( ) const
inline

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

bool SOP_GroupCreateParms::getOrdered ( ) const
inline

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

fpreal64 SOP_GroupCreateParms::getPercent ( ) const
inline

Definition at line 1440 of file SOP_GroupCreate.proto.h.

const UT_StringHolder& SOP_GroupCreateParms::getSeedattrib ( ) const
inline

Definition at line 1430 of file SOP_GroupCreate.proto.h.

UT_Vector3D SOP_GroupCreateParms::getSize ( ) const
inline

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

UT_Vector3D SOP_GroupCreateParms::getT ( ) const
inline

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

bool SOP_GroupCreateParms::getUnshared ( ) const
inline

Definition at line 1380 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::getUseseedattrib ( ) const
inline

Definition at line 1420 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 442 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::load ( UT_IStream is)
inline

Definition at line 986 of file SOP_GroupCreate.proto.h.

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

Definition at line 834 of file SOP_GroupCreate.proto.h.

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

Definition at line 836 of file SOP_GroupCreate.proto.h.

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

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

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

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

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

Definition at line 842 of file SOP_GroupCreate.proto.h.

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

Definition at line 845 of file SOP_GroupCreate.proto.h.

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

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

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

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

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

Definition at line 852 of file SOP_GroupCreate.proto.h.

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

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

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

Definition at line 856 of file SOP_GroupCreate.proto.h.

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

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

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

Definition at line 862 of file SOP_GroupCreate.proto.h.

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

Definition at line 864 of file SOP_GroupCreate.proto.h.

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

Definition at line 875 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 293 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::opAngle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1232 of file SOP_GroupCreate.proto.h.

UT_StringHolder SOP_GroupCreateParms::opBasegroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1082 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opBoundaryGroups ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1392 of file SOP_GroupCreate.proto.h.

Boundtype SOP_GroupCreateParms::opBoundtype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1122 of file SOP_GroupCreate.proto.h.

UT_StringHolder SOP_GroupCreateParms::opCamerapath ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1192 of file SOP_GroupCreate.proto.h.

UT_Vector3D SOP_GroupCreateParms::opDir ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1222 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opDodepth ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1352 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opDomaxedgeangle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1282 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opDomaxedgelen ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1332 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opDominedgeangle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1262 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opDominedgelen ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1312 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opEdgeAngleBetweenEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1302 of file SOP_GroupCreate.proto.h.

UT_StringHolder SOP_GroupCreateParms::opEdgeptgrp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1372 of file SOP_GroupCreate.proto.h.

int64 SOP_GroupCreateParms::opEdgestep ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1362 of file SOP_GroupCreate.proto.h.

Definition at line 154 of file SOP_GroupCreate.proto.h.

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

Definition at line 108 of file SOP_GroupCreate.proto.h.

int64 SOP_GroupCreateParms::opGeotype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1102 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::opGlobalseed ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1412 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opGroupBase ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1072 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opGroupBounding ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1112 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opGroupEdges ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1252 of file SOP_GroupCreate.proto.h.

UT_StringHolder SOP_GroupCreateParms::opGroupName ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1042 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opGroupNormal ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1182 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opGroupRandom ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1402 of file SOP_GroupCreate.proto.h.

Grouptype SOP_GroupCreateParms::opGrouptype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1052 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opIncludenotwhollycontained ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1152 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opInvertvolume ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1172 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::opIso ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1162 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::opMaxedgeangle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1292 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::opMaxedgelen ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1342 of file SOP_GroupCreate.proto.h.

Mergeop SOP_GroupCreateParms::opMergeop ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1062 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::opMinedgeangle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1272 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::opMinedgelen ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1322 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opNonplanar ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1202 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::opNonplanartol ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1212 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opOppositenormals ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1242 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opOrdered ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1092 of file SOP_GroupCreate.proto.h.

fpreal64 SOP_GroupCreateParms::opPercent ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1442 of file SOP_GroupCreate.proto.h.

UT_StringHolder SOP_GroupCreateParms::opSeedattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1432 of file SOP_GroupCreate.proto.h.

UT_Vector3D SOP_GroupCreateParms::opSize ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1132 of file SOP_GroupCreate.proto.h.

UT_Vector3D SOP_GroupCreateParms::opT ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1142 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opUnshared ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1382 of file SOP_GroupCreate.proto.h.

bool SOP_GroupCreateParms::opUseseedattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1422 of file SOP_GroupCreate.proto.h.

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

Definition at line 938 of file SOP_GroupCreate.proto.h.

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

Definition at line 895 of file SOP_GroupCreate.proto.h.

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

Definition at line 897 of file SOP_GroupCreate.proto.h.

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

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

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

Definition at line 901 of file SOP_GroupCreate.proto.h.

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

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

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

Definition at line 906 of file SOP_GroupCreate.proto.h.

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

Definition at line 909 of file SOP_GroupCreate.proto.h.

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

Definition at line 911 of file SOP_GroupCreate.proto.h.

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

Definition at line 913 of file SOP_GroupCreate.proto.h.

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

Definition at line 915 of file SOP_GroupCreate.proto.h.

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

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

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

Definition at line 924 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::setAngle ( fpreal64  val)
inline

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

void SOP_GroupCreateParms::setBasegroup ( const UT_StringHolder val)
inline

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

void SOP_GroupCreateParms::setBoundaryGroups ( bool  val)
inline

Definition at line 1391 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::setBoundtype ( Boundtype  val)
inline

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

void SOP_GroupCreateParms::setCamerapath ( const UT_StringHolder val)
inline

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

void SOP_GroupCreateParms::setDir ( UT_Vector3D  val)
inline

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

void SOP_GroupCreateParms::setDodepth ( bool  val)
inline

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

void SOP_GroupCreateParms::setDomaxedgeangle ( bool  val)
inline

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

void SOP_GroupCreateParms::setDomaxedgelen ( bool  val)
inline

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

void SOP_GroupCreateParms::setDominedgeangle ( bool  val)
inline

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

void SOP_GroupCreateParms::setDominedgelen ( bool  val)
inline

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

void SOP_GroupCreateParms::setEdgeAngleBetweenEdges ( bool  val)
inline

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

void SOP_GroupCreateParms::setEdgeptgrp ( const UT_StringHolder val)
inline

Definition at line 1371 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::setEdgestep ( int64  val)
inline

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

void SOP_GroupCreateParms::setGeotype ( int64  val)
inline

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

void SOP_GroupCreateParms::setGlobalseed ( fpreal64  val)
inline

Definition at line 1411 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::setGroupBase ( bool  val)
inline

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

void SOP_GroupCreateParms::setGroupBounding ( bool  val)
inline

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

void SOP_GroupCreateParms::setGroupEdges ( bool  val)
inline

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

void SOP_GroupCreateParms::setGroupName ( const UT_StringHolder val)
inline

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

void SOP_GroupCreateParms::setGroupNormal ( bool  val)
inline

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

void SOP_GroupCreateParms::setGroupRandom ( bool  val)
inline

Definition at line 1401 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::setGrouptype ( Grouptype  val)
inline

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

void SOP_GroupCreateParms::setIncludenotwhollycontained ( bool  val)
inline

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

void SOP_GroupCreateParms::setInvertvolume ( bool  val)
inline

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

void SOP_GroupCreateParms::setIso ( fpreal64  val)
inline

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

void SOP_GroupCreateParms::setMaxedgeangle ( fpreal64  val)
inline

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

void SOP_GroupCreateParms::setMaxedgelen ( fpreal64  val)
inline

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

void SOP_GroupCreateParms::setMergeop ( Mergeop  val)
inline

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

void SOP_GroupCreateParms::setMinedgeangle ( fpreal64  val)
inline

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

void SOP_GroupCreateParms::setMinedgelen ( fpreal64  val)
inline

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

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

Reimplemented from OP_NodeParms.

Definition at line 612 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 614 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 616 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 618 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 620 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 622 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 626 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 628 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 630 of file SOP_GroupCreate.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 632 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::setNonplanar ( bool  val)
inline

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

void SOP_GroupCreateParms::setNonplanartol ( fpreal64  val)
inline

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

void SOP_GroupCreateParms::setOppositenormals ( bool  val)
inline

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

void SOP_GroupCreateParms::setOrdered ( bool  val)
inline

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

void SOP_GroupCreateParms::setPercent ( fpreal64  val)
inline

Definition at line 1441 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::setSeedattrib ( const UT_StringHolder val)
inline

Definition at line 1431 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::setSize ( UT_Vector3D  val)
inline

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

void SOP_GroupCreateParms::setT ( UT_Vector3D  val)
inline

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

void SOP_GroupCreateParms::setUnshared ( bool  val)
inline

Definition at line 1381 of file SOP_GroupCreate.proto.h.

void SOP_GroupCreateParms::setUseseedattrib ( bool  val)
inline

Definition at line 1421 of file SOP_GroupCreate.proto.h.

static int SOP_GroupCreateParms::version ( )
inlinestatic

Definition at line 53 of file SOP_GroupCreate.proto.h.


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