Flutter Engine
The Flutter Engine
|
#include <EventQueueInterface.h>
Public Member Functions | |
virtual | ~SweepLineInterface ()=default |
virtual void | handleDeletions (Point eventPoint, const DeletionSegmentSet &removing)=0 |
virtual void | handleInsertionsAndCheckForNewCrossings (Point eventPoint, const InsertionSegmentSet &inserting, EventQueueInterface *queue)=0 |
Definition at line 42 of file EventQueueInterface.h.
|
virtualdefault |
|
pure virtual |
Implemented in bentleyottmann::SweepLine, and TestEventHandler.
|
pure virtual |
Implemented in bentleyottmann::SweepLine, and TestEventHandler.