#include <AtomSubsystem.h>
Public Member Functions | |
Atom (AtomIndex atomIx, mass_t mass) | |
AtomIndex | getAtomIndex () const |
MobilizedBodyIndex | getMobilizedBodyIndex () const |
const Vec3 & | getStationInBodyFrame () const |
Atom & | setStationInBodyFrame (const Vec3 &s) |
mass_t | getMass () const |
Atom & | setMass (mass_t m) |
Friends | |
class | AtomSubsystem |
AtomIndex getAtomIndex | ( | ) | const [inline] |
mass_t getMass | ( | ) | const [inline] |
Referenced by RigidUnit::calcMassProperties(), and VanDerWaalsForce::decorateAtoms().
MobilizedBodyIndex getMobilizedBodyIndex | ( | ) | const [inline] |
Referenced by VanDerWaalsForce::calcForce(), and VanDerWaalsForce::decorateAtoms().
const Vec3& getStationInBodyFrame | ( | ) | const [inline] |
Referenced by RigidUnit::calcMassProperties(), and VanDerWaalsForce::decorateAtoms().
friend class AtomSubsystem [friend] |