Changeset 935 for cpp/frams/model
- Timestamp:
- 05/29/20 15:20:29 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.h
r932 r935 54 54 */ 55 55 56 class Model : public DestrBase 56 class Model : public DestrBase, public ModelEnum 57 57 { 58 58 protected: … … 93 93 94 94 public: 95 enum ShapeType { SHAPE_BALL_AND_STICK = 0, SHAPE_SOLIDS = 1, SHAPE_UNKNOWN, SHAPE_ILLEGAL };96 95 /// used in internalCheck() 97 96 enum CheckType { … … 407 406 /////////////////////////// 408 407 409 static Part &getMinPart();410 static Part &getMaxPart();411 static Part &getDefPart();408 static Part_MinMaxDef &getMinPart(); 409 static Part_MinMaxDef &getMaxPart(); 410 static Part_MinMaxDef &getDefPart(); 412 411 static Joint &getMinJoint(); 413 412 static Joint &getMaxJoint();
Note: See TracChangeset
for help on using the changeset viewer.