Protein Class Reference
#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
Protein |
( |
std::istream & |
pdbStream, |
|
|
SimTK::Real |
targetRms = 0.02 | |
|
) |
| | [inline, explicit] |
Protein |
( |
const PdbChain & |
pdbChain, |
|
|
SimTK::Real |
targetRms | |
|
) |
| | [inline, explicit] |
Member Function Documentation
void loadFromPdbChain |
( |
const PdbChain & |
pdbChain, |
|
|
SimTK::Real |
targetRms | |
|
) |
| | |
void loadFromPdbStructure |
( |
const PdbStructure & |
pdbStructure, |
|
|
SimTK::Real |
targetRms | |
|
) |
| | [inline] |
The documentation for this class was generated from the following file: