CommonConstants.h 480 B

1234567891011121314151617
  1. #ifndef COMMONCONSTANTS_H
  2. #define COMMONCONSTANTS_H
  3. //******************************Enum Constants***********************
  4. // We will provide the range of 2000 to each type
  5. // this has to be initializes to end of all boost and std exceptions
  6. #define GRAPH_ENUM_TYPE_START 150000
  7. #define CIRCULAR_LAYOUT_ENUM_TYPE_START 152000
  8. #define HIERARCHICAL_LAYOUT_ENUM_TYPE_START 154000
  9. //*********************************EnumConstsants End****************
  10. #endif // COMMONCONSTANTS_H