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

Enumerations

enum  GroupType { GroupType::VERTICES = 0, GroupType::POINTS, GroupType::PRIMS }
 
enum  MirrorOp { MirrorOp::SOURCE = 0, MirrorOp::DESTINATION }
 
enum  Attrib { Attrib::COLORATTRIB = 0, Attrib::UVATTRIB, Attrib::OTHERATTRIB }
 
enum  AttribMirrorOp { AttribMirrorOp::NOMIRROR = 0, AttribMirrorOp::UVMIRROR, AttribMirrorOp::VECTORMIRROR, AttribMirrorOp::POINTMIRROR }
 

Enumeration Type Documentation

Enumerator
COLORATTRIB 
UVATTRIB 
OTHERATTRIB 
Examples:
karma_procedurals/BRAY_HdBox.C, and karma_procedurals/BRAY_HdSphere.C.

Definition at line 36 of file SOP_AttribMirror.proto.h.

Enumerator
NOMIRROR 
UVMIRROR 
VECTORMIRROR 
POINTMIRROR 

Definition at line 42 of file SOP_AttribMirror.proto.h.

Enumerator
VERTICES 
POINTS 
PRIMS 

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

Enumerator
SOURCE 
DESTINATION 

Definition at line 31 of file SOP_AttribMirror.proto.h.