Simbody
3.4 (development)
|
#include <ParticleConSurfaceSystem.h>
SimTK::ParticleConSurfaceSystemGuts::ParticleConSurfaceSystemGuts | ( | const ContactGeometryImpl & | geom | ) | [inline] |
const ParticleConSurfaceSystem & SimTK::ParticleConSurfaceSystemGuts::getParticleConSurfaceSystem | ( | ) | const [inline] |
SubsystemIndex SimTK::ParticleConSurfaceSystemGuts::getSubsysIndex | ( | ) | const [inline] |
ParticleConSurfaceSystemGuts* SimTK::ParticleConSurfaceSystemGuts::cloneImpl | ( | ) | const [inline, virtual] |
Implements SimTK::System::Guts.
int SimTK::ParticleConSurfaceSystemGuts::realizeTopologyImpl | ( | State & | ) | const [virtual] |
Reimplemented from SimTK::System::Guts.
int SimTK::ParticleConSurfaceSystemGuts::realizeModelImpl | ( | State & | ) | const [virtual] |
Reimplemented from SimTK::System::Guts.
int SimTK::ParticleConSurfaceSystemGuts::realizeInstanceImpl | ( | const State & | ) | const [virtual] |
Reimplemented from SimTK::System::Guts.
int SimTK::ParticleConSurfaceSystemGuts::realizePositionImpl | ( | const State & | ) | const [virtual] |
Reimplemented from SimTK::System::Guts.
int SimTK::ParticleConSurfaceSystemGuts::realizeVelocityImpl | ( | const State & | ) | const [virtual] |
Reimplemented from SimTK::System::Guts.
int SimTK::ParticleConSurfaceSystemGuts::realizeDynamicsImpl | ( | const State & | ) | const [virtual] |
Reimplemented from SimTK::System::Guts.
int SimTK::ParticleConSurfaceSystemGuts::realizeAccelerationImpl | ( | const State & | ) | const [virtual] |
Reimplemented from SimTK::System::Guts.
void SimTK::ParticleConSurfaceSystemGuts::multiplyByNImpl | ( | const State & | state, |
const Vector & | u, | ||
Vector & | dq | ||
) | const [inline, virtual] |
Reimplemented from SimTK::System::Guts.
void SimTK::ParticleConSurfaceSystemGuts::multiplyByNTransposeImpl | ( | const State & | state, |
const Vector & | fq, | ||
Vector & | fu | ||
) | const [inline, virtual] |
Reimplemented from SimTK::System::Guts.
void SimTK::ParticleConSurfaceSystemGuts::multiplyByNPInvImpl | ( | const State & | state, |
const Vector & | dq, | ||
Vector & | u | ||
) | const [inline, virtual] |
Reimplemented from SimTK::System::Guts.
void SimTK::ParticleConSurfaceSystemGuts::multiplyByNPInvTransposeImpl | ( | const State & | state, |
const Vector & | fu, | ||
Vector & | fq | ||
) | const [inline, virtual] |
Reimplemented from SimTK::System::Guts.
bool SimTK::ParticleConSurfaceSystemGuts::prescribeQImpl | ( | State & | ) | const [inline, virtual] |
Reimplemented from SimTK::System::Guts.
bool SimTK::ParticleConSurfaceSystemGuts::prescribeUImpl | ( | State & | ) | const [inline, virtual] |
Reimplemented from SimTK::System::Guts.
void SimTK::ParticleConSurfaceSystemGuts::projectQImpl | ( | State & | , |
Vector & | qErrEst, | ||
const ProjectOptions & | options, | ||
ProjectResults & | results | ||
) | const [virtual] |
Reimplemented from SimTK::System::Guts.
void SimTK::ParticleConSurfaceSystemGuts::projectUImpl | ( | State & | , |
Vector & | uErrEst, | ||
const ProjectOptions & | options, | ||
ProjectResults & | results | ||
) | const [virtual] |
Reimplemented from SimTK::System::Guts.
friend class ParticleConSurfaceSystem [friend] |