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

Enumerations

enum  Reduction {
  Reduction::MAX = 0, Reduction::MIN, Reduction::MAXABS, Reduction::MINABS,
  Reduction::AVERAGE, Reduction::MEDIAN, Reduction::SUM, Reduction::SUMABS,
  Reduction::SUMSQUARE, Reduction::RMS
}
 
enum  Scaleby { Scaleby::NONE = 0, Scaleby::LENGTH, Scaleby::AREA, Scaleby::VOLUME }
 
enum  Result {
  Result::VOLUME = 0, Result::VERTEX, Result::POINT, Result::PRIM,
  Result::DETAIL
}
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Reduction enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Scaleby enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Result enum_value)
 

Enumeration Type Documentation

Enumerator
MAX 
MIN 
MAXABS 
MINABS 
AVERAGE 
MEDIAN 
SUM 
SUMABS 
SUMSQUARE 
RMS 

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

Enumerator
VOLUME 
VERTEX 
POINT 
PRIM 
DETAIL 

Definition at line 79 of file SOP_VolumeReduce.proto.h.

Enumerator
NONE 
LENGTH 
AREA 
VOLUME 

Definition at line 58 of file SOP_VolumeReduce.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_VolumeReduceEnums::getToken ( Reduction  enum_value)

Definition at line 40 of file SOP_VolumeReduce.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_VolumeReduceEnums::getToken ( Scaleby  enum_value)

Definition at line 67 of file SOP_VolumeReduce.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_VolumeReduceEnums::getToken ( Result  enum_value)

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