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 }
 

Enumeration Type Documentation

Enumerator
NONE 
CONSTANT 
REPEAT 
STREAK 

Definition at line 38 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.