Orientation.hh File Reference
#include <string>
#include "boca/generic/Flag.hh"
Include dependency graph for Orientation.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  boca::Flag< Orientation >
 

Namespaces

 boca
 Boosted Collider Analysis.
 

Enumerations

enum  boca::Orientation {
  boca::Orientation::none = 0, boca::Orientation::center = 1 << 0, boca::Orientation::left = 1 << 1, boca::Orientation::right = 1 << 2,
  boca::Orientation::top = 1 << 3, boca::Orientation::bottom = 1 << 4, boca::Orientation::outside = 1 << 5
}
 Orientation of the Legend. More...
 

Functions

std::string boca::Name (Orientation orientation)