class ManifoldType { static const int CIRCLES = 0; static const int FACE_A = 1; static const int FACE_B = 2; }
CIRCLES = 0
FACE_A = 1
FACE_B = 2