Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
GridDirection.hpp
Go to the documentation of this file.
1
6// Copyright (c) 2017 Czech Technical University in Prague | Faculty of Information Technology. All rights reserved.
7
8#pragma once
9
10#include <alib/set>
11
12namespace grid {
13
14// ---------------------------------------------------------------------------------------------------------------------
15
18 north,
20 east,
22 south,
24 west,
25 none,
26};
27
37};
38
39// ---------------------------------------------------------------------------------------------------------------------
40
41} // namespace grid
Definition: set.hpp:44
Definition: GridDirection.hpp:12
const ext::set< SquareGridDirections > SQUARE_GRID_DIRECTIONS
Definition: GridDirection.hpp:28
SquareGridDirections
Definition: GridDirection.hpp:16