Enumerations
oomph::QuadTreeNames Namespace Reference

Namespace for QuadTree directions. More...

Enumerations

enum  {
  SW, SE, NW, NE,
  N, E, S, W,
  OMEGA =26
}
 Directions. OMEGA is used if a direction is undefined in a certain context. More...
 

Detailed Description

Namespace for QuadTree directions.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Directions. OMEGA is used if a direction is undefined in a certain context.

Enumerator
SW 
SE 
NW 
NE 
OMEGA 

Definition at line 60 of file quadtree.h.