Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
directionality.hpp
1// Copyright 2021 Arnaud Becheler <abechele@umich.edu>
2
10
11#pragma once
12
13#include <boost/graph/adjacency_list.hpp>
14
15namespace quetzal::geography
16{
18using isotropy = boost::undirectedS;
19
21using anisotropy = boost::directedS;
22} // namespace quetzal::geography
Geospatial data formatting and processing.
Definition geography.hpp:17
boost::directedS anisotropy
Property of a process dependent of the direction of movement.
Definition directionality.hpp:21
boost::undirectedS isotropy
Property of a process independent of the direction of movement.
Definition directionality.hpp:18