milk  1.01
Modular Image processing Library toolKit
IMAGE_KEYWORD Struct Reference

Keyword The IMAGE_KEYWORD structure includes : More...

#include <ImageStruct.h>

Data Fields

char name [KEYWORD_MAX_STRING]
 
char type
 
uint64_t __pad0__: 0
 
union {
   int64_t   numl
 
   double   numf
 
   char   valstr [KEYWORD_MAX_STRING]
 
value
 
char comment [KEYWORD_MAX_COMMENT]
 

Detailed Description

Keyword The IMAGE_KEYWORD structure includes :

  • name
  • type
  • value

Field Documentation

◆ name

char IMAGE_KEYWORD::name[KEYWORD_MAX_STRING]

keyword name

◆ type

char IMAGE_KEYWORD::type

N: unused, L: long, D: double, S: 16-char string


The documentation for this struct was generated from the following file: