Molmodel
|
Turns a compound into a multibody system. More...
#include <CompoundModeler.h>
Classes | |
class | AtomBonding |
class | RigidUnit |
Public Member Functions | |
SimTK_DEFINE_UNIQUE_LOCAL_INDEX_TYPE (CompoundModeler, RigidUnitIndex) | |
CompoundModeler (AtomSubsystem &atomSubsystem) | |
const AtomSubsystem & | getAtomSubsystem () const |
AtomSubsystem & | updAtomSubsystem () |
const AtomBonding & | getAtomBonding (AtomSubsystem::AtomIndex a) const |
AtomBonding & | updAtomBonding (AtomSubsystem::AtomIndex a) |
const RigidUnit & | getRigidUnit (RigidUnitIndex a) const |
RigidUnit & | updRigidUnit (RigidUnitIndex a) |
void | model (Compound &compound) |
Turns a compound into a multibody system.
SimTK::CompoundModeler::CompoundModeler | ( | AtomSubsystem & | atomSubsystem | ) | [inline] |
SimTK::CompoundModeler::SimTK_DEFINE_UNIQUE_LOCAL_INDEX_TYPE | ( | CompoundModeler | , |
RigidUnitIndex | |||
) |
const AtomSubsystem& SimTK::CompoundModeler::getAtomSubsystem | ( | ) | const [inline] |
AtomSubsystem& SimTK::CompoundModeler::updAtomSubsystem | ( | ) | [inline] |
const AtomBonding& SimTK::CompoundModeler::getAtomBonding | ( | AtomSubsystem::AtomIndex | a | ) | const [inline] |
AtomBonding& SimTK::CompoundModeler::updAtomBonding | ( | AtomSubsystem::AtomIndex | a | ) | [inline] |
const RigidUnit& SimTK::CompoundModeler::getRigidUnit | ( | RigidUnitIndex | a | ) | const [inline] |
RigidUnit& SimTK::CompoundModeler::updRigidUnit | ( | RigidUnitIndex | a | ) | [inline] |
void SimTK::CompoundModeler::model | ( | Compound & | compound | ) |