ETcVnElementType

Offers element types.

Syntax

Definition:

enum ETcVnElementType : LONG
{
    ET_SAME_AS_SOURCE = -1,
    ET_USINT          = 0,
    ET_SINT           = 1,
    ET_UINT           = 2,
    ET_INT            = 3,
    ET_DINT           = 4,
    ET_REAL           = 5,
    ET_LREAL          = 6
};

Values

Name

Description

ET_SAME_AS_SOURCE

Sets the element type of the destination image to the source image element type.

ET_USINT

USINT (depth: 8 bit, 0..255)

ET_SINT

SINT (depth: 8 bit, -128..127)

ET_UINT

UINT (depth: 16 bit, 0..65535)

ET_INT

INT (depth: 16 bit, -32768..32767)

ET_DINT

DINT (depth: 32 bit, -2147483648..2147483647)

ET_REAL

REAL (depth: 32 bit, ~ -3.402823E 10^38 .. ~ 3.402823E 38)

ET_LREAL

LREAL (depth: 64 bit, ~ -1.79769313486231E 308 .. ~ 1.79769313486232E 308)