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

Enumerations

enum  Grouptype {
  Grouptype::GUESS = 0, Grouptype::VERTICES, Grouptype::EDGES, Grouptype::POINTS,
  Grouptype::PRIMS
}
 
enum  Existing { Existing::ERROR = 0, Existing::WARN, Existing::REPLACE, Existing::BETTER }
 
enum  Class { Class::DETAIL = 0, Class::PRIMITIVE, Class::POINT, Class::VERTEX }
 
enum  Type {
  Type::FLOAT = 0, Type::INT, Type::VECTOR, Type::INDEX,
  Type::FLOATARRAY, Type::INTARRAY, Type::STRINGARRAY, Type::DICT,
  Type::DICTARRAY
}
 
enum  Typeinfo {
  Typeinfo::GUESS = 0, Typeinfo::NONE, Typeinfo::POINT, Typeinfo::VECTOR,
  Typeinfo::NORMAL, Typeinfo::COLOR, Typeinfo::QUATERNION, Typeinfo::TRANFORM,
  Typeinfo::TEXTURECOORD
}
 
enum  Precision {
  Precision::_8 = 0, Precision::_16, Precision::_32, Precision::_64,
  Precision::AUTO
}
 

Enumeration Type Documentation

Enumerator
DETAIL 
PRIMITIVE 
POINT 
VERTEX 

Definition at line 40 of file SOP_AttribCreate-2.0.proto.h.

Enumerator
ERROR 
WARN 
REPLACE 
BETTER 

Definition at line 33 of file SOP_AttribCreate-2.0.proto.h.

Enumerator
GUESS 
VERTICES 
EDGES 
POINTS 
PRIMS 

Definition at line 25 of file SOP_AttribCreate-2.0.proto.h.

Enumerator
_8 
_16 
_32 
_64 
AUTO 

Definition at line 71 of file SOP_AttribCreate-2.0.proto.h.

Enumerator
FLOAT 
INT 
VECTOR 
INDEX 
FLOATARRAY 
INTARRAY 
STRINGARRAY 
DICT 
DICTARRAY 
Examples:
COP2/COP2_SampleFilter.C.

Definition at line 47 of file SOP_AttribCreate-2.0.proto.h.

Enumerator
GUESS 
NONE 
POINT 
VECTOR 
NORMAL 
COLOR 
QUATERNION 
TRANFORM 
TEXTURECOORD 

Definition at line 59 of file SOP_AttribCreate-2.0.proto.h.