SUMO - Simulation of Urban MObility
RODFNet Class Reference

A DFROUTER-network. More...

#include <RODFNet.h>

Inheritance diagram for RODFNet:
Inheritance graph
Collaboration diagram for RODFNet:
Collaboration graph

Data Structures

class  DFRouteDescByTimeComperator
 
struct  idComp
 comparator for maps using edges as key, used only in myDetectorsOnEdges to make tests comparable More...
 
struct  IterationEdge
 

Public Types

typedef std::map< const SUMOTime, std::deque< RORoutable * > > RoutablesMap
 

Public Member Functions

void addRestriction (const std::string &id, const SUMOVehicleClass svc, const SUMOReal speed)
 Adds a restriction for an edge type. More...
 
void buildApproachList ()
 
void buildDetectorDependencies (RODFDetectorCon &detectors)
 
void buildEdgeFlowMap (const RODFDetectorFlows &flows, const RODFDetectorCon &detectors, SUMOTime startTime, SUMOTime endTime, SUMOTime stepOffset)
 
void buildRoutes (RODFDetectorCon &det, bool keepUnfoundEnds, bool includeInBetween, bool keepShortestOnly, int maxFollowingLength) const
 
void cleanup ()
 closes the file output for computed routes and deletes associated threads if necessary More...
 
void computeTypes (RODFDetectorCon &dets, bool sourcesStrict) const
 
SUMOReal getAbsPos (const RODFDetector &det) const
 
const std::vector< std::string > & getDetectorList (ROEdge *edge) const
 
const std::map< std::string, ROEdge * > & getEdgeMap () const
 
size_t getEdgeNo () const
 Returns the total number of edges the network contains including internal edges. More...
 
int getInternalEdgeNumber () const
 Returns the number of internal edges the network contains. More...
 
const std::map< SUMOVehicleClass, SUMOReal > * getRestrictions (const std::string &id) const
 Returns the restrictions for an edge type If no restrictions are present, 0 is returned. More...
 
OutputDevicegetRouteOutput (const bool alternative=false)
 
bool hasDetector (ROEdge *edge) const
 
bool hasPermissions () const
 
void mesoJoin (RODFDetectorCon &detectors, RODFDetectorFlows &flows)
 
void openOutput (const std::string &filename, const std::string altFilename, const std::string typeFilename)
 Opens the output for computed routes. More...
 
void removeEmptyDetectors (RODFDetectorCon &detectors, RODFDetectorFlows &flows)
 
void reportEmptyDetectors (RODFDetectorCon &detectors, RODFDetectorFlows &flows)
 
void revalidateFlows (const RODFDetectorCon &detectors, RODFDetectorFlows &flows, SUMOTime startTime, SUMOTime endTime, SUMOTime stepOffset)
 
 RODFNet (bool amInHighwayMode)
 Constructor. More...
 
void setPermissionsFound ()
 
 ~RODFNet ()
 Destructor. More...
 
Insertion and retrieval of graph parts
virtual bool addEdge (ROEdge *edge)
 
bool addDistrict (const std::string id, ROEdge *source, ROEdge *sink)
 
bool addDistrictEdge (const std::string tazID, const std::string edgeID, const bool isSource)
 
const std::map< std::string, std::pair< std::vector< std::string >, std::vector< std::string > > > & getDistricts () const
 Retrieves all TAZ (districts) from the network. More...
 
ROEdgegetEdge (const std::string &name) const
 Retrieves an edge from the network. More...
 
ROEdgegetEdgeForLaneID (const std::string &laneID) const
 Retrieves an edge from the network when the lane id is given. More...
 
void addNode (RONode *node)
 
RONodegetNode (const std::string &id) const
 Retrieves an node from the network. More...
 
void addBusStop (const std::string &id, SUMOVehicleParameter::Stop *stop)
 
void addContainerStop (const std::string &id, SUMOVehicleParameter::Stop *stop)
 
const SUMOVehicleParameter::StopgetBusStop (const std::string &id) const
 Retrieves a bus stop from the network. More...
 
const SUMOVehicleParameter::StopgetContainerStop (const std::string &id) const
 Retrieves a container stop from the network. More...
 
Insertion and retrieval of vehicle types, vehicles, routes, and route definitions
bool checkVType (const std::string &id)
 Checks whether the vehicle type (distribution) may be added. More...
 
virtual bool addVehicleType (SUMOVTypeParameter *type)
 Adds a read vehicle type definition to the network. More...
 
