![]() |
SheafSystem
0.0.0.0
|
Struct representing the closed interval [_begin, _end]. More...
#include <interval_set.h>
Public Types | |
| typedef pod_index_type | pod_type |
| The "plain old data" index type for this. More... | |
Public Attributes | |
| pod_type | _begin |
| Beginning of the interval. More... | |
| pod_type | _end |
| End of the interval. More... | |
Struct representing the closed interval [_begin, _end].
Definition at line 48 of file interval_set.h.
The "plain old data" index type for this.
Definition at line 53 of file interval_set.h.
| pod_type sheaf::interval::_begin |
Beginning of the interval.
Definition at line 58 of file interval_set.h.
| pod_type sheaf::interval::_end |
End of the interval.
Definition at line 63 of file interval_set.h.