class SeparationType { static const int POINTS = 0; static const int FACE_A = 1; static const int FACE_B = 2; }
FACE_A = 1
FACE_B = 2
POINTS = 0