Skip to content
Snippets Groups Projects
Commit 6927d505 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: add output complex pixel type enum

parent e66a46eb
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ typedef enum
ParameterType_Group,
ParameterType_ListView,
ParameterType_ComplexInputImage,
ParameterType_ComplexOutputImage
} ParameterType;
typedef enum
......@@ -69,6 +70,12 @@ typedef enum
ImagePixelType_double,
} ImagePixelType;
typedef enum
{
ComplexImagePixelType_float,
ComplexImagePixelType_double,
} ComplexImagePixelType;
typedef enum
{
Role_Input,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment