fpmas 1.6
Classes | Namespaces | Typedefs
von_neumann_range.h File Reference
#include "moore.h"
#include "von_neumann.h"
Include dependency graph for von_neumann_range.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fpmas::model::VonNeumannRangePerimeter< GridConfig >
 
struct  fpmas::model::VonNeumannRangePerimeter< VonNeumannGrid< CellType > >
 
struct  fpmas::model::VonNeumannRangePerimeter< MooreGrid< CellType > >
 

Namespaces

namespace  fpmas
 
namespace  fpmas::model
 

Typedefs

template<typename GridConfig >
using fpmas::model::VonNeumannRangeConfig = GridRangeConfig< ManhattanDistance, VonNeumannRangePerimeter< GridConfig > >
 
template<typename GridConfig >
using fpmas::model::VonNeumannRange = GridRange< GridConfig, VonNeumannRangeConfig< GridConfig > >
 

Detailed Description

VonNeumann range related objects, including adaptions to Moore grids.