PdbModel Member List
This is the complete list of members for
PdbModel, including all inherited members.
getAtom(String atomName, PdbResidueId residueId, char chainId) const | PdbModel | |
getChain(Pdb::ChainIndex chainIx) const | PdbModel | [inline] |
getChain(char chainId) const | PdbModel | |
getNChains() const | PdbModel | [inline] |
hasAtom(String atomName, PdbResidueId residueId, char chainId) const | PdbModel | |
hasChain(char id) const | PdbModel | |
parsePdbLine(const String &line) | PdbModel | [protected] |
PdbModel(const Compound &compound, int number=1, const Transform &transform=Transform()) | PdbModel | [explicit] |
PdbModel(const State &state, const Compound &compound, int number=1, const Transform &transform=Transform()) | PdbModel | [explicit] |
PdbModel(int number) | PdbModel | [inline, explicit] |
PdbStructure class | PdbModel | [friend] |
updAtom(String atomName, PdbResidueId residueId, char chainId) | PdbModel | |
updOrCreateChain(char chainId) | PdbModel | [protected] |
write(std::ostream &os, const Transform &transform) const | PdbModel | |