#include <Protein.h>
List of all members.
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, bool addEndCaps=true) |
| Protein (const Sequence &seq, CompoundSystem &system, Transform transform=Transform()) |
Protected Member Functions |
void | initialize (const Sequence &seq, const BondMobility::Mobility mobility, bool addEndCaps=true) |
Constructor & Destructor Documentation
SimTK::Protein::Protein |
( |
std::istream & |
pdbStream, |
|
|
SimTK::Real |
targetRms = 0.02 |
|
) |
| [inline, explicit] |
SimTK::Protein::Protein |
( |
const PdbStructure & |
pdbStructure, |
|
|
SimTK::Real |
targetRms = 0.02 |
|
) |
| [inline, explicit] |
SimTK::Protein::Protein |
( |
const PdbChain & |
pdbChain, |
|
|
SimTK::Real |
targetRms |
|
) |
| [inline, explicit] |
SimTK::Protein::Protein |
( |
const Sequence & |
seq, |
|
|
const BondMobility::Mobility |
mobility = BondMobility::Rigid , |
|
|
bool |
addEndCaps = true |
|
) |
| [inline, explicit] |
Member Function Documentation
void SimTK::Protein::loadFromPdbStructure |
( |
const PdbStructure & |
pdbStructure, |
|
|
SimTK::Real |
targetRms |
|
) |
| [inline] |
void SimTK::Protein::loadFromPdbChain |
( |
const PdbChain & |
pdbChain, |
|
|
SimTK::Real |
targetRms |
|
) |
| |
The documentation for this class was generated from the following file: