HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_VolumeBlurEnums 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  Bordertype { Bordertype::NONE = 0, Bordertype::CONSTANT, Bordertype::REPEAT, Bordertype::STREAK }
 

Functions

SYS_FORCE_INLINE UT_StringHolder getToken (Reduction enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Bordertype enum_value)
 

Enumeration Type Documentation

Enumerator
NONE 
CONSTANT 
REPEAT 
STREAK 

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

Enumerator
MAX 
MIN 
MAXABS 
MINABS 
AVERAGE 
MEDIAN 
SUM 
SUMABS 
SUMSQUARE 
RMS 

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

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_VolumeBlurEnums::getToken ( Reduction  enum_value)

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

SYS_FORCE_INLINE UT_StringHolder SOP_VolumeBlurEnums::getToken ( Bordertype  enum_value)

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