cheshirekow  v0.1.0
mpblocks::clarkson93::dynamic::simplex Namespace Reference

Enumerations

enum  Bits {
  XVISIBLE_WALK, XVISIBLE, XVISIBLE_QUEUED, CIRCULATE_QUEUED,
  CIRCULATE_EXPANDED, NUM_BITS
}
 

Enumeration Type Documentation

Enumerator
XVISIBLE_WALK 

has been queued during the x-visible walk

XVISIBLE 

is x-visible

XVISIBLE_QUEUED 

is queued for expansion in x-visible search

CIRCULATE_QUEUED 

is queued for expansion during circulation around a point (i.e. hull enumeration)

CIRCULATE_EXPANDED 

has been expanded during circulation around a a point (i.e. hull enumeration)

NUM_BITS 

Definition at line 39 of file Simplex.h.