bool addVTypeDistribution (const std::string &id, RandomDistributor< SUMOVTypeParameter * > *vehTypeDistribution)
 Adds a vehicle type distribution. More...
 
SUMOVTypeParametergetVehicleTypeSecure (const std::string &id)
 Retrieves the named vehicle type. More...
 
bool addRouteDef (RORouteDef *def)
 
RORouteDefgetRouteDef (const std::string &name) const
 Returns the named route definition. More...
 
virtual bool addVehicle (const std::string &id, ROVehicle *veh)
 
bool addFlow (SUMOVehicleParameter *flow, const bool randomize)
 
bool addPerson (ROPerson *person)
 
void addContainer (const SUMOTime depart, const std::string desc)
 
Processing stored vehicle definitions
SUMOTime saveAndRemoveRoutesUntil (OptionsCont &options, const RORouterProvider &provider, SUMOTime time)
 Computes routes described by their definitions and saves them. More...
 
virtual bool furtherStored ()
 Returns the information whether further vehicles, persons or containers are stored. More...
 

Static Public Member Functions

static void adaptIntermodalRouter (ROIntermodalRouter &router)
 
static RONetgetInstance ()
 Returns the pointer to the unique instance of RONet (singleton). More...
 

Protected Member Functions

void buildDetectorEdgeDependencies (RODFDetectorCon &dets) const
 
void computeRoutesFor (ROEdge *edge, RODFRouteDesc &base, int no, bool keepUnfoundEnds, bool keepShortestOnly, ROEdgeVector &visited, const RODFDetector &det, RODFRouteCont &into, const RODFDetectorCon &detectors, int maxFollowingLength, ROEdgeVector &seen) const
 
ROEdgegetDetectorEdge (const RODFDetector &det) const
 
bool hasApproached (ROEdge *edge) const
 
bool hasApproaching (ROEdge *edge) const
 
bool hasInBetweenDetectorsOnly (ROEdge *edge, const RODFDetectorCon &detectors) const
 
bool hasSourceDetector (ROEdge *edge, const RODFDetectorCon &detectors) const
 
bool isDestination (const RODFDetector &det, const RODFDetectorCon &detectors) const
 
bool isDestination (const RODFDetector &det, ROEdge *edge, ROEdgeVector &seen, const RODFDetectorCon &detectors) const
 
bool isFalseSource (const RODFDetector &det, const RODFDetectorCon &detectors) const
 
bool isFalseSource (const RODFDetector &det, ROEdge *edge, ROEdgeVector &seen, const RODFDetectorCon &detectors) const
 
bool isSource (const RODFDetector &det, const RODFDetectorCon &detectors, bool strict) const
 
bool isSource (const RODFDetector &det, ROEdge *edge, ROEdgeVector &seen, const RODFDetectorCon &detectors, bool strict) const
 
void revalidateFlows (const RODFDetector *detector, RODFDetectorFlows &flows, SUMOTime startTime, SUMOTime endTime, SUMOTime stepOffset)
 

Private Attributes

bool myAmInHighwayMode
 
std::map< ROEdge *, ROEdgeVectormyApproachedEdges
 Map of edge name->list of names of edges approached by this edge. More...
 
std::map< ROEdge *, ROEdgeVectormyApproachingEdges
 Map of edge name->list of names of this edge approaching edges. More...
 
std::map< std::string, ROEdge * > myDetectorEdges
 
std::map< ROEdge *, std::vector< std::string >, idCompmyDetectorsOnEdges
 
std::vector< std::string > myDisallowedEdges
 List of ids of edges that shall not be used. More...
 
size_t myInBetweenNumber
 
size_t myInvalidNumber
 
bool myKeepTurnarounds
 
size_t mySinkNumber
 
size_t mySourceNumber
 

Detailed Description

A DFROUTER-network.

Definition at line 52 of file RODFNet.h.

Member Typedef Documentation

typedef std::map<const SUMOTime, std::deque<RORoutable*> > RONet::RoutablesMap
inherited

Definition at line 79 of file RONet.h.

Constructor & Destructor Documentation

RODFNet::RODFNet ( bool  amInHighwayMode)

Constructor.

Parameters
[in]amInHighwayModeWhether search for following edges shall stop at slow edges

Definition at line 57 of file RODFNet.cpp.

References OptionsCont::getBool(), OptionsCont::getOptions(), OptionsCont::getStringVector(), myDisallowedEdges, and myKeepTurnarounds.

