// $Id$ // Category: basic // // Enum AliMpDirection // ------------------- // Enumeration for the directions in a plane. // // Authors: David Guez, IPN Orsay #ifndef ALI_MP_X_DIRECTION_H #define ALI_MP_X_DIRECTION_H enum AliMpXDirection { kLeft, // special row segments built from right to left kRight // special row segments built from left to right }; #endif //ALI_MP_X_DIRECTION_H