NapalmMap Class Reference

#include <NapalmMap.h>

List of all members.

Public Member Functions

 NapalmMap ()
virtual ~NapalmMap ()
void create (int width, int height)
fixedgetNapalmHeight (int w, int h)

Protected Member Functions

void clear ()

Protected Attributes

fixedentries_
int width_
int height_


Detailed Description

Definition at line 26 of file NapalmMap.h.


Constructor & Destructor Documentation

NapalmMap::NapalmMap (  ) 

Definition at line 25 of file NapalmMap.cpp.

NapalmMap::~NapalmMap (  )  [virtual]

Definition at line 29 of file NapalmMap.cpp.

References entries_.


Member Function Documentation

void NapalmMap::create ( int  width,
int  height 
)

Definition at line 49 of file NapalmMap.cpp.

References clear(), entries_, height_, and width_.

Referenced by GroundMaps::generateMaps().

fixed & NapalmMap::getNapalmHeight ( int  w,
int  h 
)

Definition at line 35 of file NapalmMap.cpp.

References DIALOG_ASSERT, entries_, height_, and width_.

Referenced by GroundMaps::getNapalmHeight().

void NapalmMap::clear (  )  [protected]

Definition at line 59 of file NapalmMap.cpp.

References entries_, height_, and width_.

Referenced by create().


Member Data Documentation

fixed* NapalmMap::entries_ [protected]

Definition at line 36 of file NapalmMap.h.

Referenced by clear(), create(), getNapalmHeight(), and ~NapalmMap().

int NapalmMap::width_ [protected]

Definition at line 37 of file NapalmMap.h.

Referenced by clear(), create(), and getNapalmHeight().

int NapalmMap::height_ [protected]

Definition at line 37 of file NapalmMap.h.

Referenced by clear(), create(), and getNapalmHeight().


The documentation for this class was generated from the following files:
Generated on Mon Feb 16 15:15:04 2009 for Scorched3D by  doxygen 1.5.3