SoLogicalValueProcessing engine More...
#include <ImageViz/Engines/ArithmeticAndLogic/LogicalOperations/SoLogicalValueProcessing.h>
Public Types | |
enum | LogicalOperator { AND = 0, OR = 1, XOR = 2, NOR = 3, NAND = 4, NXOR = 5, SUB = 6 } |
Public Member Functions | |
SoLogicalValueProcessing () | |
Public Attributes | |
SoSFEnum | logicalOperator |
SoSFImageDataAdapter | inImage |
SoSFInt32 | operandValue |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
SoLogicalValueProcessing performs a logical operation between an image and a value.
See also: SoLogicalImageProcessing, SoArithmeticValueProcessing, SoLogicalNotProcessing.
logicalOperator | AND |
inImage | NULL |
operandValue | 4 |
SoLogicalValueProcessing::SoLogicalValueProcessing | ( | ) |
Constructor.
The input image operand.
Default value is NULL. Supported types include: grayscale binary label color image.
Select the operator to apply.
Use enum LogicalOperator. Default is AND
The operand value.
Default value is 4.
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.