SoROIFlagsType Enumeration |
Flag value mask.
Namespace: OIV.LDM.Nodes
Member name | Value | Description | |
---|---|---|---|
ENABLE_X0 | 1 | Enable cropping with X slab for term 0 (stage 1) | |
ENABLE_Y0 | 2 | Enable cropping with Y slab for term 0 (stage 1) | |
ENABLE_Z0 | 4 | Enable cropping with Z slab for term 0 (stage 1) | |
INVERT_0 | 8 | Invert result for this term 0 (stage 2) | |
ENABLE_X1 | 16 | Enable cropping with X slab for term 1 (stage 1) | |
ENABLE_Y1 | 32 | Enable cropping with Y slab for term 1 (stage 1) | |
ENABLE_Z1 | 64 | Enable cropping with Z slab for term 1 (stage 1) | |
INVERT_1 | 128 | Invert result for this term 1 (stage 2) | |
ENABLE_X2 | 256 | Enable cropping with X slab for term 2 (stage 1) | |
ENABLE_Y2 | 512 | Enable cropping with Y slab for term 2 (stage 1) | |
ENABLE_Z2 | 1024 | Enable cropping with Z slab for term 2 (stage 1) | |
INVERT_2 | 2048 | Invert result for this term 2 (stage 2) | |
OR_SELECT | 4096 | Stage 3: If set, the result is the union (OR) of term 0, term 1, and term 2. If clear, the result is the intersection (AND) of the three terms | |
INVERT_OUTPUT | 8192 | Stage 4: If enabled, the result of stage 4 (union or intersection) is inverted as the last step in cropping | |
SUB_VOLUME | 7 | Convenient enums. | |
EXCLUSION_BOX | 8199 | ||
CROSS | 5475 | ||
CROSS_INVERT | 13667 | ||
FENCE | 5153 | ||
FENCE_INVERT | 13345 |