10 #ifndef __geo_simpletags_h_
11 #define __geo_simpletags_h_
16 #if defined(__cplusplus)
38 void CPL_DLL GTIFSetSimpleTagsMethods(
TIFFMethod *method);
40 int CPL_DLL ST_SetKey(
ST_TIFF *,
int tag,
int count,
41 int st_type,
void *data );
42 int CPL_DLL ST_GetKey(
ST_TIFF *,
int tag,
int *count,
43 int *st_type,
void **data_ptr );
46 void CPL_DLL ST_Destroy(
ST_TIFF * );
48 int CPL_DLL ST_TagType(
int tag );
50 #if defined(__cplusplus)
Definition: geo_simpletags.h:24
Definition: geo_tiffp.h:87
Definition: geo_simpletags.h:31