RODFNet::~RODFNet ( )

Destructor.

Definition at line 65 of file RODFNet.cpp.

Member Function Documentation

void RONet::addBusStop ( const std::string &  id,
SUMOVehicleParameter::Stop stop 
)
inherited

Definition at line 184 of file RONet.cpp.

References RONet::myBusStops, and WRITE_ERROR.

Referenced by RONet::getNode(), and RONetHandler::parseStoppingPlace().

void RONet::addContainer ( const SUMOTime  depart,
const std::string  desc 
)
inherited

Definition at line 369 of file RONet.cpp.

References RONet::myContainers.

Referenced by RORouteHandler::closeContainer(), and RONet::getRouteDef().

void RONet::addContainerStop ( const std::string &  id,
SUMOVehicleParameter::Stop stop 
)
inherited

Definition at line 195 of file RONet.cpp.

References RONet::myContainerStops, and WRITE_ERROR.

Referenced by RONet::getNode(), and RONetHandler::parseStoppingPlace().

bool RONet::addDistrict ( const std::string  id,
ROEdge source,
ROEdge sink 
)
inherited
bool RONet::addDistrictEdge ( const std::string  tazID,
const std::string  edgeID,
const bool  isSource 
)
inherited
bool RONet::addEdge ( ROEdge edge)
virtualinherited
void RONet::addNode ( RONode node)
inherited
bool RONet::addPerson ( ROPerson person)
inherited
void RONet::addRestriction ( const std::string &  id,
const SUMOVehicleClass  svc,
const SUMOReal  speed 
)
inherited

Adds a restriction for an edge type.

Parameters
[in]idThe id of the type
[in]svcThe vehicle class the restriction refers to
[in]speedThe restricted speed

Definition at line 106 of file RONet.cpp.

References RONet::myRestrictions.

Referenced by RONetHandler::myStartElement().

bool RONet::addRouteDef ( RORouteDef def)
inherited
bool RONet::addVehicle ( const std::string &  id,
ROVehicle veh 
)
virtualinherited
bool RONet::addVehicleType ( SUMOVTypeParameter type)
virtualinherited

Adds a read vehicle type definition to the network.

If the vehicle type definition is already known (another one with the same id exists), false is returned, and the vehicle type is deleted.

Parameters
[in]defThe vehicle type to add
Returns
Whether the vehicle type could be added

Definition at line 307 of file RONet.cpp.

References NamedObjectCont< T >::add(), RONet::checkVType(), SUMOVTypeParameter::id, RONet::myVehicleTypes, and WRITE_ERROR.

Referenced by RONet::getContainerStop(), and RORouteHandler::myEndElement().

bool RONet::addVTypeDistribution ( const std::string &  id,
RandomDistributor< SUMOVTypeParameter * > *  vehTypeDistribution 
)
inherited

Adds a vehicle type distribution.

If another vehicle type (or distribution) with the same id exists, false is returned. Otherwise, the vehicle type distribution is added to the internal vehicle type distribution container "myVTypeDistDict".

This control get responsible for deletion of the added vehicle type distribution.

Parameters
[in]idThe id of the distribution to add
[in]vehTypeDistributionThe vehicle type distribution to add
Returns
Whether the vehicle type could be added

Definition at line 320 of file RONet.cpp.

References RONet::checkVType(), and RONet::myVTypeDistDict.

Referenced by RORouteHandler::closeVehicleTypeDistribution(), and RONet::getContainerStop().

void RODFNet::buildDetectorEdgeDependencies ( RODFDetectorCon dets) const
protected
bool RONet::checkVType ( const std::string &  id)
inherited

Checks whether the vehicle type (distribution) may be added.

This method checks also whether the default type may still be replaced

Parameters
[in]idThe id of the vehicle type (distribution) to add
Returns
Whether the type (distribution) may be added

Definition at line 282 of file RONet.cpp.

References DEFAULT_PEDTYPE_ID, DEFAULT_VTYPE_ID, NamedObjectCont< T >::get(), RONet::myDefaultPedTypeMayBeDeleted, RONet::myDefaultVTypeMayBeDeleted, RONet::myVehicleTypes, RONet::myVTypeDistDict, and NamedObjectCont< T >::remove().

Referenced by RONet::addVehicleType(), RONet::addVTypeDistribution(), and RONet::getContainerStop().

void RONet::cleanup ( )
inherited

