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

Enumerations

enum  DoRot { DoRot::OFF = 0, DoRot::ON, DoRot::MATCH }
 
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  Doclr { Doclr::OFF = 0, Doclr::ON, Doclr::REMOVE }
 
enum  Doalpha { Doalpha::OFF = 0, Doalpha::ON, Doalpha::REMOVE }
 
enum  Docrease { Docrease::OFF = 0, Docrease::ON, Docrease::REMOVE }
 
enum  Dotexture { Dotexture::OFF = 0, Dotexture::ON, Dotexture::REMOVE }
 
enum  Closeu {
  Closeu::SAMECLOSURE = 0, Closeu::OPEN, Closeu::CLOSESHARP, Closeu::CLOSEROUND,
  Closeu::UNROLL, Closeu::UNROLLSHARED
}
 
enum  Closev {
  Closev::SAMECLOSURE = 0, Closev::OPEN, Closev::CLOSESHARP, Closev::CLOSEROUND,
  Closev::UNROLL, Closev::UNROLLSHARED
}
 
enum  Clampu { Clampu::SAMECLAMP = 0, Clampu::CLAMP, Clampu::UNCLAMP }
 
enum  Clampv { Clampv::SAMECLAMP = 0, Clampv::CLAMP, Clampv::UNCLAMP }
 
enum  Vtxsort {
  Vtxsort::SAMEVERTEX = 0, Vtxsort::REVERSE, Vtxsort::REVERSEU, Vtxsort::REVERSEV,
  Vtxsort::SWAPUV, Vtxsort::SHIFT
}
 
enum  Prtype {
  Prtype::SPHERE = 0, Prtype::CIRCLE, Prtype::LINE, Prtype::TUBE,
  Prtype::CAPPED, Prtype::ROUNDED
}
 
enum  Volvis {
  Volvis::SMOKE = 0, Volvis::RAINBOW, Volvis::ISO, Volvis::INVISIBLE,
  Volvis::HEIGHTFIELD, Volvis::IMAGE
}
 
enum  Volborder {
  Volborder::CONSTANT = 0, Volborder::REPEAT, Volborder::STREAK, Volborder::SDF,
  Volborder::MIRROR
}
 
enum  Voltypeinfo {
  Voltypeinfo::NONE = 0, Voltypeinfo::COLOR, Voltypeinfo::POSITION, Voltypeinfo::VECTOR,
  Voltypeinfo::NORMAL, Voltypeinfo::OFFSETNORMAL, Voltypeinfo::TEXTURECOORD, Voltypeinfo::ID,
  Voltypeinfo::MASK, Voltypeinfo::SDF, Voltypeinfo::HEIGHT
}
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (DoRot 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 (Doclr enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Doalpha enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Docrease enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Dotexture enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Closeu enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Closev enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Clampu enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Clampv enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Vtxsort enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Prtype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Volvis enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Volborder enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Voltypeinfo enum_value)
 

Enumeration Type Documentation

Enumerator
SAMECLAMP 
CLAMP 
UNCLAMP 

Definition at line 220 of file SOP_Primitive.proto.h.

Enumerator
SAMECLAMP 
CLAMP 
UNCLAMP 

Definition at line 239 of file SOP_Primitive.proto.h.

Enumerator
SAMECLOSURE 
OPEN 
CLOSESHARP 
CLOSEROUND 
UNROLL 
UNROLLSHARED 

Definition at line 170 of file SOP_Primitive.proto.h.

Enumerator
SAMECLOSURE 
OPEN 
CLOSESHARP 
CLOSEROUND 
UNROLL 
UNROLLSHARED 

Definition at line 195 of file SOP_Primitive.proto.h.

Enumerator
OFF 
ON 
REMOVE 

Definition at line 113 of file SOP_Primitive.proto.h.

Enumerator
OFF 
ON 
REMOVE 

Definition at line 94 of file SOP_Primitive.proto.h.

Enumerator
OFF 
ON 
REMOVE 

Definition at line 132 of file SOP_Primitive.proto.h.

Enumerator
OFF 
ON 
MATCH 

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

Enumerator
OFF 
ON 
REMOVE 

Definition at line 151 of file SOP_Primitive.proto.h.

Enumerator
SPHERE 
CIRCLE 
LINE 
TUBE 
CAPPED 
ROUNDED 

Definition at line 283 of file SOP_Primitive.proto.h.

Enumerator
XYZ 
XZY 
YXZ 
YZX 
ZXY 
ZYX 

Definition at line 69 of file SOP_Primitive.proto.h.

Enumerator
CONSTANT 
REPEAT 
STREAK 
SDF 
MIRROR 

Definition at line 333 of file SOP_Primitive.proto.h.

Enumerator
NONE 
COLOR 
POSITION 
VECTOR 
NORMAL 
OFFSETNORMAL 
TEXTURECOORD 
ID 
MASK 
SDF 
HEIGHT 

Definition at line 356 of file SOP_Primitive.proto.h.

Enumerator
SMOKE 
RAINBOW 
ISO 
INVISIBLE 
HEIGHTFIELD 
IMAGE 

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

Enumerator
SAMEVERTEX 
REVERSE 
REVERSEU 
REVERSEV 
SWAPUV 
SHIFT 

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

Enumerator
SRT 
STR 
RST 
RTS 
TSR 
TRS 

Definition at line 44 of file SOP_Primitive.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( DoRot  enum_value)

Definition at line 33 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Xord  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Rord  enum_value)

Definition at line 80 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Doclr  enum_value)

Definition at line 102 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Doalpha  enum_value)

Definition at line 121 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Docrease  enum_value)

Definition at line 140 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Dotexture  enum_value)

Definition at line 159 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Closeu  enum_value)

Definition at line 181 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Closev  enum_value)

Definition at line 206 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Clampu  enum_value)

Definition at line 228 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Clampv  enum_value)

Definition at line 247 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Vtxsort  enum_value)

Definition at line 269 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Prtype  enum_value)

Definition at line 294 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Volvis  enum_value)

Definition at line 319 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Volborder  enum_value)

Definition at line 343 of file SOP_Primitive.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_PrimitiveEnums::getToken ( Voltypeinfo  enum_value)

Definition at line 372 of file SOP_Primitive.proto.h.