Simbody
Classes | Namespaces | Functions

System.h File Reference

#include "SimTKcommon/basics.h"
#include "SimTKcommon/Simmatrix.h"
#include "SimTKcommon/internal/State.h"
#include "SimTKcommon/internal/Subsystem.h"
#include <cassert>

Go to the source code of this file.

Classes

class  SimTK::System
 The handle class which serves as the abstract parent of all System handles. More...
class  SimTK::System::ProjectOptions
class  SimTK::DefaultSystemSubsystem
 This is a concrete Subsystem that is part of every System. It provides a variety of services for the System, such as maintaining lists of event handlers and reporters, and acting as a source of globally unique event IDs. More...

Namespaces

namespace  SimTK
 

This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols.


Functions

static System::ProjectOptions SimTK::operator| (System::ProjectOptions::Option o1, System::ProjectOptions::Option o2)
static System::ProjectOptions SimTK::operator| (System::ProjectOptions opts, System::ProjectOptions::Option o)
static System::ProjectOptions SimTK::operator| (System::ProjectOptions::Option o, System::ProjectOptions opts)
static System::ProjectOptions SimTK::operator& (System::ProjectOptions::Option o1, System::ProjectOptions::Option o2)
static System::ProjectOptions SimTK::operator& (System::ProjectOptions opts, System::ProjectOptions::Option o)
static System::ProjectOptions SimTK::operator& (System::ProjectOptions::Option o, System::ProjectOptions opts)
static System::ProjectOptions SimTK::operator~ (System::ProjectOptions::Option o)
static System::ProjectOptions SimTK::operator- (System::ProjectOptions opts, System::ProjectOptions::Option o)
static System::ProjectOptions SimTK::operator- (System::ProjectOptions opts1, System::ProjectOptions opts2)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines