namespace BGC { public enum Attitude { ANY = 0, ZERO = 1, ORTHOGONAL = 2, CO_DIRECTIONAL = 3, COUNTER_DIRECTIONAL = 4 } }