Graphviz 12.1.0~dev.20240716.1117
Loading...
Searching...
No Matches
Event Struct Reference

Public Member Functions

 Event (EventType t, const std::shared_ptr< Node > &v, double p)
 

Data Fields

EventType type
 
std::shared_ptr< Nodev
 
double pos
 

Detailed Description

Definition at line 117 of file generate-constraints.cpp.

Constructor & Destructor Documentation

◆ Event()

Event::Event ( EventType  t,
const std::shared_ptr< Node > &  v,
double  p 
)
inline

Definition at line 121 of file generate-constraints.cpp.

Field Documentation

◆ pos

double Event::pos

Definition at line 120 of file generate-constraints.cpp.

Referenced by compare_events().

◆ type

EventType Event::type

Definition at line 118 of file generate-constraints.cpp.

Referenced by compare_events().

◆ v

std::shared_ptr<Node> Event::v

Definition at line 119 of file generate-constraints.cpp.

Referenced by compare_events().


The documentation for this struct was generated from the following file: