Public Member Functions | List of all members
BoolSpatialDistribution Class Referenceabstract

Spatial distribution of boolean values. More...

#include <simulation_state_1d.hpp>

Public Member Functions

virtual bool operator() (double x) const =0
 Evaluate function. More...
 

Detailed Description

Spatial distribution of boolean values.

Definition at line 20 of file simulation_state_1d.hpp.

Member Function Documentation

◆ operator()()

virtual bool BoolSpatialDistribution::operator() ( double  x) const
pure virtual

Evaluate function.

Parameters
xPosition
Returns
True or false at that location

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