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

Enumerations

enum  Output { Output::EXTRACTED_MESH = 0, Output::GLOBAL_TEXTURE }
 
enum  ResolutionMode {
  ResolutionMode::QUAD_COUNT = 0, ResolutionMode::QUAD_AREA, ResolutionMode::TOLERANCE, ResolutionMode::RELATIVE_SCALE,
  ResolutionMode::ABSOLUTE_SCALE
}
 
enum  ResolutionSource { ResolutionSource::AUTO = 0, ResolutionSource::TRIANGLE_AREA }
 
enum  XDirection { XDirection::POSITIVE = 0, XDirection::NEGATIVE }
 
enum  YDirection { YDirection::POSITIVE = 0, YDirection::NEGATIVE }
 
enum  ZDirection { ZDirection::POSITIVE = 0, ZDirection::NEGATIVE }
 
enum  Field { Field::FACE = 0, Field::EDGE }
 
enum  BoundaryMode { BoundaryMode::ADD = 0, BoundaryMode::OVER }
 
enum  GuideMode { GuideMode::ADD = 0, GuideMode::OVER }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Output enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (ResolutionMode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (ResolutionSource enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (XDirection enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (YDirection enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (ZDirection enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Field enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (BoundaryMode enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (GuideMode enum_value)
 

Enumeration Type Documentation

Enumerator
ADD 
OVER 

Definition at line 150 of file SOP_QuadRemesh.proto.h.

Enumerator
FACE 
EDGE 

Definition at line 133 of file SOP_QuadRemesh.proto.h.

Enumerator
ADD 
OVER 

Definition at line 167 of file SOP_QuadRemesh.proto.h.

Enumerator
EXTRACTED_MESH 
GLOBAL_TEXTURE 

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

Enumerator
QUAD_COUNT 
QUAD_AREA 
TOLERANCE 
RELATIVE_SCALE 
ABSOLUTE_SCALE 

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

Enumerator
AUTO 
TRIANGLE_AREA 

Definition at line 65 of file SOP_QuadRemesh.proto.h.

Enumerator
POSITIVE 
NEGATIVE 

Definition at line 82 of file SOP_QuadRemesh.proto.h.

Enumerator
POSITIVE 
NEGATIVE 

Definition at line 99 of file SOP_QuadRemesh.proto.h.

Enumerator
POSITIVE 
NEGATIVE 

Definition at line 116 of file SOP_QuadRemesh.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_QuadRemeshEnums::getToken ( Output  enum_value)

Definition at line 32 of file SOP_QuadRemesh.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_QuadRemeshEnums::getToken ( ResolutionMode  enum_value)

Definition at line 52 of file SOP_QuadRemesh.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_QuadRemeshEnums::getToken ( ResolutionSource  enum_value)

Definition at line 72 of file SOP_QuadRemesh.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_QuadRemeshEnums::getToken ( XDirection  enum_value)

Definition at line 89 of file SOP_QuadRemesh.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_QuadRemeshEnums::getToken ( YDirection  enum_value)

Definition at line 106 of file SOP_QuadRemesh.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_QuadRemeshEnums::getToken ( ZDirection  enum_value)

Definition at line 123 of file SOP_QuadRemesh.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_QuadRemeshEnums::getToken ( Field  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_QuadRemeshEnums::getToken ( BoundaryMode  enum_value)

Definition at line 157 of file SOP_QuadRemesh.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_QuadRemeshEnums::getToken ( GuideMode  enum_value)

Definition at line 174 of file SOP_QuadRemesh.proto.h.