|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimImageTypeLut.h>
Public Member Functions | |
| ossimImageTypeLut () | |
| virtual | ~ossimImageTypeLut () |
| virtual ossimKeyword | getKeyword () const |
Public Member Functions inherited from ossimLookUpTable | |
| ossimLookUpTable (const std::initializer_list< ossimString > &stringInitializer) | |
| By default if you just give an initializer list with strings then it will assume keys 0..n-1 for each string. More... | |
| virtual | ~ossimLookUpTable () |
| virtual ossimString | getEntryString (ossim_int32 entry_number) const |
| virtual ossimString | getTableIndexString (ossim_uint32 table_index) const |
| virtual ossimString | operator[] (ossim_int32 entry_number) const |
| virtual ossimString | getEntryString (const ossimKeywordlist &kwl, const char *prefix=0) const |
| virtual ossim_int32 | getEntryNumber (const char *entry_string, bool case_insensitive=true) const |
| virtual ossim_int32 | getEntryNumber (const ossimKeywordlist &kwl, const char *prefix=0, bool case_insensitive=true) const |
| virtual ossim_uint32 | getTableSize () const |
| void | dumpValues (std::ostream &out) const |
Static Public Attributes | |
| static const ossimKeyword | IMAGE_TYPE_KW |
Additional Inherited Members | |
Public Types inherited from ossimLookUpTable | |
| enum | { NOT_FOUND = -1 } |
Protected Member Functions inherited from ossimLookUpTable | |
| ossimLookUpTable (ossim_int32 table_size) | |
| ossimLookUpTable () | |
Protected Attributes inherited from ossimLookUpTable | |
| std::vector< ossimKeyValueMap > | theTable |
Definition at line 21 of file ossimImageTypeLut.h.
| ossimImageTypeLut::ossimImageTypeLut | ( | ) |
Definition at line 30 of file ossimImageTypeLut.cpp.
|
inlinevirtual |
Definition at line 27 of file ossimImageTypeLut.h.
|
inlinevirtual |
Returns keyword for lookups from a Keywordlist.
Reimplemented from ossimLookUpTable.
Definition at line 29 of file ossimImageTypeLut.h.
|
static |
Definition at line 31 of file ossimImageTypeLut.h.
1.8.14