Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
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
 

Data Fields

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

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::updateFrontObject().

◆ 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: