![]() |
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 |
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 179 of file TraCIDefs.h.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 180 of file TraCIDefs.h.
References libsumo::INVALID_DOUBLE_VALUE, x, y, and z.
Referenced by TraCITestClient::testAPI().
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 189 of file TraCIDefs.h.
References libsumo::INVALID_DOUBLE_VALUE, libsumo::POSITION_2D, libsumo::POSITION_3D, and z.
double libsumo::TraCIPosition::x = INVALID_DOUBLE_VALUE |
Definition at line 192 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::TraCIScopeWrapper::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(), libsumo::StorageHelper::readPolygon(), and TraCIServer::readTypeCheckingPosition2D().
double libsumo::TraCIPosition::y = INVALID_DOUBLE_VALUE |
Definition at line 192 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::TraCIScopeWrapper::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPos(), TraCIAPI::TraCIScopeWrapper::getPos3D(), getString(), libsumo_vehicle_getPosition(), libsumo::Helper::makePosition(), libsumo::Helper::makeTraCIPosition(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_POI::processSet(), libsumo::StorageHelper::readPolygon(), and TraCIServer::readTypeCheckingPosition2D().
double libsumo::TraCIPosition::z = INVALID_DOUBLE_VALUE |
Definition at line 192 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convert3D(), TraCIAPI::TraCIScopeWrapper::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPos(), TraCIAPI::TraCIScopeWrapper::getPos3D(), getString(), getType(), libsumo::Helper::makePosition(), libsumo::Helper::makeTraCIPosition(), libsumo::StorageHelper::readPolygon(), and TraCIServer::readTypeCheckingPosition2D().