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

Enumerations

enum  GroupType { GroupType::VERTICES = 0, GroupType::POINTS }
 
enum  ProjType {
  ProjType::TEXTURE = 0, ProjType::POLAR, ProjType::CYLIN, ProjType::TORUS,
  ProjType::WRAP
}
 
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  Inittype { Inittype::XY = 0, Inittype::YZ, Inittype::ZX, Inittype::BEST }
 

Enumeration Type Documentation

Enumerator
VERTICES 
POINTS 

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

Enumerator
XY 
YZ 
ZX 
BEST 

Definition at line 56 of file SOP_UVProject.proto.h.

Enumerator
TEXTURE 
POLAR 
CYLIN 
TORUS 
WRAP 

Definition at line 30 of file SOP_UVProject.proto.h.

Enumerator
XYZ 
XZY 
YXZ 
YZX 
ZXY 
ZYX 

Definition at line 47 of file SOP_UVProject.proto.h.

Enumerator
SRT 
STR 
RST 
RTS 
TSR 
TRS 

Definition at line 38 of file SOP_UVProject.proto.h.