Eclipse SUMO - Simulation of Urban MObility
GUIViewObjectsHandler::ObjectContainer Struct Reference

object container More...

#include <GUIViewObjectsHandler.h>

Collaboration diagram for GUIViewObjectsHandler::ObjectContainer:
[legend]

Public Member Functions

 ObjectContainer (const GUIGlObject *object_)
 parameter constructor More...
 

Data Fields

std::vector< int > geometryPoints
 vector with geometry points More...
 
const GUIGlObjectobject = nullptr
 object More...
 
double offset = 0
 offset of position over shape More...
 
Position posOverShape = Position::INVALID
 position over shape More...
 

Detailed Description

object container

Definition at line 44 of file GUIViewObjectsHandler.h.

Constructor & Destructor Documentation

◆ ObjectContainer()

GUIViewObjectsHandler::ObjectContainer::ObjectContainer ( const GUIGlObject object_)
inline

parameter constructor

Definition at line 47 of file GUIViewObjectsHandler.h.

Field Documentation

◆ geometryPoints

std::vector<int> GUIViewObjectsHandler::ObjectContainer::geometryPoints

vector with geometry points

Definition at line 54 of file GUIViewObjectsHandler.h.

Referenced by GUIViewObjectsHandler::updateFrontElement().

◆ object

const GUIGlObject* GUIViewObjectsHandler::ObjectContainer::object = nullptr

◆ offset

double GUIViewObjectsHandler::ObjectContainer::offset = 0

offset of position over shape

Definition at line 60 of file GUIViewObjectsHandler.h.

◆ posOverShape

Position GUIViewObjectsHandler::ObjectContainer::posOverShape = Position::INVALID

position over shape

Definition at line 57 of file GUIViewObjectsHandler.h.


The documentation for this struct was generated from the following file: