Go to the source code of this file.
|
|
BALL_EXPORT AtomList | BALL::atoms (const AtomContainer &fragment, const String &expression=String()) |
|
BALL_EXPORT AtomList | BALL::atoms (const AtomList &atoms, const String &expression) |
|
BALL_EXPORT PDBAtomList | BALL::PDBAtoms (const AtomContainer &fragment, const String &expression=String()) |
|
BALL_EXPORT BondList | BALL::bonds (const AtomContainer &fragment, bool selected_only=false) |
|
BALL_EXPORT BondList | BALL::bonds (const Atom &atom) |
|
BALL_EXPORT AtomContainerList | BALL::atomContainers (const AtomContainer &fragment, bool selected_only=false) |
|
BALL_EXPORT ResidueList | BALL::residues (const AtomContainer &fragment, bool selected_only=false) |
|
BALL_EXPORT FragmentList | BALL::fragments (const AtomContainer &fragment, bool selected_only=false) |
|
BALL_EXPORT MoleculeList | BALL::molecules (const AtomContainer &fragment, bool selected_only=false) |
|
BALL_EXPORT ProteinList | BALL::proteins (const AtomContainer &fragment, bool selected_only=false) |
|
BALL_EXPORT SecondaryStructureList | BALL::secondaryStructures (const AtomContainer &fragment, bool selected_only=false) |
|
BALL_EXPORT ChainList | BALL::chains (const AtomContainer &fragment, bool selected_only=false) |
|
BALL_EXPORT NucleicAcidList | BALL::nucleicAcids (const AtomContainer &fragment, bool selected_only=false) |
|
BALL_EXPORT NucleotideList | BALL::nucleotides (const AtomContainer &fragment, bool selected_only=false) |
|