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

Enumerations

enum  Snaptype { Snaptype::DISTANCESNAP = 0, Snaptype::GRIDSNAP, Snaptype::SPECIFIED }
 
enum  Algorithm { Algorithm::LOWEST = 0, Algorithm::CLOSEST }
 
enum  TargetClass { TargetClass::POINT = 0, TargetClass::VERTEX, TargetClass::PRIM, TargetClass::DETAIL }
 
enum  PositionSnapMethod {
  PositionSnapMethod::AVERAGE = 0, PositionSnapMethod::LOWEST, PositionSnapMethod::HIGHEST, PositionSnapMethod::MAX,
  PositionSnapMethod::MIN, PositionSnapMethod::MODE, PositionSnapMethod::MEDIAN, PositionSnapMethod::SUM,
  PositionSnapMethod::SUMSQUARE, PositionSnapMethod::RMS, PositionSnapMethod::WEIGHTEDMEAN, PositionSnapMethod::WEIGHTEDSUM,
  PositionSnapMethod::MINWEIGHT, PositionSnapMethod::MAXWEIGHT
}
 
enum  Matchtype { Matchtype::MATCH = 0, Matchtype::MISMATCH }
 
enum  Gridtype { Gridtype::SPACING = 0, Gridtype::LINES, Gridtype::POW2 }
 
enum  Gridround { Gridround::NEAREST = 0, Gridround::DOWN, Gridround::UP }
 
enum  Attribsnapmethod {
  Attribsnapmethod::MAX = 0, Attribsnapmethod::MIN, Attribsnapmethod::MEAN, Attribsnapmethod::MODE,
  Attribsnapmethod::MEDIAN, Attribsnapmethod::SUM, Attribsnapmethod::SUMSQUARE, Attribsnapmethod::RMS,
  Attribsnapmethod::FIRST, Attribsnapmethod::LAST, Attribsnapmethod::CONCAT, Attribsnapmethod::WEIGHTEDMEAN,
  Attribsnapmethod::WEIGHTEDSUM, Attribsnapmethod::MINWEIGHT, Attribsnapmethod::MAXWEIGHT, Attribsnapmethod::CONCATORDERED
}
 
enum  Grouppropagation {
  Grouppropagation::LEASTPOINTNUMBER = 0, Grouppropagation::GREATESTPOINTNUMBER, Grouppropagation::UNION, Grouppropagation::INTERSECT,
  Grouppropagation::MODE
}
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Snaptype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Algorithm enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (TargetClass enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (PositionSnapMethod enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Matchtype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Gridtype enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Gridround enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Attribsnapmethod enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Grouppropagation enum_value)
 

Enumeration Type Documentation

Enumerator
LOWEST 
CLOSEST 

Definition at line 44 of file SOP_Fuse-2.0.proto.h.

Enumerator
MAX 
MIN 
MEAN 
MODE 
MEDIAN 
SUM 
SUMSQUARE 
RMS 
FIRST 
LAST 
CONCAT 
WEIGHTEDMEAN 
WEIGHTEDSUM 
MINWEIGHT 
MAXWEIGHT 
CONCATORDERED 

Definition at line 178 of file SOP_Fuse-2.0.proto.h.

Enumerator
NEAREST 
DOWN 
UP 

Definition at line 159 of file SOP_Fuse-2.0.proto.h.

Enumerator
SPACING 
LINES 
POW2 

Definition at line 140 of file SOP_Fuse-2.0.proto.h.

Enumerator
LEASTPOINTNUMBER 
GREATESTPOINTNUMBER 
UNION 
INTERSECT 
MODE 

Definition at line 223 of file SOP_Fuse-2.0.proto.h.

Enumerator
MATCH 
MISMATCH 

Definition at line 123 of file SOP_Fuse-2.0.proto.h.

Enumerator
AVERAGE 
LOWEST 
HIGHEST 
MAX 
MIN 
MODE 
MEDIAN 
SUM 
SUMSQUARE 
RMS 
WEIGHTEDMEAN 
WEIGHTEDSUM 
MINWEIGHT 
MAXWEIGHT 

Definition at line 82 of file SOP_Fuse-2.0.proto.h.

Enumerator
DISTANCESNAP 
GRIDSNAP 
SPECIFIED 

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

Enumerator
POINT 
VERTEX 
PRIM 
DETAIL 

Definition at line 61 of file SOP_Fuse-2.0.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_Fuse_2_0Enums::getToken ( Snaptype  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_Fuse_2_0Enums::getToken ( Algorithm  enum_value)

Definition at line 51 of file SOP_Fuse-2.0.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_Fuse_2_0Enums::getToken ( TargetClass  enum_value)

Definition at line 70 of file SOP_Fuse-2.0.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_Fuse_2_0Enums::getToken ( PositionSnapMethod  enum_value)

Definition at line 101 of file SOP_Fuse-2.0.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_Fuse_2_0Enums::getToken ( Matchtype  enum_value)

Definition at line 130 of file SOP_Fuse-2.0.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_Fuse_2_0Enums::getToken ( Gridtype  enum_value)

Definition at line 148 of file SOP_Fuse-2.0.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_Fuse_2_0Enums::getToken ( Gridround  enum_value)

Definition at line 167 of file SOP_Fuse-2.0.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_Fuse_2_0Enums::getToken ( Attribsnapmethod  enum_value)

Definition at line 199 of file SOP_Fuse-2.0.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_Fuse_2_0Enums::getToken ( Grouppropagation  enum_value)

Definition at line 233 of file SOP_Fuse-2.0.proto.h.