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 155 of file SOP_GuideGroomCore.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_GuideGroomCoreParms::SOP_GuideGroomCoreParms ( )
inline

Definition at line 214 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 341 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 494 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

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

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

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

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

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

const UT_StringHolder& SOP_GuideGroomCoreParms::getActivegroup ( ) const
inline

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

const UT_StringHolder& SOP_GuideGroomCoreParms::getActivename ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getAdjustlengthlength ( ) const
inline

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

Adjustlengthmethod SOP_GuideGroomCoreParms::getAdjustlengthmethod ( ) const
inline

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

Adjustlengthmode SOP_GuideGroomCoreParms::getAdjustlengthmode ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getAdjustlengthvalue ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getBlurinskinspace ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getBlurlength ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getBlurorient ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getBlurperpoint ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getBlurshape ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getBrushbend ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getBrushbendfalloff ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getBrushmaintainlength ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getBrushsnaptosurface ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getBrushsurface ( ) const
inline

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

Button SOP_GuideGroomCoreParms::getButton ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getCampos ( ) const
inline

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

UT_Vector4D SOP_GuideGroomCoreParms::getCamxform0 ( ) const
inline

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

UT_Vector4D SOP_GuideGroomCoreParms::getCamxform1 ( ) const
inline

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

UT_Vector4D SOP_GuideGroomCoreParms::getCamxform2 ( ) const
inline

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

UT_Vector4D SOP_GuideGroomCoreParms::getCamxform3 ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getClumpperpoint ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getCollidewithskin ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getColorbyname ( ) const
inline

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

int64 SOP_GuideGroomCoreParms::getColorseed ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getCreateorient ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getCtrlkey ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getCursordisplace ( ) const
inline

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

UT_Vector2D SOP_GuideGroomCoreParms::getCursorpos ( ) const
inline

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

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

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

Cutmode SOP_GuideGroomCoreParms::getCutmode ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getDefaultcolor ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getDensity ( ) const
inline

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

Drawcurvetype SOP_GuideGroomCoreParms::getDrawcurvetype ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getDrawinterpolateorient ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getDrawlimitlength ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getDrawonskin ( ) const
inline

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

int64 SOP_GuideGroomCoreParms::getDrawsegcount ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getDrawseglength ( ) const
inline

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

Drawsegmode SOP_GuideGroomCoreParms::getDrawsegmode ( ) const
inline

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

Drawtemplatesource SOP_GuideGroomCoreParms::getDrawtemplatesource ( ) const
inline

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

int64 SOP_GuideGroomCoreParms::getEditactiveprim ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getEditcurvedist ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getEditcurvefrac ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getEditsoft ( ) const
inline

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

Editsoftmode SOP_GuideGroomCoreParms::getEditsoftmode ( ) const
inline

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

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

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

PRM_DataItemHandle SOP_GuideGroomCoreParms::getGroom ( ) const
inline

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

const UT_StringHolder& SOP_GuideGroomCoreParms::getGroup ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getGroupnewprims ( ) const
inline

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

Grouptype SOP_GuideGroomCoreParms::getGrouptype ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getLiftangle ( ) const
inline

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

Liftmode SOP_GuideGroomCoreParms::getLiftmode ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getMirror ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getMirrorbrush ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getMirrordir ( ) const
inline

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

const UT_StringHolder& SOP_GuideGroomCoreParms::getMirrorgroup ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getMirrororigin ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getMoverotatewithskin ( ) const
inline

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

const UT_StringHolder& SOP_GuideGroomCoreParms::getNameattrib ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getNamenewprims ( ) const
inline

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

exint SOP_GuideGroomCoreParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_GuideGroomCoreParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 2000 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 1286 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 1288 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 1290 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 1292 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 1294 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 1296 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 1298 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 1300 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 1302 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 1304 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 1306 of file SOP_GuideGroomCore.proto.h.

fpreal64 SOP_GuideGroomCoreParms::getObjectradius ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getOrientbrushperpoint ( ) const
inline

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

Orientbrushupmode SOP_GuideGroomCoreParms::getOrientbrushupmode ( ) const
inline

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

const UT_StringHolder& SOP_GuideGroomCoreParms::getOrientname ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getOrientup ( ) const
inline

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

const UT_StringHolder& SOP_GuideGroomCoreParms::getOrientupattrib ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getOrientupattribflip ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getOverridecolor ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getP ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getPaintmaskpoints ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getPainttemplateallowblending ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getPlantinterpolateguides ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getPlantinterpolateorient ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getPlantinterpolaterelskin ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getPlantlength ( ) const
inline

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

