Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
EventQueue.h File Reference
#include "include/core/SkSpan.h"
#include "modules/bentleyottmann/include/EventQueueInterface.h"
#include "modules/bentleyottmann/include/Point.h"
#include "modules/bentleyottmann/include/Segment.h"
#include <optional>
#include <set>
#include <tuple>
#include <variant>
#include <vector>

Go to the source code of this file.

Classes

struct  bentleyottmann::Lower
 
struct  bentleyottmann::Upper
 
struct  bentleyottmann::Cross
 
struct  bentleyottmann::Event
 
class  bentleyottmann::EventQueue
 

Namespaces

namespace  bentleyottmann
 

Typedefs

using bentleyottmann::EventType = std::variant< Lower, Cross, Upper >