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

#include <SOP_GuideGroomCore.proto.h>

+ Inheritance diagram for SOP_GuideGroomCoreParms:

Classes

struct  Folder_grouplist
 

Public Types

using Grouptype = SOP_GuideGroomCoreEnums::Grouptype
 
using Tool = SOP_GuideGroomCoreEnums::Tool
 
using Liftmode = SOP_GuideGroomCoreEnums::Liftmode
 
using Adjustlengthmode = SOP_GuideGroomCoreEnums::Adjustlengthmode
 
using Adjustlengthmethod = SOP_GuideGroomCoreEnums::Adjustlengthmethod
 
using Cutmode = SOP_GuideGroomCoreEnums::Cutmode
 
using Plantmode = SOP_GuideGroomCoreEnums::Plantmode
 
using Planttemplatesource = SOP_GuideGroomCoreEnums::Planttemplatesource
 
using Drawtemplatesource = SOP_GuideGroomCoreEnums::Drawtemplatesource
 
using Drawcurvetype = SOP_GuideGroomCoreEnums::Drawcurvetype
 
using Drawsegmode = SOP_GuideGroomCoreEnums::Drawsegmode
 
using Orientbrushupmode = SOP_GuideGroomCoreEnums::Orientbrushupmode
 
using Editsoftmode = SOP_GuideGroomCoreEnums::Editsoftmode
 
using Resamplesegmode = SOP_GuideGroomCoreEnums::Resamplesegmode
 
using Xord = SOP_GuideGroomCoreEnums::Xord
 
using Rord = SOP_GuideGroomCoreEnums::Rord
 
using Button = SOP_GuideGroomCoreEnums::Button
 
- Public Types inherited from OP_NodeParms
enum  ParmType {
  PARM_INTEGER, PARM_FLOAT, PARM_VECTOR2, PARM_VECTOR3,
  PARM_VECTOR4, PARM_MATRIX2, PARM_MATRIX3, PARM_MATRIX4,
  PARM_STRING, PARM_RAMP, PARM_DATA, PARM_MULTIPARM,
  PARM_UNSUPPORTED
}
 

Public Member Functions

UT_StringHolder createString (const UT_Array< Folder_grouplist > &list) const
 
 SOP_GuideGroomCoreParms ()
 
 SOP_GuideGroomCoreParms (const SOP_GuideGroomCoreParms &)=default
 
SOP_GuideGroomCoreParmsoperator= (const SOP_GuideGroomCoreParms &)=default
 
 SOP_GuideGroomCoreParms (SOP_GuideGroomCoreParms &&) noexcept=default
 
SOP_GuideGroomCoreParmsoperator= (SOP_GuideGroomCoreParms &&) noexcept=default
 
 ~SOP_GuideGroomCoreParms () override
 
bool operator== (const SOP_GuideGroomCoreParms &src) const
 