Plantmode SOP_GuideGroomCoreParms::getPlantmode ( ) const
inline

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

int64 SOP_GuideGroomCoreParms::getPlantsegcount ( ) const
inline

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

Planttemplatesource SOP_GuideGroomCoreParms::getPlanttemplatesource ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getPr ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getPreviewutil ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getR ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getRaybias ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getRaydir ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getRaypos ( ) const
inline

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

int64 SOP_GuideGroomCoreParms::getResamplesegcount ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getResampleseglength ( ) const
inline

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

Resamplesegmode SOP_GuideGroomCoreParms::getResamplesegmode ( ) const
inline

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

Rord SOP_GuideGroomCoreParms::getRord ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getS ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getScale ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getScreenradius ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getSculptdoconstrain ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getSculptlockroot ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getSculptmaintainevensegments ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getShear ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getShiftkey ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getSmoothorient ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getSmoothposition ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getSmoothtargetsmoothness ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getSoft ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getSpacing ( ) const
inline

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

const UT_StringHolder& SOP_GuideGroomCoreParms::getStashnode ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getStrandmode ( ) const
inline

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

PRM_DataItemHandle SOP_GuideGroomCoreParms::getStrands ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getStrengthscale ( ) const
inline

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

PRM_DataItemHandle SOP_GuideGroomCoreParms::getStrokes ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getT ( ) const
inline

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

UT_Vector3D SOP_GuideGroomCoreParms::getTemplatecolor ( ) const
inline

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

const UT_StringHolder& SOP_GuideGroomCoreParms::getTemplatesourcegroup ( ) const
inline

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

Tool SOP_GuideGroomCoreParms::getTool ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getTwistangle ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getUsemask ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getUsepartinglines ( ) const
inline

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

fpreal64 SOP_GuideGroomCoreParms::getWidth ( ) const
inline

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

bool SOP_GuideGroomCoreParms::getWidthoverride ( ) const
inline

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

Xord SOP_GuideGroomCoreParms::getXord ( ) const
inline

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

bool SOP_GuideGroomCoreParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_GuideGroomCoreParms::load ( UT_IStream is)
inline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_GuideGroomCoreParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 470 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 343 of file SOP_GuideGroomCore.proto.h.

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

Definition at line 3597 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 3605 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 3618 of file SOP_GuideGroomCore.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 2667 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 3607 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 3620 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 3633 of file SOP_GuideGroomCore.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_GuideGroomCoreParms::setActivegroup ( const UT_StringHolder val)
inline

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

void SOP_GuideGroomCoreParms::setActivename ( const UT_StringHolder val)
inline

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

void SOP_GuideGroomCoreParms::setAdjustlengthlength ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setAdjustlengthmethod ( Adjustlengthmethod  val)
inline

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

void SOP_GuideGroomCoreParms::setAdjustlengthmode ( Adjustlengthmode  val)
inline

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

void SOP_GuideGroomCoreParms::setAdjustlengthvalue ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setBlurinskinspace ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setBlurlength ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setBlurorient ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setBlurperpoint ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setBlurshape ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setBrushbend ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setBrushbendfalloff ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setBrushmaintainlength ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setBrushsnaptosurface ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setBrushsurface ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setButton ( Button  val)
inline

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

void SOP_GuideGroomCoreParms::setCampos ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setCamxform0 ( UT_Vector4D  val)
inline

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

void SOP_GuideGroomCoreParms::setCamxform1 ( UT_Vector4D  val)
inline

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

void SOP_GuideGroomCoreParms::setCamxform2 ( UT_Vector4D  val)
inline

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

void SOP_GuideGroomCoreParms::setCamxform3 ( UT_Vector4D  val)
inline

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

void SOP_GuideGroomCoreParms::setClumpperpoint ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setCollidewithskin ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setColorbyname ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setColorseed ( int64  val)
inline

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

void SOP_GuideGroomCoreParms::setCreateorient ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setCtrlkey ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setCursordisplace ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setCursorpos ( UT_Vector2D  val)
inline

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

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

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

void SOP_GuideGroomCoreParms::setCutmode ( Cutmode  val)
inline

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

void SOP_GuideGroomCoreParms::setDefaultcolor ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setDensity ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setDrawcurvetype ( Drawcurvetype  val)
inline

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

