Go to the documentation of this file. 1 #ifndef SimTK_SimTKCOMMON_STUDY_H_
2 #define SimTK_SimTKCOMMON_STUDY_H_
72 const String& getName()
const;
73 const String& getVersion()
const;
75 const System& getSystem()
const;
76 const State& getState()
const;
81 bool isOwnerHandle()
const;
82 bool isEmptyHandle()
const;
86 bool isSameStudy(
const Study& otherStudy)
const;
106 #endif // SimTK_SimTKCOMMON_STUDY_H_