#include <Segments.hpp>

Public Member Functions | |
| CompactSegmentIndex | getCompactSegmentIndex (void) const |
| TileIndex | getAnchorTileIndex (void) const |
| SegmentReference (CompactSegmentIndex inCompactSegmentIndex, TileIndex inAnchorTileIndex) | |
| void | undefine (void) |
| bool | isDefined (void) const |
| bool | isTrivial (void) const |
Static Public Member Functions | |
| static const SegmentReference & | getTrivialSegment (void) |
Static Public Attributes | |
| static const SegmentReference | sTrivialSegmentReference |
Private Attributes | |
| CompactSegmentIndex | mCompactSegmentIndex |
| TileIndex | mAnchorTileIndex |
Compact segments are normalized relative to tile index 0. The accompanying tile index serves as an anchor from which to derive a full segment description.
Definition at line 76 of file Segments.hpp.
1.5.6