Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
EventQueueInterface.h File Reference
#include "modules/bentleyottmann/include/Point.h"
#include "modules/bentleyottmann/include/Segment.h"
#include <set>

Go to the source code of this file.

Classes

class  bentleyottmann::EventQueueInterface
 
struct  bentleyottmann::OrderBySlope
 
class  bentleyottmann::SweepLineInterface
 

Namespaces

namespace  bentleyottmann
 

Typedefs

using bentleyottmann::DeletionSegmentSet = std::set< Segment >
 
using bentleyottmann::InsertionSegmentSet = std::set< Segment, OrderBySlope >