|
Simbody
3.4 (development)
|
#include <Study.h>
Inheritance diagram for SimTK::Study:Classes | |
| class | Guts |
| This is the declaration for the Study::Guts class, the abstract object to which a Study handle points. More... | |
Public Member Functions | |
| Study () | |
| Study (const Study &) | |
| Study & | operator= (const Study &) |
| ~Study () | |
| Study (const System &sys) | |
| const String & | getName () const |
| const String & | getVersion () const |
| const System & | getSystem () const |
| const State & | getState () const |
| State & | updState () |
| bool | isOwnerHandle () const |
| Is this handle the owner of this rep? This is true if the handle is empty or if its rep points back here. | |
| bool | isEmptyHandle () const |
| bool | isSameStudy (const Study &otherStudy) const |
| const Study::Guts & | getStudyGuts () const |
| Study::Guts & | updStudyGuts () |
| void | adoptStudyGuts (Study::Guts *g) |
| Study (Study::Guts *g) | |
| bool | hasGuts () const |
Friends | |
| class | Guts |
| SimTK::Study::Study | ( | ) | [inline] |
| SimTK::Study::Study | ( | const Study & | ) |
| SimTK::Study::Study | ( | const System & | sys | ) | [explicit] |
| SimTK::Study::Study | ( | Study::Guts * | g | ) | [inline, explicit] |
| const String& SimTK::Study::getName | ( | ) | const |
| const String& SimTK::Study::getVersion | ( | ) | const |
| const System& SimTK::Study::getSystem | ( | ) | const |
| const State& SimTK::Study::getState | ( | ) | const |
| bool SimTK::Study::isOwnerHandle | ( | ) | const |
Is this handle the owner of this rep? This is true if the handle is empty or if its rep points back here.
| bool SimTK::Study::isEmptyHandle | ( | ) | const |
| bool SimTK::Study::isSameStudy | ( | const Study & | otherStudy | ) | const |
| const Study::Guts& SimTK::Study::getStudyGuts | ( | ) | const [inline] |
| Study::Guts& SimTK::Study::updStudyGuts | ( | ) | [inline] |
| void SimTK::Study::adoptStudyGuts | ( | Study::Guts * | g | ) |
| bool SimTK::Study::hasGuts | ( | ) | const [inline] |
friend class Guts [friend] |