Eclipse SUMO - Simulation of Urban MObility
|
object container More...
#include <GUIViewObjectsHandler.h>
Public Member Functions | |
ObjectContainer (const GUIGlObject *object_) | |
parameter constructor | |
Data Fields | |
std::vector< int > | geometryPoints |
vector with geometry points | |
const GUIGlObject * | object = nullptr |
object | |
double | offset = 0 |
offset of position over shape | |
Position | posOverShape = Position::INVALID |
position over shape | |
object container
Definition at line 44 of file GUIViewObjectsHandler.h.
|
inline |
parameter constructor
Definition at line 47 of file GUIViewObjectsHandler.h.
std::vector<int> GUIViewObjectsHandler::ObjectContainer::geometryPoints |
vector with geometry points
Definition at line 54 of file GUIViewObjectsHandler.h.
Referenced by GUIViewObjectsHandler::updateFrontObject().
const GUIGlObject* GUIViewObjectsHandler::ObjectContainer::object = nullptr |
object
Definition at line 51 of file GUIViewObjectsHandler.h.
Referenced by GUIViewObjectsHandler::isolateEdgeGeometryPoints(), and GUIViewObjectsHandler::updateFrontObject().
double GUIViewObjectsHandler::ObjectContainer::offset = 0 |
offset of position over shape
Definition at line 60 of file GUIViewObjectsHandler.h.
Position GUIViewObjectsHandler::ObjectContainer::posOverShape = Position::INVALID |
position over shape
Definition at line 57 of file GUIViewObjectsHandler.h.