HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_GuideGroomCoreEnums Namespace Reference

Enumerations

enum  Grouptype {
  Grouptype::GUESS = 0, Grouptype::BREAKPOINTS, Grouptype::EDGES, Grouptype::POINTS,
  Grouptype::PRIMS
}
 
enum  Tool {
  Tool::DRAW = 0, Tool::PLANT, Tool::DELETE, Tool::CULL,
  Tool::CUT, Tool::BRUSH, Tool::SCULPT, Tool::SCULPTPHYS,
  Tool::STRAIGHTEN, Tool::LIFT, Tool::ADJUSTLENGTH, Tool::SMOOTH,
  Tool::ORIENT, Tool::PAINTTEMPLATE, Tool::MOVE, Tool::RELAX,
  Tool::CLUMP, Tool::BLUR, Tool::DEINTERSECT, Tool::PAINTMASK,
  Tool::PAINTGROUP, Tool::EDIT, Tool::RESAMPLE, Tool::TWIST,
  Tool::MIRROR
}
 
enum  Liftmode { Liftmode::ADDSUB = 0, Liftmode::SET }
 
enum  Adjustlengthmode { Adjustlengthmode::ADDSUB = 0, Adjustlengthmode::SET }
 
enum  Adjustlengthmethod { Adjustlengthmethod::CUTEXTEND = 0, Adjustlengthmethod::SCALE }
 
enum  Cutmode { Cutmode::REDISTRIBUTE = 0, Cutmode::DELETE }
 
enum  Plantmode { Plantmode::SINGLE = 0, Plantmode::SCATTER }
 
enum  Planttemplatesource { Planttemplatesource::NONE = 0, Planttemplatesource::ACTIVETEMPLATE, Planttemplatesource::INTERPOLATEGUIDES }
 
enum  Drawtemplatesource { Drawtemplatesource::NONE = 0, Drawtemplatesource::ACTIVETEMPLATE, Drawtemplatesource::INTERPOLATEGUIDES }
 
enum  Drawcurvetype { Drawcurvetype::GUIDE = 0, Drawcurvetype::PARTLINE }
 
enum  Drawsegmode { Drawsegmode::FIXED = 0, Drawsegmode::ADAPTIVE }
 
enum  Orientbrushupmode { Orientbrushupmode::CAM = 0, Orientbrushupmode::SKINUPVEC, Orientbrushupmode::ROTATE, Orientbrushupmode::ALIGN }
 
enum  Editsoftmode { Editsoftmode::ENDPOINTS = 0, Editsoftmode::CURVEFRAC, Editsoftmode::ABSDIST }
 
enum  Resamplesegmode { Resamplesegmode::FIXED = 0, Resamplesegmode::ADAPTIVE, Resamplesegmode::ADD, Resamplesegmode::REMOVE }
 
enum  Xord {
  Xord::SRT = 0, Xord::STR, Xord::RST, Xord::RTS,
  Xord::TSR, Xord::TRS
}
 
enum  Rord {
  Rord::XYZ = 0, Rord::XZY, Rord::YXZ, Rord::YZX,
  Rord::ZXY, Rord::ZYX
}
 
enum  Button { Button::NONE = 0, Button::LEFT, Button::MIDDLE }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Grouptype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Tool enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Liftmode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Adjustlengthmode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Adjustlengthmethod enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Cutmode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Plantmode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Planttemplatesource enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Drawtemplatesource enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Drawcurvetype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Drawsegmode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Orientbrushupmode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Editsoftmode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Resamplesegmode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Xord enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Rord enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Button enum_value)
 

Enumeration Type Documentation

Enumerator
CUTEXTEND 
SCALE 

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

Enumerator
ADDSUB 
SET 

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

Enumerator
NONE 
LEFT 
MIDDLE 

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

Enumerator
REDISTRIBUTE 
DELETE 

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

Enumerator
GUIDE 
PARTLINE 

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

Enumerator
FIXED 
ADAPTIVE 

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

Enumerator
NONE 
ACTIVETEMPLATE 
INTERPOLATEGUIDES 

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

Enumerator
ENDPOINTS 
CURVEFRAC 
ABSDIST 

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

Enumerator
GUESS 
BREAKPOINTS 
EDGES 
POINTS 
PRIMS 

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

Enumerator
ADDSUB 
SET 

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

Enumerator
CAM 
SKINUPVEC 
ROTATE 
ALIGN 

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

Enumerator
SINGLE 
SCATTER 

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

Enumerator
NONE 
ACTIVETEMPLATE 
INTERPOLATEGUIDES 

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

Enumerator
FIXED 
ADAPTIVE 
ADD 
REMOVE 

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

Enumerator
XYZ 
XZY 
YXZ 
YZX 
ZXY 
ZYX 

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

Enumerator
DRAW 
PLANT 
DELETE 
CULL 
CUT 
BRUSH 
SCULPT 
SCULPTPHYS 
STRAIGHTEN 
LIFT 
ADJUSTLENGTH 
SMOOTH 
ORIENT 
PAINTTEMPLATE 
MOVE 
RELAX 
CLUMP 
BLUR 
DEINTERSECT 
PAINTMASK 
PAINTGROUP 
EDIT 
RESAMPLE 
TWIST 
MIRROR 

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

Enumerator
SRT 
STR 
RST 
RTS 
TSR 
TRS 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Grouptype  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Tool  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Liftmode  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Adjustlengthmode  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Adjustlengthmethod  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Cutmode  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Plantmode  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Planttemplatesource  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Drawtemplatesource  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Drawcurvetype  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Drawsegmode  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Orientbrushupmode  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Editsoftmode  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Resamplesegmode  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Xord  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Rord  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_GuideGroomCoreEnums::getToken ( Button  enum_value)

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