Google
Web alhem.net

MapObject.cpp

Go to the documentation of this file.
00001 //#include <stdio.h>
00002 
00003 #include "Map.h"
00004 #include "MapObject.h"
00005 
00006 
00007 MapObject::MapObject(Map& m) : m_map(m),m_x(0),m_y(0)
00008 ,m_delete_by_map(false)
00009 {
00010 }
00011 
00012 
00013 MapObject::~MapObject()
00014 {
00015 }
00016 
00017 
00018 void MapObject::SetPos(double x,double y)
00019 {
00020         m_x = x;
00021         m_y = y;
00022 }
00023 
00024 

Generated for Robot World by doxygen 1.3.6

Page, code, and content Copyright (C) 2004 by Anders Hedström