ca-lib2 v2.0.2 (2017-03-16T06:40:07Z)
Dub
Repo
Neighbourhood
caLib_abstract
neighbourhood
Undocumented in source.
version(unittest)
struct
Neighbourhood (
uint
N
) {
enum
uint
Dimension
;
alias
Coord
=
Repeat
!(
N
,
int
)
;
int
[
N
][]
getNeighboursCoordinates
(Coord );
}
Members
Aliases
Coord
alias
Coord
=
Repeat
!(
N
,
int
)
Undocumented in source.
Functions
getNeighboursCoordinates
int
[
N
][]
getNeighboursCoordinates
(Coord )
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
Dimension
enum
uint
Dimension
;
Undocumented in source.
Meta
Source
See Implementation
caLib_abstract
neighbourhood
structs
BlockNeighbourhood
Neighbourhood
ShiftingNeighbourhood
StaticNeighbourhood
templates
isAnyNeighbourhood
isAnyShiftingNeighbourhood
isAnyStaticNeighbourhood
isBlockNeighbourhood
isNeighbourhood
isShiftingNeighbourhood
isStaticNeighbourhood