|
CGAL 4.7 - Kinetic Data Structures
|
This concept is for visitors which maintain a text log of events.
Types | |
| typedef unspecified_type | Event_iterator |
| An iterator through strings defining the events that occurred. More... | |
Operations | |
| Event_iterator | events_begin () |
| Begin iterating through the events. More... | |
| Event_iterator | events_end () |
An iterator through strings defining the events that occurred.
Each event is represented by a std::string.
| Event_iterator Kinetic::EventLogVisitor::events_begin | ( | ) |
Begin iterating through the events.
| Event_iterator Kinetic::EventLogVisitor::events_end | ( | ) |