![]() |
Graine
Génération procédurale de créatures et apprentissage par réseaux de neurones.
|
#include <ObjectMap.hpp>

Public Member Functions | |
| ObjectMap (int id) | |
| ~ObjectMap () | |
| int | getId () |
| virtual TypeObject | getType ()=0 |
| bool | operator== (ObjectMap const &other) |
| bool | operator!= (ObjectMap const &other) |
| ObjectMap::ObjectMap | ( | int | id | ) |
| ObjectMap::~ObjectMap | ( | ) |
| int ObjectMap::getId | ( | ) |
|
pure virtual |
Implemented in ObjectFood, and ObjectWater.
| bool ObjectMap::operator!= | ( | ObjectMap const & | other | ) |
| bool ObjectMap::operator== | ( | ObjectMap const & | other | ) |
1.8.11