Flutter Engine
The Flutter Engine
|
#include <SweepLine.h>
Public Member Functions | |
SweepLine () | |
void | handleDeletions (Point eventPoint, const DeletionSegmentSet &removing) override |
void | handleInsertionsAndCheckForNewCrossings (Point eventPoint, const InsertionSegmentSet &inserting, EventQueueInterface *queue) override |
Public Member Functions inherited from bentleyottmann::SweepLineInterface | |
virtual | ~SweepLineInterface ()=default |
virtual void | handleDeletions (Point eventPoint, const DeletionSegmentSet &removing)=0 |
virtual void | handleInsertionsAndCheckForNewCrossings (Point eventPoint, const InsertionSegmentSet &inserting, EventQueueInterface *queue)=0 |
Friends | |
struct | SweepLineTestingPeer |
Definition at line 16 of file SweepLine.h.
bentleyottmann::SweepLine::SweepLine | ( | ) |
Definition at line 18 of file SweepLine.cpp.
|
overridevirtual |
Implements bentleyottmann::SweepLineInterface.
Definition at line 41 of file SweepLine.cpp.
|
overridevirtual |
Implements bentleyottmann::SweepLineInterface.
Definition at line 59 of file SweepLine.cpp.
|
friend |
Definition at line 27 of file SweepLine.h.