bool operator!= (const SOP_GuideGroomCoreParms &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_StringHoldergetStashnode () const
 
void setStashnode (const UT_StringHolder &val)
 
UT_StringHolder opStashnode (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
Grouptype getGrouptype () const
 
void setGrouptype (Grouptype val)
 
Grouptype opGrouptype (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsemask () const
 
void setUsemask (bool val)
 
bool opUsemask (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getMirrorbrush () const
 
void setMirrorbrush (bool val)
 
bool opMirrorbrush (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getMirror () const
 
void setMirror (bool val)
 
bool opMirror (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetMirrorgroup () const
 
void setMirrorgroup (const UT_StringHolder &val)
 
UT_StringHolder opMirrorgroup (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getMirrororigin () const
 
void setMirrororigin (UT_Vector3D val)
 
UT_Vector3D opMirrororigin (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getMirrordir () const
 
void setMirrordir (UT_Vector3D val)
 
UT_Vector3D opMirrordir (const SOP_NodeVerb::CookParms &cookparms) const
 
Tool getTool () const
 
void setTool (Tool val)
 
Tool opTool (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getRaybias () const
 
void setRaybias (fpreal64 val)
 
fpreal64 opRaybias (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getStrandmode () const
 
void setStrandmode (bool val)
 
bool opStrandmode (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCollidewithskin () const
 
void setCollidewithskin (bool val)
 
bool opCollidewithskin (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCreateorient () const
 
void setCreateorient (bool val)
 
bool opCreateorient (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOrientname () const
 
void setOrientname (const UT_StringHolder &val)
 
UT_StringHolder opOrientname (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getOrientup () const
 
void setOrientup (UT_Vector3D val)
 
UT_Vector3D opOrientup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOrientupattrib () const
 
void setOrientupattrib (const UT_StringHolder &val)
 
UT_StringHolder opOrientupattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOrientupattribflip () const
 
void setOrientupattribflip (bool val)
 
bool opOrientupattribflip (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTemplatesourcegroup () const
 
void setTemplatesourcegroup (const UT_StringHolder &val)
 
UT_StringHolder opTemplatesourcegroup (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getWidthoverride () const
 
void setWidthoverride (bool val)
 
bool opWidthoverride (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getWidth () const
 
void setWidth (fpreal64 val)
 
fpreal64 opWidth (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBrushsurface () const
 
void setBrushsurface (bool val)
 
bool opBrushsurface (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsepartinglines () const
 
void setUsepartinglines (bool val)
 
bool opUsepartinglines (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getScreenradius () const
 
void setScreenradius (fpreal64 val)
 
fpreal64 opScreenradius (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getObjectradius () const
 
void setObjectradius (fpreal64 val)
 
fpreal64 opObjectradius (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSoft () const
 
void setSoft (fpreal64 val)
 
fpreal64 opSoft (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSpacing () const
 
void setSpacing (fpreal64 val)
 
fpreal64 opSpacing (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDensity () const
 
void setDensity (fpreal64 val)
 
fpreal64 opDensity (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBrushmaintainlength () const
 
void setBrushmaintainlength (fpreal64 val)
 
fpreal64 opBrushmaintainlength (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBrushsnaptosurface () const
 
void setBrushsnaptosurface (bool val)
 
bool opBrushsnaptosurface (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBrushbend () const
 
void setBrushbend (fpreal64 val)
 
fpreal64 opBrushbend (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getBrushbendfalloff () const
 
void setBrushbendfalloff (fpreal64 val)
 
fpreal64 opBrushbendfalloff (const SOP_NodeVerb::CookParms &cookparms) const
 
Liftmode getLiftmode () const
 
void setLiftmode (Liftmode val)
 
Liftmode opLiftmode (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getLiftangle () const
 
void setLiftangle (fpreal64 val)
 
fpreal64 opLiftangle (const SOP_NodeVerb::CookParms &cookparms) const
 
Adjustlengthmode getAdjustlengthmode () const
 
void setAdjustlengthmode (Adjustlengthmode val)
 
Adjustlengthmode opAdjustlengthmode (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getAdjustlengthvalue () const
 
void setAdjustlengthvalue (fpreal64 val)
 
fpreal64 opAdjustlengthvalue (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getAdjustlengthlength () const
 
void setAdjustlengthlength (fpreal64 val)
 
fpreal64 opAdjustlengthlength (const SOP_NodeVerb::CookParms &cookparms) const
 
Adjustlengthmethod getAdjustlengthmethod () const
 
void setAdjustlengthmethod (Adjustlengthmethod val)
 
Adjustlengthmethod opAdjustlengthmethod (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getMoverotatewithskin () const
 
void setMoverotatewithskin (bool val)
 
bool opMoverotatewithskin (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getSculptdoconstrain () const
 
void setSculptdoconstrain (bool val)
 
bool opSculptdoconstrain (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getSculptlockroot () const
 
void setSculptlockroot (bool val)
 
bool opSculptlockroot (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getSculptmaintainevensegments () const
 
void setSculptmaintainevensegments (bool val)
 
bool opSculptmaintainevensegments (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSmoothtargetsmoothness () const
 
void setSmoothtargetsmoothness (fpreal64 val)
 
fpreal64 opSmoothtargetsmoothness (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getSmoothposition () const
 
void setSmoothposition (bool val)
 
bool opSmoothposition (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getSmoothorient () const
 
void setSmoothorient (bool val)
 
bool opSmoothorient (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBlurinskinspace () const
 
void setBlurinskinspace (bool val)
 
bool opBlurinskinspace (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBlurperpoint () const
 
void setBlurperpoint (bool val)
 
bool opBlurperpoint (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBlurshape () const
 
void setBlurshape (bool val)
 
bool opBlurshape (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBlurlength () const
 
void setBlurlength (bool val)
 
bool opBlurlength (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getBlurorient () const
 
void setBlurorient (bool val)
 
bool opBlurorient (const SOP_NodeVerb::CookParms &cookparms) const
 
Cutmode getCutmode () const
 
void setCutmode (Cutmode val)
 
Cutmode opCutmode (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getClumpperpoint () const
 
void setClumpperpoint (bool val)
 
bool opClumpperpoint (const SOP_NodeVerb::CookParms &cookparms) const
 
Plantmode getPlantmode () const
 
void setPlantmode (Plantmode val)
 
Plantmode opPlantmode (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPlantinterpolateguides () const
 
void setPlantinterpolateguides (bool val)
 
bool opPlantinterpolateguides (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPlantinterpolaterelskin () const
 
void setPlantinterpolaterelskin (bool val)
 
bool opPlantinterpolaterelskin (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPlantinterpolateorient () const
 
void setPlantinterpolateorient (bool val)
 
bool opPlantinterpolateorient (const SOP_NodeVerb::CookParms &cookparms) const
 
Planttemplatesource getPlanttemplatesource () const
 
void setPlanttemplatesource (Planttemplatesource val)
 
Planttemplatesource opPlanttemplatesource (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPlantlength () const
 
void setPlantlength (fpreal64 val)
 
fpreal64 opPlantlength (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPlantsegcount () const
 
void setPlantsegcount (int64 val)
 
int64 opPlantsegcount (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDrawonskin () const
 
void setDrawonskin (bool val)
 
bool opDrawonskin (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDrawinterpolateorient () const
 
void setDrawinterpolateorient (bool val)
 
bool opDrawinterpolateorient (const SOP_NodeVerb::CookParms &cookparms) const
 
Drawtemplatesource getDrawtemplatesource () const
 
void setDrawtemplatesource (Drawtemplatesource val)
 
Drawtemplatesource opDrawtemplatesource (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDrawlimitlength () const
 
void setDrawlimitlength (bool val)
 
bool opDrawlimitlength (const SOP_NodeVerb::CookParms &cookparms) const
 
Drawcurvetype getDrawcurvetype () const
 
void setDrawcurvetype (Drawcurvetype val)
 
Drawcurvetype opDrawcurvetype (const SOP_NodeVerb::CookParms &cookparms) const
 
Drawsegmode getDrawsegmode () const
 
void setDrawsegmode (Drawsegmode val)
 
Drawsegmode opDrawsegmode (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getDrawsegcount () const
 
void setDrawsegcount (int64 val)
 
int64 opDrawsegcount (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDrawseglength () const
 
void setDrawseglength (fpreal64 val)
 
fpreal64 opDrawseglength (const SOP_NodeVerb::CookParms &cookparms) const
 
Orientbrushupmode getOrientbrushupmode () const
 
void setOrientbrushupmode (Orientbrushupmode val)
 
Orientbrushupmode opOrientbrushupmode (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOrientbrushperpoint () const
 
void setOrientbrushperpoint (bool val)
 
bool opOrientbrushperpoint (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPainttemplateallowblending () const
 
void setPainttemplateallowblending (bool val)
 
bool opPainttemplateallowblending (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getEditactiveprim () const
 
void setEditactiveprim (int64 val)
 
int64 opEditactiveprim (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getEditsoft () const
 
void setEditsoft (bool val)
 
bool opEditsoft (const SOP_NodeVerb::CookParms &cookparms) const
 
Editsoftmode getEditsoftmode () const
 
void setEditsoftmode (Editsoftmode val)
 
Editsoftmode opEditsoftmode (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getEditcurvefrac () const
 
void setEditcurvefrac (fpreal64 val)
 
fpreal64 opEditcurvefrac (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getEditcurvedist () const
 
void setEditcurvedist (fpreal64 val)
 
fpreal64 opEditcurvedist (const SOP_NodeVerb::CookParms &cookparms) const
 
Resamplesegmode getResamplesegmode () const
 
void setResamplesegmode (Resamplesegmode val)
 
Resamplesegmode opResamplesegmode (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getResamplesegcount () const
 
void setResamplesegcount (int64 val)
 
int64 opResamplesegcount (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getResampleseglength () const
 
void setResampleseglength (fpreal64 val)
 
fpreal64 opResampleseglength (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getTwistangle () const
 
void setTwistangle (fpreal64 val)
 
fpreal64 opTwistangle (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_SharedPtr< UT_RampgetCurvemaskramp () const
 
void setCurvemaskramp (UT_SharedPtr< UT_Ramp > val)
 
UT_SharedPtr< UT_RampopCurvemaskramp (const SOP_NodeVerb::CookParms &cookparms) const
 
PRM_DataItemHandle getGroom () const
 
void setGroom (PRM_DataItemHandle val)
 
PRM_DataItemHandle opGroom (const SOP_NodeVerb::CookParms &cookparms) const
 
PRM_DataItemHandle getStrands () const
 
void setStrands (PRM_DataItemHandle val)
 
PRM_DataItemHandle opStrands (const SOP_NodeVerb::CookParms &cookparms) const
 
PRM_DataItemHandle getStrokes () const
 
void setStrokes (PRM_DataItemHandle val)
 
PRM_DataItemHandle opStrokes (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPreviewutil () const
 
void setPreviewutil (bool val)
 
bool opPreviewutil (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPaintmaskpoints () const
 
void setPaintmaskpoints (bool val)
 
bool opPaintmaskpoints (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getGroupnewprims () const
 
void setGroupnewprims (bool val)
 
bool opGroupnewprims (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getNamenewprims () const
 
void setNamenewprims (bool val)
 
bool opNamenewprims (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetActivegroup () const
 
void setActivegroup (const UT_StringHolder &val)
 
UT_StringHolder opActivegroup (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetNameattrib () const
 
void setNameattrib (const UT_StringHolder &val)
 
UT_StringHolder opNameattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetActivename () const
 
void setActivename (const UT_StringHolder &val)
 
UT_StringHolder opActivename (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOverridecolor () const
 
void setOverridecolor (bool val)
 
bool opOverridecolor (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getColorbyname () const
 
void setColorbyname (bool val)
 
bool opColorbyname (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getDefaultcolor () const
 
void setDefaultcolor (UT_Vector3D val)
 
UT_Vector3D opDefaultcolor (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getTemplatecolor () const
 
void setTemplatecolor (UT_Vector3D val)
 
UT_Vector3D opTemplatecolor (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getColorseed () const
 
void setColorseed (int64 val)
 
int64 opColorseed (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_Array
< Folder_grouplist > & 
getFolder_grouplist () const
 
void setFolder_grouplist (const UT_Array< Folder_grouplist > &val)
 
exint opFolder_grouplist (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D opFolder_grouplist_groupcolor (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_Vector3D opinstFolder_grouplist_groupcolor (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opFolder_grouplist_groupname (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstFolder_grouplist_groupname (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
int64 opFolder_grouplist_groupoptions (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstFolder_grouplist_groupoptions (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
Xord getXord () const
 
void setXord (Xord val)
 
Xord opXord (const SOP_NodeVerb::CookParms &cookparms) const
 
Rord getRord () const
 
void setRord (Rord val)
 
Rord opRord (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getT () const
 
void setT (UT_Vector3D val)
 
UT_Vector3D opT (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getR () const
 
void setR (UT_Vector3D val)
 
UT_Vector3D opR (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getS () const
 
void setS (UT_Vector3D val)
 
UT_Vector3D opS (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getShear () const
 
void setShear (UT_Vector3D val)
 
UT_Vector3D opShear (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getScale () const
 
void setScale (fpreal64 val)
 
fpreal64 opScale (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getP () const
 
void setP (UT_Vector3D val)
 
UT_Vector3D opP (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getPr () const
 
void setPr (UT_Vector3D val)
 
UT_Vector3D opPr (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector4D getCamxform0 () const
 
void setCamxform0 (UT_Vector4D val)
 
UT_Vector4D opCamxform0 (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector4D getCamxform1 () const
 
void setCamxform1 (UT_Vector4D val)
 
UT_Vector4D opCamxform1 (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector4D getCamxform2 () const
 
void setCamxform2 (UT_Vector4D val)
 
UT_Vector4D opCamxform2 (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector4D getCamxform3 () const
 
void setCamxform3 (UT_Vector4D val)
 
UT_Vector4D opCamxform3 (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getCampos () const
 
void setCampos (UT_Vector3D val)
 
UT_Vector3D opCampos (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2D getCursorpos () const
 
void setCursorpos (UT_Vector2D val)
 
UT_Vector2D opCursorpos (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getCursordisplace () const
 
void setCursordisplace (UT_Vector3D val)
 
UT_Vector3D opCursordisplace (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getRaypos () const
 
void setRaypos (UT_Vector3D val)
 
UT_Vector3D opRaypos (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getRaydir () const
 
void setRaydir (UT_Vector3D val)
 
UT_Vector3D opRaydir (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getStrengthscale () const
 
void setStrengthscale (fpreal64 val)
 
fpreal64 opStrengthscale (const SOP_NodeVerb::CookParms &cookparms) const
 
Button getButton () const
 
void setButton (Button val)
 
Button opButton (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getShiftkey () const
 
void setShiftkey (bool val)
 
bool opShiftkey (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCtrlkey () const
 
void setCtrlkey (bool val)
 
bool opCtrlkey (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 401 of file SOP_GuideGroomCore.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_GuideGroomCoreParms::SOP_GuideGroomCoreParms ( )
inline

Definition at line 460 of file SOP_GuideGroomCore.proto.h.

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

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

Member Function Documentation

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

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

void SOP_GuideGroomCoreParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

UT_StringHolder SOP_GuideGroomCoreParms::createString ( const UT_Array< Folder_grouplist > &  list) const
inline

Definition at line 435 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 1138 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 1557 of file SOP_GuideGroomCore.proto.h.

const UT_StringHolder& SOP_GuideGroomCoreParms::getActivegroup ( ) const
inline

Definition at line 3761 of file SOP_GuideGroomCore.proto.h.

const UT_StringHolder& SOP_GuideGroomCoreParms::getActivename ( ) const
inline

Definition at line 3781 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getAdjustlengthlength ( ) const
inline

Definition at line 3251 of file SOP_GuideGroomCore.proto.h.

Adjustlengthmethod SOP_GuideGroomCoreParms::getAdjustlengthmethod ( ) const
inline

Definition at line 3261 of file SOP_GuideGroomCore.proto.h.

Adjustlengthmode SOP_GuideGroomCoreParms::getAdjustlengthmode ( ) const
inline

Definition at line 3231 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getAdjustlengthvalue ( ) const
inline

Definition at line 3241 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getBlurinskinspace ( ) const
inline

Definition at line 3341 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getBlurlength ( ) const
inline

Definition at line 3371 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getBlurorient ( ) const
inline

Definition at line 3381 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getBlurperpoint ( ) const
inline

Definition at line 3351 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getBlurshape ( ) const
inline

Definition at line 3361 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getBrushbend ( ) const
inline

Definition at line 3191 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getBrushbendfalloff ( ) const
inline

Definition at line 3201 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getBrushmaintainlength ( ) const
inline

Definition at line 3171 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getBrushsnaptosurface ( ) const
inline

Definition at line 3181 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getBrushsurface ( ) const
inline

Definition at line 3101 of file SOP_GuideGroomCore.proto.h.

Button SOP_GuideGroomCoreParms::getButton ( ) const
inline

Definition at line 4081 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getCampos ( ) const
inline

Definition at line 4021 of file SOP_GuideGroomCore.proto.h.

UT_Vector4D SOP_GuideGroomCoreParms::getCamxform0 ( ) const
inline

Definition at line 3981 of file SOP_GuideGroomCore.proto.h.

UT_Vector4D SOP_GuideGroomCoreParms::getCamxform1 ( ) const
inline

Definition at line 3991 of file SOP_GuideGroomCore.proto.h.

UT_Vector4D SOP_GuideGroomCoreParms::getCamxform2 ( ) const
inline

Definition at line 4001 of file SOP_GuideGroomCore.proto.h.

UT_Vector4D SOP_GuideGroomCoreParms::getCamxform3 ( ) const
inline

Definition at line 4011 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getClumpperpoint ( ) const
inline

Definition at line 3401 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getCollidewithskin ( ) const
inline

Definition at line 3011 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getColorbyname ( ) const
inline

Definition at line 3801 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::getColorseed ( ) const
inline

Definition at line 3831 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getCreateorient ( ) const
inline

Definition at line 3021 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getCtrlkey ( ) const
inline

Definition at line 4101 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getCursordisplace ( ) const
inline

Definition at line 4041 of file SOP_GuideGroomCore.proto.h.

UT_Vector2D SOP_GuideGroomCoreParms::getCursorpos ( ) const
inline

Definition at line 4031 of file SOP_GuideGroomCore.proto.h.

UT_SharedPtr<UT_Ramp> SOP_GuideGroomCoreParms::getCurvemaskramp ( ) const
inline

Definition at line 3681 of file SOP_GuideGroomCore.proto.h.

Cutmode SOP_GuideGroomCoreParms::getCutmode ( ) const
inline

Definition at line 3391 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getDefaultcolor ( ) const
inline

Definition at line 3811 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getDensity ( ) const
inline

Definition at line 3161 of file SOP_GuideGroomCore.proto.h.

Drawcurvetype SOP_GuideGroomCoreParms::getDrawcurvetype ( ) const
inline

Definition at line 3521 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getDrawinterpolateorient ( ) const
inline

Definition at line 3491 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getDrawlimitlength ( ) const
inline

Definition at line 3511 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getDrawonskin ( ) const
inline

Definition at line 3481 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::getDrawsegcount ( ) const
inline

Definition at line 3541 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getDrawseglength ( ) const
inline

Definition at line 3551 of file SOP_GuideGroomCore.proto.h.

Drawsegmode SOP_GuideGroomCoreParms::getDrawsegmode ( ) const
inline

Definition at line 3531 of file SOP_GuideGroomCore.proto.h.

Drawtemplatesource SOP_GuideGroomCoreParms::getDrawtemplatesource ( ) const
inline

Definition at line 3501 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::getEditactiveprim ( ) const
inline

Definition at line 3591 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getEditcurvedist ( ) const
inline

Definition at line 3631 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getEditcurvefrac ( ) const
inline

Definition at line 3621 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getEditsoft ( ) const
inline

Definition at line 3601 of file SOP_GuideGroomCore.proto.h.

Editsoftmode SOP_GuideGroomCoreParms::getEditsoftmode ( ) const
inline

Definition at line 3611 of file SOP_GuideGroomCore.proto.h.

const UT_Array<Folder_grouplist>& SOP_GuideGroomCoreParms::getFolder_grouplist ( ) const
inline

Definition at line 3841 of file SOP_GuideGroomCore.proto.h.

PRM_DataItemHandle SOP_GuideGroomCoreParms::getGroom ( ) const
inline

Definition at line 3691 of file SOP_GuideGroomCore.proto.h.

const UT_StringHolder& SOP_GuideGroomCoreParms::getGroup ( ) const
inline

Definition at line 2901 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getGroupnewprims ( ) const
inline

Definition at line 3741 of file SOP_GuideGroomCore.proto.h.

Grouptype SOP_GuideGroomCoreParms::getGrouptype ( ) const
inline

Definition at line 2911 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getLiftangle ( ) const
inline

Definition at line 3221 of file SOP_GuideGroomCore.proto.h.

Liftmode SOP_GuideGroomCoreParms::getLiftmode ( ) const
inline

Definition at line 3211 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getMirror ( ) const
inline

Definition at line 2941 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getMirrorbrush ( ) const
inline

Definition at line 2931 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getMirrordir ( ) const
inline

Definition at line 2971 of file SOP_GuideGroomCore.proto.h.

const UT_StringHolder& SOP_GuideGroomCoreParms::getMirrorgroup ( ) const
inline

Definition at line 2951 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getMirrororigin ( ) const
inline

Definition at line 2961 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getMoverotatewithskin ( ) const
inline

Definition at line 3271 of file SOP_GuideGroomCore.proto.h.

const UT_StringHolder& SOP_GuideGroomCoreParms::getNameattrib ( ) const
inline

Definition at line 3771 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getNamenewprims ( ) const
inline

Definition at line 3751 of file SOP_GuideGroomCore.proto.h.

exint SOP_GuideGroomCoreParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1973 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1987 of file SOP_GuideGroomCore.proto.h.

ParmType SOP_GuideGroomCoreParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 2246 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1532 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1534 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1536 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1538 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1540 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1542 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1544 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1546 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1548 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1550 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1552 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getObjectradius ( ) const
inline

Definition at line 3131 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getOrientbrushperpoint ( ) const
inline

Definition at line 3571 of file SOP_GuideGroomCore.proto.h.

Orientbrushupmode SOP_GuideGroomCoreParms::getOrientbrushupmode ( ) const
inline

Definition at line 3561 of file SOP_GuideGroomCore.proto.h.

const UT_StringHolder& SOP_GuideGroomCoreParms::getOrientname ( ) const
inline

Definition at line 3031 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getOrientup ( ) const
inline

Definition at line 3041 of file SOP_GuideGroomCore.proto.h.

const UT_StringHolder& SOP_GuideGroomCoreParms::getOrientupattrib ( ) const
inline

Definition at line 3051 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getOrientupattribflip ( ) const
inline

Definition at line 3061 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getOverridecolor ( ) const
inline

Definition at line 3791 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getP ( ) const
inline

Definition at line 3961 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getPaintmaskpoints ( ) const
inline

Definition at line 3731 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getPainttemplateallowblending ( ) const
inline

Definition at line 3581 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getPlantinterpolateguides ( ) const
inline

Definition at line 3421 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getPlantinterpolateorient ( ) const
inline

Definition at line 3441 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getPlantinterpolaterelskin ( ) const
inline

Definition at line 3431 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getPlantlength ( ) const
inline

Definition at line 3461 of file SOP_GuideGroomCore.proto.h.

Plantmode SOP_GuideGroomCoreParms::getPlantmode ( ) const
inline

Definition at line 3411 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::getPlantsegcount ( ) const
inline

Definition at line 3471 of file SOP_GuideGroomCore.proto.h.

Planttemplatesource SOP_GuideGroomCoreParms::getPlanttemplatesource ( ) const
inline

Definition at line 3451 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getPr ( ) const
inline

Definition at line 3971 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getPreviewutil ( ) const
inline

Definition at line 3721 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getR ( ) const
inline

Definition at line 3921 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getRaybias ( ) const
inline

Definition at line 2991 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getRaydir ( ) const
inline

Definition at line 4061 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getRaypos ( ) const
inline

Definition at line 4051 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::getResamplesegcount ( ) const
inline

Definition at line 3651 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getResampleseglength ( ) const
inline

Definition at line 3661 of file SOP_GuideGroomCore.proto.h.

Resamplesegmode SOP_GuideGroomCoreParms::getResamplesegmode ( ) const
inline

Definition at line 3641 of file SOP_GuideGroomCore.proto.h.

Rord SOP_GuideGroomCoreParms::getRord ( ) const
inline

Definition at line 3901 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getS ( ) const
inline

Definition at line 3931 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getScale ( ) const
inline

Definition at line 3951 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getScreenradius ( ) const
inline

Definition at line 3121 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getSculptdoconstrain ( ) const
inline

Definition at line 3281 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getSculptlockroot ( ) const
inline

Definition at line 3291 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getSculptmaintainevensegments ( ) const
inline

Definition at line 3301 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getShear ( ) const
inline

Definition at line 3941 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getShiftkey ( ) const
inline

Definition at line 4091 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getSmoothorient ( ) const
inline

Definition at line 3331 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getSmoothposition ( ) const
inline

Definition at line 3321 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getSmoothtargetsmoothness ( ) const
inline

Definition at line 3311 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getSoft ( ) const
inline

Definition at line 3141 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getSpacing ( ) const
inline

Definition at line 3151 of file SOP_GuideGroomCore.proto.h.

const UT_StringHolder& SOP_GuideGroomCoreParms::getStashnode ( ) const
inline

Definition at line 2891 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getStrandmode ( ) const
inline

Definition at line 3001 of file SOP_GuideGroomCore.proto.h.

PRM_DataItemHandle SOP_GuideGroomCoreParms::getStrands ( ) const
inline

Definition at line 3701 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getStrengthscale ( ) const
inline

Definition at line 4071 of file SOP_GuideGroomCore.proto.h.

PRM_DataItemHandle SOP_GuideGroomCoreParms::getStrokes ( ) const
inline

Definition at line 3711 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getT ( ) const
inline

Definition at line 3911 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::getTemplatecolor ( ) const
inline

Definition at line 3821 of file SOP_GuideGroomCore.proto.h.

const UT_StringHolder& SOP_GuideGroomCoreParms::getTemplatesourcegroup ( ) const
inline

Definition at line 3071 of file SOP_GuideGroomCore.proto.h.

Tool SOP_GuideGroomCoreParms::getTool ( ) const
inline

Definition at line 2981 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getTwistangle ( ) const
inline

Definition at line 3671 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getUsemask ( ) const
inline

Definition at line 2921 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getUsepartinglines ( ) const
inline

Definition at line 3111 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getWidth ( ) const
inline

Definition at line 3091 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::getWidthoverride ( ) const
inline

Definition at line 3081 of file SOP_GuideGroomCore.proto.h.

Xord SOP_GuideGroomCoreParms::getXord ( ) const
inline

Definition at line 3891 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 1523 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::load ( UT_IStream is)
inline

Definition at line 2747 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2506 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2508 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2510 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2512 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2514 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2517 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2520 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2522 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2524 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2526 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2528 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2531 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2534 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2536 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2547 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 1125 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opActivegroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3763 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opActivename ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3783 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opAdjustlengthlength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3253 of file SOP_GuideGroomCore.proto.h.

Adjustlengthmethod SOP_GuideGroomCoreParms::opAdjustlengthmethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3263 of file SOP_GuideGroomCore.proto.h.

Adjustlengthmode SOP_GuideGroomCoreParms::opAdjustlengthmode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3233 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opAdjustlengthvalue ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3243 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opBlurinskinspace ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3343 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opBlurlength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3373 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opBlurorient ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3383 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opBlurperpoint ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3353 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opBlurshape ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3363 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opBrushbend ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3193 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opBrushbendfalloff ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3203 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opBrushmaintainlength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3173 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opBrushsnaptosurface ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3183 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opBrushsurface ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3103 of file SOP_GuideGroomCore.proto.h.

Button SOP_GuideGroomCoreParms::opButton ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4083 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opCampos ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4023 of file SOP_GuideGroomCore.proto.h.

UT_Vector4D SOP_GuideGroomCoreParms::opCamxform0 ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3983 of file SOP_GuideGroomCore.proto.h.

UT_Vector4D SOP_GuideGroomCoreParms::opCamxform1 ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3993 of file SOP_GuideGroomCore.proto.h.

UT_Vector4D SOP_GuideGroomCoreParms::opCamxform2 ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4003 of file SOP_GuideGroomCore.proto.h.

UT_Vector4D SOP_GuideGroomCoreParms::opCamxform3 ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4013 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opClumpperpoint ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3403 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opCollidewithskin ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3013 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opColorbyname ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3803 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::opColorseed ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3833 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opCreateorient ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3023 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opCtrlkey ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4103 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opCursordisplace ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4043 of file SOP_GuideGroomCore.proto.h.

UT_Vector2D SOP_GuideGroomCoreParms::opCursorpos ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4033 of file SOP_GuideGroomCore.proto.h.

UT_SharedPtr<UT_Ramp> SOP_GuideGroomCoreParms::opCurvemaskramp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3683 of file SOP_GuideGroomCore.proto.h.

Cutmode SOP_GuideGroomCoreParms::opCutmode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3393 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opDefaultcolor ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3813 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opDensity ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3163 of file SOP_GuideGroomCore.proto.h.

Drawcurvetype SOP_GuideGroomCoreParms::opDrawcurvetype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3523 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opDrawinterpolateorient ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3493 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opDrawlimitlength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3513 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opDrawonskin ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3483 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::opDrawsegcount ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3543 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opDrawseglength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3553 of file SOP_GuideGroomCore.proto.h.

Drawsegmode SOP_GuideGroomCoreParms::opDrawsegmode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3533 of file SOP_GuideGroomCore.proto.h.

Drawtemplatesource SOP_GuideGroomCoreParms::opDrawtemplatesource ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3503 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::opEditactiveprim ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3593 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opEditcurvedist ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3633 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opEditcurvefrac ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3623 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opEditsoft ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3603 of file SOP_GuideGroomCore.proto.h.

Editsoftmode SOP_GuideGroomCoreParms::opEditsoftmode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3613 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 716 of file SOP_GuideGroomCore.proto.h.

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

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

exint SOP_GuideGroomCoreParms::opFolder_grouplist ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3843 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opFolder_grouplist_groupcolor ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 3851 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opFolder_grouplist_groupname ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 3864 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::opFolder_grouplist_groupoptions ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 3877 of file SOP_GuideGroomCore.proto.h.

PRM_DataItemHandle SOP_GuideGroomCoreParms::opGroom ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3693 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2903 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opGroupnewprims ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3743 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2913 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opinstFolder_grouplist_groupcolor ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 3853 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opinstFolder_grouplist_groupname ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 3866 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::opinstFolder_grouplist_groupoptions ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 3879 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opLiftangle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3223 of file SOP_GuideGroomCore.proto.h.

Liftmode SOP_GuideGroomCoreParms::opLiftmode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3213 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opMirror ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2943 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opMirrorbrush ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2933 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opMirrordir ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2973 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opMirrorgroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2953 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opMirrororigin ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2963 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opMoverotatewithskin ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3273 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opNameattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3773 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opNamenewprims ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3753 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opObjectradius ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3133 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opOrientbrushperpoint ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3573 of file SOP_GuideGroomCore.proto.h.

Orientbrushupmode SOP_GuideGroomCoreParms::opOrientbrushupmode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3563 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opOrientname ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3033 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opOrientup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3043 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opOrientupattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3053 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opOrientupattribflip ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3063 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opOverridecolor ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3793 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opP ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3963 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opPaintmaskpoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3733 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opPainttemplateallowblending ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3583 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opPlantinterpolateguides ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3423 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opPlantinterpolateorient ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3443 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opPlantinterpolaterelskin ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3433 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opPlantlength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3463 of file SOP_GuideGroomCore.proto.h.

Plantmode SOP_GuideGroomCoreParms::opPlantmode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3413 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::opPlantsegcount ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3473 of file SOP_GuideGroomCore.proto.h.

Planttemplatesource SOP_GuideGroomCoreParms::opPlanttemplatesource ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3453 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opPr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3973 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opPreviewutil ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3723 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opR ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3923 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opRaybias ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2993 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opRaydir ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4063 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opRaypos ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4053 of file SOP_GuideGroomCore.proto.h.

int64 SOP_GuideGroomCoreParms::opResamplesegcount ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3653 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opResampleseglength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3663 of file SOP_GuideGroomCore.proto.h.

Resamplesegmode SOP_GuideGroomCoreParms::opResamplesegmode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3643 of file SOP_GuideGroomCore.proto.h.

Rord SOP_GuideGroomCoreParms::opRord ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3903 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opS ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3933 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 3953 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opScreenradius ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3123 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opSculptdoconstrain ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3283 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opSculptlockroot ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3293 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opSculptmaintainevensegments ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3303 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opShear ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3943 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opShiftkey ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4093 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opSmoothorient ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3333 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opSmoothposition ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3323 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opSmoothtargetsmoothness ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3313 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opSoft ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3143 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opSpacing ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3153 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opStashnode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2893 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opStrandmode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3003 of file SOP_GuideGroomCore.proto.h.

PRM_DataItemHandle SOP_GuideGroomCoreParms::opStrands ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3703 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opStrengthscale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 4073 of file SOP_GuideGroomCore.proto.h.

PRM_DataItemHandle SOP_GuideGroomCoreParms::opStrokes ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3713 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 3913 of file SOP_GuideGroomCore.proto.h.

UT_Vector3D SOP_GuideGroomCoreParms::opTemplatecolor ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3823 of file SOP_GuideGroomCore.proto.h.

UT_StringHolder SOP_GuideGroomCoreParms::opTemplatesourcegroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3073 of file SOP_GuideGroomCore.proto.h.

Tool SOP_GuideGroomCoreParms::opTool ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2983 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opTwistangle ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3673 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opUsemask ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 2923 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opUsepartinglines ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3113 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::opWidth ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3093 of file SOP_GuideGroomCore.proto.h.

bool SOP_GuideGroomCoreParms::opWidthoverride ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3083 of file SOP_GuideGroomCore.proto.h.

Xord SOP_GuideGroomCoreParms::opXord ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 3893 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2610 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2567 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2569 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2571 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2573 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2575 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2578 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2581 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2583 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2585 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2587 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2589 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 2596 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setActivegroup ( const UT_StringHolder val)
inline

Definition at line 3762 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setActivename ( const UT_StringHolder val)
inline

Definition at line 3782 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setAdjustlengthlength ( fpreal64  val)
inline

Definition at line 3252 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setAdjustlengthmethod ( Adjustlengthmethod  val)
inline

Definition at line 3262 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setAdjustlengthmode ( Adjustlengthmode  val)
inline

Definition at line 3232 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setAdjustlengthvalue ( fpreal64  val)
inline

Definition at line 3242 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBlurinskinspace ( bool  val)
inline

Definition at line 3342 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBlurlength ( bool  val)
inline

Definition at line 3372 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBlurorient ( bool  val)
inline

Definition at line 3382 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBlurperpoint ( bool  val)
inline

Definition at line 3352 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBlurshape ( bool  val)
inline

Definition at line 3362 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBrushbend ( fpreal64  val)
inline

Definition at line 3192 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBrushbendfalloff ( fpreal64  val)
inline

Definition at line 3202 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBrushmaintainlength ( fpreal64  val)
inline

Definition at line 3172 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBrushsnaptosurface ( bool  val)
inline

Definition at line 3182 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setBrushsurface ( bool  val)
inline

Definition at line 3102 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setButton ( Button  val)
inline

Definition at line 4082 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCampos ( UT_Vector3D  val)
inline

Definition at line 4022 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCamxform0 ( UT_Vector4D  val)
inline

Definition at line 3982 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCamxform1 ( UT_Vector4D  val)
inline

Definition at line 3992 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCamxform2 ( UT_Vector4D  val)
inline

Definition at line 4002 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCamxform3 ( UT_Vector4D  val)
inline

Definition at line 4012 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setClumpperpoint ( bool  val)
inline

Definition at line 3402 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCollidewithskin ( bool  val)
inline

Definition at line 3012 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setColorbyname ( bool  val)
inline

Definition at line 3802 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setColorseed ( int64  val)
inline

Definition at line 3832 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCreateorient ( bool  val)
inline

Definition at line 3022 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCtrlkey ( bool  val)
inline

Definition at line 4102 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCursordisplace ( UT_Vector3D  val)
inline

Definition at line 4042 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCursorpos ( UT_Vector2D  val)
inline

Definition at line 4032 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCurvemaskramp ( UT_SharedPtr< UT_Ramp val)
inline

Definition at line 3682 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setCutmode ( Cutmode  val)
inline

Definition at line 3392 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDefaultcolor ( UT_Vector3D  val)
inline

Definition at line 3812 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDensity ( fpreal64  val)
inline

Definition at line 3162 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDrawcurvetype ( Drawcurvetype  val)
inline

Definition at line 3522 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDrawinterpolateorient ( bool  val)
inline

Definition at line 3492 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDrawlimitlength ( bool  val)
inline

Definition at line 3512 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDrawonskin ( bool  val)
inline

Definition at line 3482 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDrawsegcount ( int64  val)
inline

Definition at line 3542 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDrawseglength ( fpreal64  val)
inline

Definition at line 3552 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDrawsegmode ( Drawsegmode  val)
inline

Definition at line 3532 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setDrawtemplatesource ( Drawtemplatesource  val)
inline

Definition at line 3502 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setEditactiveprim ( int64  val)
inline

Definition at line 3592 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setEditcurvedist ( fpreal64  val)
inline

Definition at line 3632 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setEditcurvefrac ( fpreal64  val)
inline

Definition at line 3622 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setEditsoft ( bool  val)
inline

Definition at line 3602 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setEditsoftmode ( Editsoftmode  val)
inline

Definition at line 3612 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setFolder_grouplist ( const UT_Array< Folder_grouplist > &  val)
inline

Definition at line 3842 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setGroom ( PRM_DataItemHandle  val)
inline

Definition at line 3692 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setGroup ( const UT_StringHolder val)
inline

Definition at line 2902 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setGroupnewprims ( bool  val)
inline

Definition at line 3742 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setGrouptype ( Grouptype  val)
inline

Definition at line 2912 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setLiftangle ( fpreal64  val)
inline

Definition at line 3222 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setLiftmode ( Liftmode  val)
inline

Definition at line 3212 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setMirror ( bool  val)
inline

Definition at line 2942 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setMirrorbrush ( bool  val)
inline

Definition at line 2932 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setMirrordir ( UT_Vector3D  val)
inline

Definition at line 2972 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setMirrorgroup ( const UT_StringHolder val)
inline

Definition at line 2952 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setMirrororigin ( UT_Vector3D  val)
inline

Definition at line 2962 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setMoverotatewithskin ( bool  val)
inline

Definition at line 3272 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setNameattrib ( const UT_StringHolder val)
inline

Definition at line 3772 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setNamenewprims ( bool  val)
inline

Definition at line 3752 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1950 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1952 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1954 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1956 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1958 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1960 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1962 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1964 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1966 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1968 of file SOP_GuideGroomCore.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 1970 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setObjectradius ( fpreal64  val)
inline

Definition at line 3132 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setOrientbrushperpoint ( bool  val)
inline

Definition at line 3572 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setOrientbrushupmode ( Orientbrushupmode  val)
inline

Definition at line 3562 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setOrientname ( const UT_StringHolder val)
inline

Definition at line 3032 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setOrientup ( UT_Vector3D  val)
inline

Definition at line 3042 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setOrientupattrib ( const UT_StringHolder val)
inline

Definition at line 3052 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setOrientupattribflip ( bool  val)
inline

Definition at line 3062 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setOverridecolor ( bool  val)
inline

Definition at line 3792 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setP ( UT_Vector3D  val)
inline

Definition at line 3962 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPaintmaskpoints ( bool  val)
inline

Definition at line 3732 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPainttemplateallowblending ( bool  val)
inline

Definition at line 3582 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPlantinterpolateguides ( bool  val)
inline

Definition at line 3422 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPlantinterpolateorient ( bool  val)
inline

Definition at line 3442 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPlantinterpolaterelskin ( bool  val)
inline

Definition at line 3432 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPlantlength ( fpreal64  val)
inline

Definition at line 3462 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPlantmode ( Plantmode  val)
inline

Definition at line 3412 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPlantsegcount ( int64  val)
inline

Definition at line 3472 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPlanttemplatesource ( Planttemplatesource  val)
inline

Definition at line 3452 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPr ( UT_Vector3D  val)
inline

Definition at line 3972 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setPreviewutil ( bool  val)
inline

Definition at line 3722 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setR ( UT_Vector3D  val)
inline

Definition at line 3922 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setRaybias ( fpreal64  val)
inline

Definition at line 2992 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setRaydir ( UT_Vector3D  val)
inline

Definition at line 4062 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setRaypos ( UT_Vector3D  val)
inline

Definition at line 4052 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setResamplesegcount ( int64  val)
inline

Definition at line 3652 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setResampleseglength ( fpreal64  val)
inline

Definition at line 3662 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setResamplesegmode ( Resamplesegmode  val)
inline

Definition at line 3642 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setRord ( Rord  val)
inline

Definition at line 3902 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setS ( UT_Vector3D  val)
inline

Definition at line 3932 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setScale ( fpreal64  val)
inline

Definition at line 3952 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setScreenradius ( fpreal64  val)
inline

Definition at line 3122 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setSculptdoconstrain ( bool  val)
inline

Definition at line 3282 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setSculptlockroot ( bool  val)
inline

Definition at line 3292 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setSculptmaintainevensegments ( bool  val)
inline

Definition at line 3302 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setShear ( UT_Vector3D  val)
inline

Definition at line 3942 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setShiftkey ( bool  val)
inline

Definition at line 4092 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setSmoothorient ( bool  val)
inline

Definition at line 3332 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setSmoothposition ( bool  val)
inline

Definition at line 3322 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setSmoothtargetsmoothness ( fpreal64  val)
inline

Definition at line 3312 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setSoft ( fpreal64  val)
inline

Definition at line 3142 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setSpacing ( fpreal64  val)
inline

Definition at line 3152 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setStashnode ( const UT_StringHolder val)
inline

Definition at line 2892 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setStrandmode ( bool  val)
inline

Definition at line 3002 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setStrands ( PRM_DataItemHandle  val)
inline

Definition at line 3702 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setStrengthscale ( fpreal64  val)
inline

Definition at line 4072 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setStrokes ( PRM_DataItemHandle  val)
inline

Definition at line 3712 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setT ( UT_Vector3D  val)
inline

Definition at line 3912 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setTemplatecolor ( UT_Vector3D  val)
inline

Definition at line 3822 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setTemplatesourcegroup ( const UT_StringHolder val)
inline

Definition at line 3072 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setTool ( Tool  val)
inline

Definition at line 2982 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setTwistangle ( fpreal64  val)
inline

Definition at line 3672 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setUsemask ( bool  val)
inline

Definition at line 2922 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setUsepartinglines ( bool  val)
inline

Definition at line 3112 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setWidth ( fpreal64  val)
inline

Definition at line 3092 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setWidthoverride ( bool  val)
inline

Definition at line 3082 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setXord ( Xord  val)
inline

Definition at line 3892 of file SOP_GuideGroomCore.proto.h.

static int SOP_GuideGroomCoreParms::version ( )
inlinestatic

Definition at line 404 of file SOP_GuideGroomCore.proto.h.


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