OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimAuxFileHandler.h>
Public Member Functions | |
ossimAuxDictionary (const char *auxDictStr) | |
~ossimAuxDictionary () | |
ossimAuxType * | findType (const char *name) |
void | addType (ossimAuxType *type) |
Static Public Member Functions | |
static int | getItemSize (char chType) |
Public Attributes | |
int | nTypes |
int | nTypesMax |
ossimAuxType ** | m_auxTypes |
Definition at line 178 of file ossimAuxFileHandler.h.
ossimAuxDictionary::ossimAuxDictionary | ( | const char * | auxDictStr | ) |
Definition at line 1020 of file ossimAuxFileHandler.cpp.
References ossimAuxType::initialize().
ossimAuxDictionary::~ossimAuxDictionary | ( | ) |
Definition at line 1061 of file ossimAuxFileHandler.cpp.
void ossimAuxDictionary::addType | ( | ossimAuxType * | type | ) |
Definition at line 1070 of file ossimAuxFileHandler.cpp.
ossimAuxType * ossimAuxDictionary::findType | ( | const char * | name | ) |
Definition at line 1083 of file ossimAuxFileHandler.cpp.
Referenced by ossimAuxField::completeDefn().
|
static |
Definition at line 1099 of file ossimAuxFileHandler.cpp.
Referenced by ossimAuxField::completeDefn(), and ossimAuxField::getInstBytes().
ossimAuxType** ossimAuxDictionary::m_auxTypes |
Definition at line 183 of file ossimAuxFileHandler.h.
int ossimAuxDictionary::nTypes |
Definition at line 181 of file ossimAuxFileHandler.h.
int ossimAuxDictionary::nTypesMax |
Definition at line 182 of file ossimAuxFileHandler.h.