Subversion Repositories display

Rev

Rev 287 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include "garminimg.h"

ImgTRE::ImgTRE (class ImgFile *ifilein, off_t offset)
{
        ifile= ifilein;
        header_offset= imgfile_offset= offset;
        nsubdivisions= 0;
        nlevels= 0;
}

ImgTRE::~ImgTRE ()
{
}

//----------------------------------------------------------------------
// Level functions
//----------------------------------------------------------------------


//----------------------------------------------------------------------
// Subdivision functions
//----------------------------------------------------------------------