![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A 3D-position. More...
#include <TraCIDefs.h>
Public Member Functions | |
std::string | getString () |
virtual const std::vector< unsigned char > | toPacket () const |
Data Fields | |
double | x = INVALID_DOUBLE_VALUE |
double | y = INVALID_DOUBLE_VALUE |
double | z = INVALID_DOUBLE_VALUE |
A 3D-position.
Definition at line 141 of file TraCIDefs.h.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 142 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
|
inlinevirtualinherited |
Definition at line 133 of file TraCIDefs.h.
double libsumo::TraCIPosition::x = INVALID_DOUBLE_VALUE |
Definition at line 147 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), libtraci::Connection::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPolygon(), libtraci::Connection::getPos(), TraCIAPI::TraCIScopeWrapper::getPos(), libtraci::Connection::getPos3D(), TraCIAPI::TraCIScopeWrapper::getPos3D(), getString(), libsumo::Helper::makePosition(), libsumo::Helper::makeTraCIPosition(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_POI::processSet(), TraCIServer::readTypeCheckingPosition2D(), and TraCIServer::wrapPosition().
double libsumo::TraCIPosition::y = INVALID_DOUBLE_VALUE |
Definition at line 147 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), libtraci::Connection::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPolygon(), libtraci::Connection::getPos(), TraCIAPI::TraCIScopeWrapper::getPos(), libtraci::Connection::getPos3D(), TraCIAPI::TraCIScopeWrapper::getPos3D(), getString(), libsumo::Helper::makePosition(), libsumo::Helper::makeTraCIPosition(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_POI::processSet(), TraCIServer::readTypeCheckingPosition2D(), and TraCIServer::wrapPosition().
double libsumo::TraCIPosition::z = INVALID_DOUBLE_VALUE |
Definition at line 147 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convert3D(), libtraci::Connection::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPos(), libtraci::Connection::getPos3D(), TraCIAPI::TraCIScopeWrapper::getPos3D(), getString(), libsumo::Helper::makePosition(), libsumo::Helper::makeTraCIPosition(), TraCIServer::readTypeCheckingPosition2D(), and TraCIServer::wrapPosition().