void SOP_GuideGroomCoreParms::setDrawinterpolateorient ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setDrawlimitlength ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setDrawonskin ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setDrawsegcount ( int64  val)
inline

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

void SOP_GuideGroomCoreParms::setDrawseglength ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setDrawsegmode ( Drawsegmode  val)
inline

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

void SOP_GuideGroomCoreParms::setDrawtemplatesource ( Drawtemplatesource  val)
inline

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

void SOP_GuideGroomCoreParms::setEditactiveprim ( int64  val)
inline

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

void SOP_GuideGroomCoreParms::setEditcurvedist ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setEditcurvefrac ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setEditsoft ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setEditsoftmode ( Editsoftmode  val)
inline

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

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

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

void SOP_GuideGroomCoreParms::setGroom ( PRM_DataItemHandle  val)
inline

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

void SOP_GuideGroomCoreParms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_GuideGroomCoreParms::setGroupnewprims ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setGrouptype ( Grouptype  val)
inline

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

void SOP_GuideGroomCoreParms::setLiftangle ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setLiftmode ( Liftmode  val)
inline

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

void SOP_GuideGroomCoreParms::setMirror ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setMirrorbrush ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setMirrordir ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setMirrorgroup ( const UT_StringHolder val)
inline

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

void SOP_GuideGroomCoreParms::setMirrororigin ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setMoverotatewithskin ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setNameattrib ( const UT_StringHolder val)
inline

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

void SOP_GuideGroomCoreParms::setNamenewprims ( bool  val)
inline

Definition at line 3506 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 1704 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 1706 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 1708 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 1710 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 1712 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 1714 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 1716 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 1718 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 1720 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 1722 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 1724 of file SOP_GuideGroomCore.proto.h.

void SOP_GuideGroomCoreParms::setObjectradius ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setOrientbrushperpoint ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setOrientbrushupmode ( Orientbrushupmode  val)
inline

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

void SOP_GuideGroomCoreParms::setOrientname ( const UT_StringHolder val)
inline

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

void SOP_GuideGroomCoreParms::setOrientup ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setOrientupattrib ( const UT_StringHolder val)
inline

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

void SOP_GuideGroomCoreParms::setOrientupattribflip ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setOverridecolor ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setP ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setPaintmaskpoints ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setPainttemplateallowblending ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setPlantinterpolateguides ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setPlantinterpolateorient ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setPlantinterpolaterelskin ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setPlantlength ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setPlantmode ( Plantmode  val)
inline

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

void SOP_GuideGroomCoreParms::setPlantsegcount ( int64  val)
inline

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

void SOP_GuideGroomCoreParms::setPlanttemplatesource ( Planttemplatesource  val)
inline

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

void SOP_GuideGroomCoreParms::setPr ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setPreviewutil ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setR ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setRaybias ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setRaydir ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setRaypos ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setResamplesegcount ( int64  val)
inline

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

void SOP_GuideGroomCoreParms::setResampleseglength ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setResamplesegmode ( Resamplesegmode  val)
inline

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

void SOP_GuideGroomCoreParms::setRord ( Rord  val)
inline

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

void SOP_GuideGroomCoreParms::setS ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setScale ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setScreenradius ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setSculptdoconstrain ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setSculptlockroot ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setSculptmaintainevensegments ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setShear ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setShiftkey ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setSmoothorient ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setSmoothposition ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setSmoothtargetsmoothness ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setSoft ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setSpacing ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setStashnode ( const UT_StringHolder val)
inline

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

void SOP_GuideGroomCoreParms::setStrandmode ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setStrands ( PRM_DataItemHandle  val)
inline

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

void SOP_GuideGroomCoreParms::setStrengthscale ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setStrokes ( PRM_DataItemHandle  val)
inline

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

void SOP_GuideGroomCoreParms::setT ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setTemplatecolor ( UT_Vector3D  val)
inline

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

void SOP_GuideGroomCoreParms::setTemplatesourcegroup ( const UT_StringHolder val)
inline

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

void SOP_GuideGroomCoreParms::setTool ( Tool  val)
inline

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

void SOP_GuideGroomCoreParms::setTwistangle ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setUsemask ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setUsepartinglines ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setWidth ( fpreal64  val)
inline

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

void SOP_GuideGroomCoreParms::setWidthoverride ( bool  val)
inline

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

void SOP_GuideGroomCoreParms::setXord ( Xord  val)
inline

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

static int SOP_GuideGroomCoreParms::version ( )
inlinestatic

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


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