|
MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
This file contains a number of enums, typedefs, etc, that are used throughout the MrSID SDK. More...
Go to the source code of this file.
Typedefs | |
| typedef enum LTIColorSpace | LTIColorSpace |
| colorspaces More... | |
| typedef enum LTIColor | LTIColor |
| colors More... | |
| typedef enum LTIDataType | LTIDataType |
| datatypes More... | |
| typedef enum LTIPosition | LTIPosition |
| well-known points More... | |
| typedef enum LTILayout | LTILayout |
| constants representing data layout More... | |
| typedef enum LTIEndian | LTIEndian |
| constants representing endianness (byte order) More... | |
| typedef enum LTIResampleMethod | LTIResampleMethod |
| constants representing resampling methods More... | |
| typedef enum LTIPixelFillMethod | LTIPixelFillMethod |
| constants representing pixel filling methods More... | |
| typedef enum LTIEncodingModification | LTIEncodingModifications |
| typedef enum LTIPipelineInfo | LTIPipelineInfo |
| typedef enum LTIColorSpace LTIColorSpace |
This enum is used to represent colorspaces.
| typedef enum LTIDataType LTIDataType |
This enum is used to represent datatypes.
| typedef enum LTIEncodingModification LTIEncodingModifications |
These are used by classes like LTIRawImageReader and LTIRawImageWriter.
| typedef enum LTIPipelineInfo LTIPipelineInfo |
| typedef enum LTIPixelFillMethod LTIPixelFillMethod |
| typedef enum LTIPosition LTIPosition |
This enum is used to represent the well-known points on a rectangle.
| typedef enum LTIResampleMethod LTIResampleMethod |
| enum LTIColor |
This enum is used to represent colors.
Definition at line 83 of file lti_types.h.
| enum LTIColorSpace |
This enum is used to represent colorspaces.
Definition at line 38 of file lti_types.h.
| enum LTIDataType |
This enum is used to represent datatypes.
| Enumerator | |
|---|---|
| LTI_DATATYPE_INVALID | |
| LTI_DATATYPE_UINT8 | |
| LTI_DATATYPE_SINT8 | |
| LTI_DATATYPE_UINT16 | |
| LTI_DATATYPE_SINT16 | |
| LTI_DATATYPE_UINT32 | |
| LTI_DATATYPE_SINT32 | |
| LTI_DATATYPE_FLOAT32 | |
| LTI_DATATYPE_FLOAT64 | |
Definition at line 105 of file lti_types.h.
Definition at line 197 of file lti_types.h.
| enum LTIEndian |
| Enumerator | |
|---|---|
| LTI_ENDIAN_INVALID | |
| LTI_ENDIAN_HOST | |
| LTI_ENDIAN_LITTLE | |
| LTI_ENDIAN_BIG | |
Definition at line 164 of file lti_types.h.
| enum LTILayout |
These are used by classes like LTIRawImageReader and LTIRawImageWriter.
| Enumerator | |
|---|---|
| LTI_LAYOUT_INVALID | |
| LTI_LAYOUT_BIP | band interleaved by pixel |
| LTI_LAYOUT_BSQ | band sequential |
| LTI_LAYOUT_BIL | band interleaved by line |
Definition at line 152 of file lti_types.h.
| enum LTIPipelineInfo |
| Enumerator | |
|---|---|
| LTI_PIPELINE_INFO_NON_LEVEL_DECODES | |
Definition at line 228 of file lti_types.h.
| enum LTIPixelFillMethod |
| Enumerator | |
|---|---|
| LTI_PIXELFILL_HARD | |
| LTI_PIXELFILL_FUZZY | |
| LTI_PIXELFILL_COPY | |
Definition at line 187 of file lti_types.h.
| enum LTIPosition |
This enum is used to represent the well-known points on a rectangle.
Definition at line 132 of file lti_types.h.
| enum LTIResampleMethod |
| Enumerator | |
|---|---|
| LTI_RESAMPLE_INVALID | |
| LTI_RESAMPLE_NEAREST | |
| LTI_RESAMPLE_BILINEAR | |
| LTI_RESAMPLE_BICUBIC | |
Definition at line 176 of file lti_types.h.
| LizardTech |