#ifndef EVOLUMESHAPE #define EVOLUMESHAPE enum EVolumeShape { eNoShape, eAxisAlignedBoxShape, eBoxShape, eEllipsoidShape, eCylinderShape, eCylinderLargeShape, eConditionalShape, eInvalidShape }; #endif // EVOLUMESHAPE