Eclipse SUMO - Simulation of Urban MObility
|
#include <Bresenham.h>
Public Member Functions | |
BresenhamCallBack () | |
virtual void | execute (const int val1, const int val2)=0 |
virtual | ~BresenhamCallBack () |
BresenhamCallBack This class is the base interface-describing class for a callback class for the bresenham-function. Derived classes must implement the execute-method which is called on every bresenham-step
Definition at line 41 of file Bresenham.h.
|
inline |
constuctor
Definition at line 44 of file Bresenham.h.
|
inlinevirtual |
destructor
Definition at line 47 of file Bresenham.h.
|
pure virtual |
called when a bresenham step has been computed
Implemented in NBEdge::ToEdgeConnectionsAdder, and NBNode::ApproachingDivider.
Referenced by Bresenham::compute().