#include <Protein.h>
Public Member Functions | |
void | loadFromPdbStructure (const PdbStructure &pdbStructure, SimTK::Real targetRms) |
void | loadFromPdbChain (const PdbChain &pdbChain, SimTK::Real targetRms) |
Protein (std::istream &pdbStream, SimTK::Real targetRms=0.02) | |
Protein (const PdbStructure &pdbStructure, SimTK::Real targetRms=0.02) | |
Protein (const PdbChain &pdbChain, SimTK::Real targetRms) | |
Protein (const Sequence &seq, const BondMobility::Mobility mobility=BondMobility::Rigid) | |
Protein (const Sequence &seq, CompoundSystem &system, Transform transform=Transform()) | |
Protected Member Functions | |
void | initialize (const Sequence &seq, const BondMobility::Mobility mobility) |
Protein | ( | std::istream & | pdbStream, | |
SimTK::Real | targetRms = 0.02 | |||
) | [inline, explicit] |
Protein | ( | const PdbStructure & | pdbStructure, | |
SimTK::Real | targetRms = 0.02 | |||
) | [inline, explicit] |
Protein | ( | const Sequence & | seq, | |
const BondMobility::Mobility | mobility = BondMobility::Rigid | |||
) | [inline, explicit] |
Protein | ( | const Sequence & | seq, | |
CompoundSystem & | system, | |||
Transform | transform = Transform() | |||
) | [inline, explicit] |
References CompoundSystem::adoptCompound(), and SimTK::BondMobility::Rigid.
void loadFromPdbStructure | ( | const PdbStructure & | pdbStructure, | |
SimTK::Real | targetRms | |||
) | [inline] |
References PdbModel::getChain(), and PdbStructure::getModel().
void loadFromPdbChain | ( | const PdbChain & | pdbChain, | |
SimTK::Real | targetRms | |||
) |
void initialize | ( | const Sequence & | seq, | |
const BondMobility::Mobility | mobility | |||
) | [inline, protected] |