Changeset 972 for cpp/frams/model/modelparts.h
- Timestamp:
- 07/03/20 00:32:23 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/modelparts.h
r952 r972 34 34 { 35 35 public: 36 enum ShapeType { SHAPE_BALL_AND_STICK , SHAPE_SOLIDS, SHAPE_UNKNOWN, SHAPE_ILLEGAL };36 enum ShapeType { SHAPE_BALL_AND_STICK = 0, SHAPE_SOLIDS = 1, SHAPE_UNKNOWN, SHAPE_ILLEGAL }; ///< 0 and 1 have special significance - these values allow for bit operations. 37 37 }; 38 38
Note: See TracChangeset
for help on using the changeset viewer.