OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ESM::GlobalMap Struct Reference

< More...

#include <globalmap.hpp>

Collaboration diagram for ESM::GlobalMap:

Classes

struct  Bounds
 

Public Types

typedef std::pair< int, intCellId
 

Public Member Functions

void load (ESMReader &esm)
 
void save (ESMWriter &esm) const
 

Public Attributes

Bounds mBounds
 
std::vector< char > mImageData
 
std::set< CellIdmMarkers
 

Static Public Attributes

static unsigned int sRecordId = ESM::REC_GMAP
 

Detailed Description

<

An image containing the explored areas on the global map.

Member Typedef Documentation

typedef std::pair<int, int> ESM::GlobalMap::CellId

Member Function Documentation

void ESM::GlobalMap::load ( ESMReader esm)

Here is the call graph for this function:

Here is the caller graph for this function:

void ESM::GlobalMap::save ( ESMWriter esm) const

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

Bounds ESM::GlobalMap::mBounds
std::vector<char> ESM::GlobalMap::mImageData
std::set<CellId> ESM::GlobalMap::mMarkers
unsigned int ESM::GlobalMap::sRecordId = ESM::REC_GMAP
static

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