#include <Bresenham.h>

Definition at line 49 of file Bresenham.h.
Public Member Functions | |
| BresenhamCallBack () throw () | |
| virtual void | execute (SUMOReal val1, SUMOReal val2)=0 throw () |
| virtual | ~BresenhamCallBack () throw () |
| Bresenham::BresenhamCallBack::BresenhamCallBack | ( | ) | throw () [inline] |
| virtual Bresenham::BresenhamCallBack::~BresenhamCallBack | ( | ) | throw () [inline, virtual] |
| virtual void Bresenham::BresenhamCallBack::execute | ( | SUMOReal | val1, | |
| SUMOReal | val2 | |||
| ) | throw () [pure virtual] |
called when a bresenham step has been computed
Implemented in NBEdge::ToEdgeConnectionsAdder, and NBNode::ApproachingDivider.
Referenced by Bresenham::compute().
1.5.6