closes the file output for computed routes and deletes associated threads if necessary

Definition at line 231 of file RONet.cpp.

References RouteCostCalculator< R, E, V >::cleanup(), OutputDevice::close(), RONet::myRouteAlternativesOutput, RONet::myRoutesOutput, and RONet::myTypesOutput.

Referenced by computeRoutes(), and RONet::getRouteDef().

bool RONet::furtherStored ( )
virtualinherited

Returns the information whether further vehicles, persons or containers are stored.

Definition at line 607 of file RONet.cpp.

References RONet::myContainers, RONet::myFlows, RONet::myRoutables, and NamedObjectCont< T >::size().

Referenced by RONet::getRouteDef(), ROLoader::openRoutes(), and ROLoader::processRoutes().

SUMOReal RODFNet::getAbsPos ( const RODFDetector det) const

Definition at line 676 of file RODFNet.cpp.

References getDetectorEdge(), ROEdge::getLength(), and RODFDetector::getPos().

Referenced by isDestination(), and isSource().

const SUMOVehicleParameter::Stop* RONet::getBusStop ( const std::string &  id) const
inlineinherited

Retrieves a bus stop from the network.

Parameters
[in]nameThe name of the stop to retrieve
Returns
The named stop if known, otherwise 0

Definition at line 229 of file RONet.h.

References RONet::myBusStops.

Referenced by RORouteHandler::addStop().

const SUMOVehicleParameter::Stop* RONet::getContainerStop ( const std::string &  id) const
inlineinherited

Retrieves a container stop from the network.

Parameters
[in]nameThe name of the stop to retrieve
Returns
The named stop if known, otherwise 0

Definition at line 243 of file RONet.h.

References RONet::addRouteDef(), RONet::addVehicleType(), RONet::addVTypeDistribution(), RONet::checkVType(), RONet::getVehicleTypeSecure(), and RONet::myContainerStops.

Referenced by RORouteHandler::addStop().

ROEdge * RODFNet::getDetectorEdge ( const RODFDetector det) const
protected
const std::vector< std::string > & RODFNet::getDetectorList ( ROEdge edge) const

Definition at line 670 of file RODFNet.cpp.

References myDetectorsOnEdges, and SUMOReal.

const std::map<std::string, std::pair<std::vector<std::string>, std::vector<std::string> > >& RONet::getDistricts ( ) const
inlineinherited

Retrieves all TAZ (districts) from the network.

Returns
The map of all districts

Definition at line 153 of file RONet.h.

References RONet::myDistricts.

Referenced by main().

ROEdge* RONet::getEdgeForLaneID ( const std::string &  laneID) const
inlineinherited

Retrieves an edge from the network when the lane id is given.

Parameters
[in]laneIDThe name of the lane to retrieve the edge for
Returns
The edge of the named lane if known, otherwise 0

Definition at line 175 of file RONet.h.

References RONet::addNode(), and RONet::getEdge().

Referenced by RONet::adaptIntermodalRouter(), ROVehicle::addStop(), RONetHandler::parseAccess(), and RONetHandler::parseStoppingPlace().

size_t RONet::getEdgeNo ( ) const
inherited

Returns the total number of edges the network contains including internal edges.

Definition at line 613 of file RONet.cpp.

References RONet::myEdges, and NamedObjectCont< T >::size().

Referenced by computeAllPairs(), computeRoutes(), RONet::getRouteDef(), and main().

RONet * RONet::getInstance ( void  )
staticinherited

Returns the pointer to the unique instance of RONet (singleton).

Returns
Pointer to the unique RONet-instance

Definition at line 66 of file RONet.cpp.

References RONet::myInstance.

Referenced by ROPerson::addTrip(), and ROEdge::getSuccessors().

int RONet::getInternalEdgeNumber ( ) const
inherited

Returns the number of internal edges the network contains.

Definition at line 619 of file RONet.cpp.

References RONet::myNumInternalEdges.

Referenced by computeAllPairs(), and RONet::getRouteDef().

RONode* RONet::getNode ( const std::string &  id) const
inlineinherited

Retrieves an node from the network.

Parameters
[in]nameThe name of the node to retrieve
Returns
The named node if known, otherwise 0
Todo:
Check whether a const pointer may be returned

Definition at line 197 of file RONet.h.

References RONet::addBusStop(), RONet::addContainerStop(), NamedObjectCont< T >::get(), and RONet::myNodes.

