Simpact Cyan
Population based event driven simulation using mNRM
Classes
populationinterfaces.h File Reference
#include "algorithm.h"
#include "booltype.h"
Include dependency graph for populationinterfaces.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PopulationStateExtra
 Base class to allow some extra information to be stored in each state that implements PopulationStateInterface (see PopulationStateInterface::setExtraStateInfo). More...
 
class  PopulationStateInterface
 Interface for a simulation state for the population-based algorithm, specifying member functions that need to be implemented. More...
 
class  PopulationAlgorithmAboutToFireInterface
 An interface to allow a member function PopulationAlgorithmAboutToFireInterface::onAboutToFire to be called (see PopulationAlgorithmInterface::setAboutToFireAction). More...
 
class  PopulationAlgorithmInterface
 An interface for a population based mNRM algorithm. More...
 
class  PersonAlgorithmInfo
 Base class to be able to store algorithm-specific information in the PersonBase object for a person in the simulation (see PersonBase::setAlgorithmInfo). More...