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

Enumerations

enum  Bits {
  XVISIBLE_WALK, XV_HULL, HULL, HULL_QUEUED,
  HORIZON, HORIZON_FILL, S_WALK, ENUMERATE_QUEUED,
  ENUMERATE_EXPANDED, SEARCH_QUEUED, SEARCH_EXPANEDED, NUM_BITS
}
 

Enumeration Type Documentation

Enumerator
XVISIBLE_WALK 

has been queued during the x-visible walk

XV_HULL 

is x-visible and hull

HULL 

used in hull enumeration

HULL_QUEUED 

used in hull enumeration

HORIZON 

is a member of the horizon set

HORIZON_FILL 

is a member of the set of simplices created to fill the empty horizon wedge

S_WALK 

simplices encountered in walk around a common (NDim-1) edge

ENUMERATE_QUEUED 

not used internally, for enumerating the hull

ENUMERATE_EXPANDED 

not used internally, for enumerating the hull

SEARCH_QUEUED 

not used internally, can be used for searches

SEARCH_EXPANEDED 

not used internally, can be used for searches

NUM_BITS 

Definition at line 38 of file Simplex.h.