Referenced by RONetHandler::myEndElement(), RONetHandler::parseEdge(), and RONetHandler::parseJunction().

const std::map< SUMOVehicleClass, SUMOReal > * RONet::getRestrictions ( const std::string &  id) const
inherited

Returns the restrictions for an edge type If no restrictions are present, 0 is returned.

Parameters
[in]idThe id of the type
Returns
The mapping of vehicle classes to maximum speeds

Definition at line 112 of file RONet.cpp.

References RONet::myRestrictions.

Referenced by RONetHandler::parseEdge().

RORouteDef* RONet::getRouteDef ( const std::string &  name) const
inlineinherited
OutputDevice* RONet::getRouteOutput ( const bool  alternative = false)
inlineinherited
SUMOVTypeParameter * RONet::getVehicleTypeSecure ( const std::string &  id)
inherited

Retrieves the named vehicle type.

If the name is "" the default type is returned. If the named vehicle type (or typeDistribution) was not added to the net before 0 is returned

Parameters
[in]idThe id of the vehicle type to return
Returns
The named vehicle type
Todo:
Check whether a const pointer may be returned

Definition at line 255 of file RONet.cpp.

References DEFAULT_PEDTYPE_ID, DEFAULT_VTYPE_ID, NamedObjectCont< T >::get(), RONet::myDefaultPedTypeMayBeDeleted, RONet::myDefaultVTypeMayBeDeleted, RONet::myVehicleTypes, and RONet::myVTypeDistDict.

Referenced by ROPerson::addTrip(), RONet::checkFlows(), RORouteHandler::closeFlow(), RORouteHandler::closeVehicle(), computeRoutes(), RONet::getContainerStop(), RORouteHandler::myStartElement(), RORouteHandler::openVehicleTypeDistribution(), and ROMAAssignments::ROMAAssignments().

bool RODFNet::hasApproached ( ROEdge edge) const
protected

Definition at line 652 of file RODFNet.cpp.

References myApproachedEdges.

Referenced by computeRoutesFor(), and isDestination().

bool RODFNet::hasApproaching ( ROEdge edge) const
protected

Definition at line 643 of file RODFNet.cpp.

References myApproachingEdges.

Referenced by isSource().

bool RODFNet::hasInBetweenDetectorsOnly ( ROEdge edge,
const RODFDetectorCon detectors 
) const
protected
bool RONet::hasPermissions ( ) const
inherited

Definition at line 658 of file RONet.cpp.

References RONet::myHavePermissions.

Referenced by computeRoutes(), and RONet::getRouteDef().

bool RODFNet::hasSourceDetector ( ROEdge edge,
const RODFDetectorCon detectors 
) const
protected
bool RODFNet::isDestination ( const RODFDetector det,
const RODFDetectorCon detectors 
) const
protected

Definition at line 699 of file RODFNet.cpp.

References getDetectorEdge().

Referenced by computeTypes(), and isDestination().

bool RODFNet::isFalseSource ( const RODFDetector det,
const RODFDetectorCon detectors 
) const
protected

Definition at line 692 of file RODFNet.cpp.

References getDetectorEdge().

Referenced by computeTypes(), and isFalseSource().

bool RODFNet::isSource ( const RODFDetector det,
const RODFDetectorCon detectors,
bool  strict 
) const
protected

Definition at line 684 of file RODFNet.cpp.

References getDetectorEdge().

Referenced by computeTypes(), and isSource().

bool RODFNet::isSource ( const RODFDetector det,
ROEdge edge,
ROEdgeVector seen,
const RODFDetectorCon detectors,
bool  strict 
) const
protected
void RONet::openOutput ( const std::string &  filename,
const std::string  altFilename,
const std::string  typeFilename 
)
inherited

Opens the output for computed routes.

If the second parameter is set, a second file for route alternatives will be opened. If one of the file outputs can not be build, an IOError is thrown.

Parameters
[in]filenameThe (base) name of the file(s) to create
[in]altFilenameThe name of the file for writing alternatives, "" means no alternatives
[in]filenameThe name of the vtype file to create, "" means no separate types

Definition at line 212 of file RONet.cpp.

References OutputDevice::getDevice(), RONet::myRouteAlternativesOutput, RONet::myRoutesOutput, RONet::myTypesOutput, SUMO_TAG_ROUTES, OutputDevice::writeAttr(), OutputDevice::writeHeader(), and OutputDevice::writeXMLHeader().

