Eclipse SUMO - Simulation of Urban MObility
ROMAEdgeBuilder.h
Go to the documentation of this file.
1
/****************************************************************************/
2
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3
// Copyright (C) 2001-2019 German Aerospace Center (DLR) and others.
4
// This program and the accompanying materials
5
// are made available under the terms of the Eclipse Public License v2.0
6
// which accompanies this distribution, and is available at
7
// http://www.eclipse.org/legal/epl-v20.html
8
// SPDX-License-Identifier: EPL-2.0
9
/****************************************************************************/
17
// Interface for building instances of duarouter-edges
18
/****************************************************************************/
19
#ifndef ROMAEdgeBuilder_h
20
#define ROMAEdgeBuilder_h
21
22
23
// ===========================================================================
24
// included modules
25
// ===========================================================================
26
#include <
config.h
>
27
28
#include <
router/ROAbstractEdgeBuilder.h
>
29
30
31
// ===========================================================================
32
// class declarations
33
// ===========================================================================
34
class
ROEdge
;
35
class
RONode
;
36
37
38
// ===========================================================================
39
// class definitions
40
// ===========================================================================
50
class
ROMAEdgeBuilder
:
public
ROAbstractEdgeBuilder
{
51
public
:
54
ROMAEdgeBuilder
();
55
56
58
~ROMAEdgeBuilder
();
59
60
63
75
ROEdge
*
buildEdge
(
const
std::string& name,
RONode
* from,
RONode
* to,
const
int
priority);
77
78
79
};
80
81
82
#endif
83
84
/****************************************************************************/
85
ROMAEdgeBuilder::~ROMAEdgeBuilder
~ROMAEdgeBuilder()
Destructor.
Definition:
ROMAEdgeBuilder.cpp:37
ROMAEdgeBuilder::buildEdge
ROEdge * buildEdge(const std::string &name, RONode *from, RONode *to, const int priority)
Builds an edge with the given name.
Definition:
ROMAEdgeBuilder.cpp:41
ROMAEdgeBuilder
Interface for building instances of duarouter-edges.
Definition:
ROMAEdgeBuilder.h:50
ROAbstractEdgeBuilder.h
ROEdge
A basic edge for routing applications.
Definition:
ROEdge.h:73
config.h
RONode
Base class for nodes used by the router.
Definition:
RONode.h:46
ROMAEdgeBuilder::ROMAEdgeBuilder
ROMAEdgeBuilder()
Constructor.
Definition:
ROMAEdgeBuilder.cpp:33
ROAbstractEdgeBuilder
Interface for building instances of router-edges.
Definition:
ROAbstractEdgeBuilder.h:54
src
marouter
ROMAEdgeBuilder.h
Generated on Wed Jan 15 2020 15:04:13 for Eclipse SUMO - Simulation of Urban MObility by
1.8.16