OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
ossimAuxInfo Class Reference

#include <ossimAuxFileHandler.h>

Public Member Functions

 ossimAuxInfo ()
 
virtual ~ossimAuxInfo ()
 

Public Attributes

FILE * fp
 
ossim_uint32 nEndOfFile
 
ossim_uint32 nRootPos
 
ossim_uint32 nDictionaryPos
 
ossim_int16 nEntryHeaderLength
 
ossim_int32 nVersion
 
ossimAuxEntrym_Root
 
ossimAuxDictionarym_Dictionary
 
char * dictionaryData
 

Detailed Description

Definition at line 46 of file ossimAuxFileHandler.h.

Constructor & Destructor Documentation

◆ ossimAuxInfo()

ossimAuxInfo::ossimAuxInfo ( )

Definition at line 250 of file ossimAuxFileHandler.cpp.

251 {
252  fp = NULL;
253  m_Root = NULL;
254  m_Dictionary = NULL;
255  dictionaryData = NULL;
256 }
ossimAuxDictionary * m_Dictionary
ossimAuxEntry * m_Root

◆ ~ossimAuxInfo()

ossimAuxInfo::~ossimAuxInfo ( )
virtual

Definition at line 258 of file ossimAuxFileHandler.cpp.

259 {
260  if (m_Root != NULL)
261  {
262  delete m_Root;
263  m_Root = 0;
264  }
265 
266  if (m_Dictionary != NULL)
267  {
268  delete m_Dictionary;
269  m_Dictionary = 0;
270  }
271 
272  if (dictionaryData != NULL)
273  {
274  delete[] dictionaryData;
275  dictionaryData = 0;
276  }
277 }
ossimAuxDictionary * m_Dictionary
ossimAuxEntry * m_Root

Member Data Documentation

◆ dictionaryData

char* ossimAuxInfo::dictionaryData

Definition at line 65 of file ossimAuxFileHandler.h.

◆ fp

FILE* ossimAuxInfo::fp

Definition at line 53 of file ossimAuxFileHandler.h.

◆ m_Dictionary

ossimAuxDictionary* ossimAuxInfo::m_Dictionary

Definition at line 64 of file ossimAuxFileHandler.h.

◆ m_Root

ossimAuxEntry* ossimAuxInfo::m_Root

Definition at line 62 of file ossimAuxFileHandler.h.

◆ nDictionaryPos

ossim_uint32 ossimAuxInfo::nDictionaryPos

Definition at line 57 of file ossimAuxFileHandler.h.

◆ nEndOfFile

ossim_uint32 ossimAuxInfo::nEndOfFile

Definition at line 55 of file ossimAuxFileHandler.h.

◆ nEntryHeaderLength

ossim_int16 ossimAuxInfo::nEntryHeaderLength

Definition at line 59 of file ossimAuxFileHandler.h.

◆ nRootPos

ossim_uint32 ossimAuxInfo::nRootPos

Definition at line 56 of file ossimAuxFileHandler.h.

◆ nVersion

ossim_int32 ossimAuxInfo::nVersion

Definition at line 60 of file ossimAuxFileHandler.h.


The documentation for this class was generated from the following files: