Graine
Génération procédurale de créatures et apprentissage par réseaux de neurones.
Public Member Functions | List of all members
ObjectMap Class Referenceabstract

#include <ObjectMap.hpp>

Inheritance diagram for ObjectMap:
Inheritance graph
[legend]

Public Member Functions

 ObjectMap (int id)
 
 ~ObjectMap ()
 
int getId ()
 
virtual TypeObject getType ()=0
 
bool operator== (ObjectMap const &other)
 
bool operator!= (ObjectMap const &other)
 

Constructor & Destructor Documentation

ObjectMap::ObjectMap ( int  id)
ObjectMap::~ObjectMap ( )

Member Function Documentation

int ObjectMap::getId ( )
virtual TypeObject ObjectMap::getType ( )
pure virtual

Implemented in ObjectFood, and ObjectWater.

bool ObjectMap::operator!= ( ObjectMap const &  other)
bool ObjectMap::operator== ( ObjectMap const &  other)

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