PGROUTING
3.2
edgeInfo.cpp
Go to the documentation of this file.
1
/*PGR-GNU*****************************************************************
2
3
FILE: edgeInfo.cpp
4
5
Copyright (c) 2017 pgRouting developers
6
Mail:
[email protected]
7
8
------
9
10
This program is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2 of the License, or
13
(at your option) any later version.
14
15
This program is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
GNU General Public License for more details.
19
20
You should have received a copy of the GNU General Public License
21
along with this program; if not, write to the Free Software
22
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
24
********************************************************************PGR-GNU*/
25
26
#include "
trsp/edgeInfo.h
"
27
28
29
namespace
pgrouting
{
30
namespace
trsp {
31
32
EdgeInfo::EdgeInfo
(
33
pgr_edge_t
edgeIn,
34
size_t
edgeIndex) :
35
m_edge(edgeIn),
36
m_edgeIndex(edgeIndex),
37
m_startConnectedEdge(),
38
m_endConnectedEdge()
39
40
{}
41
42
}
// namespace trsp
43
}
// namespace pgrouting
44
pgr_edge_t
Definition:
pgr_edge_t.h:37
edgeInfo.h
pgrouting::trsp::EdgeInfo::EdgeInfo
EdgeInfo()=default
pgrouting
Book keeping class for swapping orders between vehicles.
Definition:
pgr_alphaShape.cpp:56
src
trsp
edgeInfo.cpp
Generated on Tue May 25 2021 15:09:47 for PGROUTING by
1.8.17