Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Namespaces | Typedefs
SimpleFlocking.hh File Reference
#include <random>
#include <functional>
#include <utopia/core/model.hh>
#include <utopia/core/types.hh>
#include <utopia/core/agent_manager.hh>
#include <utopia/core/apply.hh>
#include "state.hh"
Include dependency graph for SimpleFlocking.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Utopia::Models::SimpleFlocking::SimpleFlocking
 The SimpleFlocking Model. More...
 

Namespaces

 Utopia
 
 Utopia::Models
 
 Utopia::Models::SimpleFlocking
 

Typedefs

using Utopia::Models::SimpleFlocking::ModelTypes = Utopia::ModelTypes<>
 Type helper to define types used by the model. More...
 
using Utopia::Models::SimpleFlocking::AgentTraits = Utopia::AgentTraits< AgentState, Update::sync >
 Agent traits specialization using the state type. More...