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

Enumerations

enum  Combine {
  Combine::COPY = 0, Combine::ADD, Combine::SUB, Combine::MUL,
  Combine::DIV, Combine::MAX, Combine::MIN
}
 
enum  Adjust { Adjust::NONE = 0, Adjust::SCALE, Adjust::SCALEADD, Adjust::SCALEADDPROCESS }
 
enum  Process {
  Process::NONE = 0, Process::RECIPROCAL, Process::CLAMP01, Process::COMPLEMENT01,
  Process::THRESHOLD05
}
 
enum  Doblendvolume { Doblendvolume::OFF = 0, Doblendvolume::ON }
 

Enumeration Type Documentation

Enumerator
NONE 
SCALE 
SCALEADD 
SCALEADDPROCESS 

Definition at line 35 of file SOP_VolumeCombine.proto.h.

Enumerator
COPY 
ADD 
SUB 
MUL 
DIV 
MAX 
MIN 

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

Enumerator
OFF 
ON 

Definition at line 50 of file SOP_VolumeCombine.proto.h.

Enumerator
NONE 
RECIPROCAL 
CLAMP01 
COMPLEMENT01 
THRESHOLD05 

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