Referenced by computeRoutes(), and RONet::getRouteDef().

void RODFNet::removeEmptyDetectors ( RODFDetectorCon detectors,
RODFDetectorFlows flows 
)
void RODFNet::reportEmptyDetectors ( RODFDetectorCon detectors,
RODFDetectorFlows flows 
)

Definition at line 613 of file RODFNet.cpp.

References RODFDetectorCon::getDetectors(), RODFDetectorFlows::knows(), and WRITE_MESSAGE.

Referenced by startComputation().

void RODFNet::revalidateFlows ( const RODFDetectorCon detectors,
RODFDetectorFlows flows,
SUMOTime  startTime,
SUMOTime  endTime,
SUMOTime  stepOffset 
)

Definition at line 576 of file RODFNet.cpp.

References RODFDetectorCon::getDetectors().

Referenced by startComputation().

SUMOTime RONet::saveAndRemoveRoutesUntil ( OptionsCont options,
const RORouterProvider provider,
SUMOTime  time 
)
inherited

Computes routes described by their definitions and saves them.

As long as a vehicle with a departure time smaller than the given exists, its route is computed and it is written and removed from the internal container.

Parameters
[in]optionsThe options used during this process
[in]providerThe router provider for routes computation
[in]timeThe time until which route definitions shall be processed
Returns
The last seen departure time>=time

Definition at line 507 of file RONet.cpp.

References RONet::checkFlows(), RORoutable::computeRoute(), RONet::createBulkRouteRequests(), NamedObjectCont< T >::erase(), OptionsCont::getBool(), MsgHandler::getErrorInstance(), Named::getID(), OptionsCont::getInt(), ROVehicle::getRouteDefinition(), RORoutable::getRoutingSuccess(), MsgHandler::getWarningInstance(), MIN2(), RONet::myContainers, RONet::myDiscardedRouteNo, RONet::myErrorHandler, RONet::myReadRouteNo, RONet::myRoutables, RONet::myRouteAlternativesOutput, RONet::myRoutes, RONet::myRoutesOutput, RONet::myTypesOutput, RONet::myWrittenRouteNo, SUMOTime_MAX, toString(), RORoutable::write(), WRITE_MESSAGE, and OutputDevice::writePreformattedTag().

Referenced by RONet::getRouteDef(), and ROLoader::processRoutes().

void RONet::setPermissionsFound ( )
inherited

Definition at line 664 of file RONet.cpp.

References RONet::myErrorHandler, and RONet::myHavePermissions.

Referenced by RONet::getRouteDef(), and RONetHandler::parseLane().

Field Documentation

bool RODFNet::myAmInHighwayMode
private

Definition at line 170 of file RODFNet.h.

Referenced by computeRoutesFor(), isDestination(), isFalseSource(), and isSource().

std::map<ROEdge*, ROEdgeVector > RODFNet::myApproachedEdges
private

Map of edge name->list of names of edges approached by this edge.

Definition at line 165 of file RODFNet.h.

Referenced by buildApproachList(), computeRoutesFor(), hasApproached(), isDestination(), isFalseSource(), and revalidateFlows().

std::map<ROEdge*, ROEdgeVector > RODFNet::myApproachingEdges
private

Map of edge name->list of names of this edge approaching edges.

Definition at line 162 of file RODFNet.h.

Referenced by buildApproachList(), hasApproaching(), isSource(), and revalidateFlows().

std::map<std::string, ROEdge*> RODFNet::myDetectorEdges
mutableprivate
std::vector<std::string> RODFNet::myDisallowedEdges
private

List of ids of edges that shall not be used.

Definition at line 174 of file RODFNet.h.

Referenced by buildApproachList(), and RODFNet().

size_t RODFNet::myInBetweenNumber
mutableprivate

Definition at line 171 of file RODFNet.h.

Referenced by computeTypes().

size_t RODFNet::myInvalidNumber
mutableprivate

Definition at line 171 of file RODFNet.h.

Referenced by computeTypes().

bool RODFNet::myKeepTurnarounds
private

Definition at line 177 of file RODFNet.h.

Referenced by buildApproachList(), and RODFNet().

size_t RODFNet::mySinkNumber
mutableprivate

Definition at line 171 of file RODFNet.h.

Referenced by computeTypes().

size_t RODFNet::mySourceNumber
mutableprivate

Definition at line 171 of file RODFNet.h.

Referenced by computeTypes().


The documentation for this class was generated from the following files: