/********************************************************************/ /* Copyright (c) 2017 System fugen G.K. and Yuzi Mizuno */ /* All rights reserved. */ /********************************************************************/ #ifndef _MGGEL_TID_HH_ #define _MGGEL_TID_HH_ #include /** @addtogroup GelRelated * @{ */ ///Type id of subclasses of MGGel. ///The mm in 0xmm000000L of the following TID's are subclass id of MGGel. ///Let 0x0010nnxxL is a type number, then ///nn of is the manifold dimension, xx is the name id. /// ///When a new subclass is necessary to add, this mm will have a new number. enum MGGEL_TID{ MGALL_TID = 0x00000000L, /// MGAbstractGel; /** @} */ // end of GelRelated group #endif