fpmas 1.6
Public Member Functions | List of all members
fpmas::api::model::SpatialAgentFactory< CellType > Class Template Referenceabstract

#include <spatial_model.h>

Public Member Functions

virtual SpatialAgent< CellType > * build ()=0
 

Detailed Description

template<typename CellType>
class fpmas::api::model::SpatialAgentFactory< CellType >

SpatialAgentFactory API.

Member Function Documentation

◆ build()

template<typename CellType >
virtual SpatialAgent< CellType > * fpmas::api::model::SpatialAgentFactory< CellType >::build ( )
pure virtual

Returns a pointer to a dynamically allocated SpatialAgent.

Returns
pointer to dynamically allocated SpatialAgent

Implemented in fpmas::model::DefaultSpatialAgentFactory< AgentType >.


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