Eclipse SUMO - Simulation of Urban MObility
|
A 2D or 3D-position, for 2D positions z == INVALID_DOUBLE_VALUE. More...
#include <TraCIDefs.h>
Public Member Functions | |
std::string | getString () const |
virtual int | getType () const |
Data Fields | |
double | x = INVALID_DOUBLE_VALUE |
double | y = INVALID_DOUBLE_VALUE |
double | z = INVALID_DOUBLE_VALUE |
A 2D or 3D-position, for 2D positions z == INVALID_DOUBLE_VALUE.
Definition at line 178 of file TraCIDefs.h.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 179 of file TraCIDefs.h.
References libsumo::INVALID_DOUBLE_VALUE, x, y, and z.
Referenced by TraCITestClient::testAPI().
|
inlinevirtualinherited |
Reimplemented in libsumo::TraCIDouble, and libsumo::TraCIString.
Definition at line 170 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::toStorage().
double libsumo::TraCIPosition::x = INVALID_DOUBLE_VALUE |
Definition at line 188 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::TraCIScopeWrapper::getPolygon(), libtraci::Domain< GET, SET >::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPos(), libtraci::Domain< GET, SET >::getPos(), TraCIAPI::TraCIScopeWrapper::getPos3D(), libtraci::Domain< GET, SET >::getPos3D(), getString(), libsumo_vehicle_getPosition(), libsumo::Helper::makePosition(), libsumo::Helper::makeTraCIPosition(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_POI::processSet(), and TraCIServer::readTypeCheckingPosition2D().
double libsumo::TraCIPosition::y = INVALID_DOUBLE_VALUE |
Definition at line 188 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::TraCIScopeWrapper::getPolygon(), libtraci::Domain< GET, SET >::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPos(), TraCIAPI::TraCIScopeWrapper::getPos3D(), getString(), libsumo_vehicle_getPosition(), libsumo::Helper::makePosition(), libsumo::Helper::makeTraCIPosition(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_POI::processSet(), and TraCIServer::readTypeCheckingPosition2D().
double libsumo::TraCIPosition::z = INVALID_DOUBLE_VALUE |
Definition at line 188 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convert3D(), TraCIAPI::TraCIScopeWrapper::getPolygon(), libtraci::Domain< GET, SET >::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPos(), TraCIAPI::TraCIScopeWrapper::getPos3D(), getString(), libsumo::Helper::makePosition(), libsumo::Helper::makeTraCIPosition(), and TraCIServer::readTypeCheckingPosition2D().