Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
ShapeListener Class Reference

Interface for objects which want to be notified about shape updates. More...

#include <ShapeContainer.h>

Inheritance diagram for ShapeListener:
[legend]

Public Member Functions

virtual void poiChanged (const PointOfInterest *const poi, const bool added, const bool removed)
 
virtual void polygonChanged (const SUMOPolygon *const poly, const bool added, const bool removed)
 
virtual ~ShapeListener ()
 

Detailed Description

Interface for objects which want to be notified about shape updates.

Definition at line 238 of file ShapeContainer.h.

Constructor & Destructor Documentation

◆ ~ShapeListener()

virtual ShapeListener::~ShapeListener ( )
inlinevirtual

Definition at line 240 of file ShapeContainer.h.

Member Function Documentation

◆ poiChanged()

virtual void ShapeListener::poiChanged ( const PointOfInterest *const  poi,
const bool  added,
const bool  removed 
)
inlinevirtual

Definition at line 246 of file ShapeContainer.h.

References UNUSED_PARAMETER.

◆ polygonChanged()

virtual void ShapeListener::polygonChanged ( const SUMOPolygon *const  poly,
const bool  added,
const bool  removed 
)
inlinevirtual

Reimplemented in MSPModel_JuPedSim.

Definition at line 241 of file ShapeContainer.h.

References UNUSED_PARAMETER.


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