Linderdaum Engine: cl2DAccessMap Class Reference
Updated: Sun Feb 5 2012 22:59:48
cl2DAccessMap Class Reference

Representation of a map in the pathfinder. More...

#include <Pathfinder.h>

List of all members.

Public Member Functions

void SetSize (int SizeX, int SizeY)
int GetPoint (int X, int Y)
void SetPoint (int X, int Y, int Value)
void Fill (int Value)

Private Attributes

LArray< intFMap
int FSizeX
int FSizeY

Detailed Description

Representation of a map in the pathfinder.


Member Function Documentation

void cl2DAccessMap::Fill ( int  Value) [inline]
int cl2DAccessMap::GetPoint ( int  X,
int  Y 
) [inline]
void cl2DAccessMap::SetPoint ( int  X,
int  Y,
int  Value 
) [inline]
void cl2DAccessMap::SetSize ( int  SizeX,
int  SizeY 
) [inline]

Member Data Documentation


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