cheshirekow
v0.1.0
|
Enumerations | |
enum | MarkedBits { ISC_OPENED, ISC_MEMBER, BFS_QUEUED, RETIRED, FEATURE_WALK, LINE_WALK, VISIBLE_HULL_WALK, VISIBLE_HULL, FUZZY_WALK, REMOVED_FOR_INSERT, NUM_BITS } |
enum defining bits for various markings of a simplex More... | |
enum defining bits for various markings of a simplex
As we perform the different steps of the edelsbrunner algorithm, we will mark simplices for various different conditions. These markings are stored as a bitset, and these enums define which bit corresponds to a particular mark