Package Bio :: Package PDB :: Module PDBIO' :: Class Select
[hide private]
[frames] | no frames]

Class Select

source code

Default selection (everything) during writing - can be used as base class to implement selective output. This selects which entities will be written out.

Instance Methods [hide private]
 
__repr__(self) source code
 
accept_atom(self, atom)
Overload this to reject atoms for output.
source code
 
accept_chain(self, chain)
Overload this to reject chains for output.
source code
 
accept_model(self, model)
Overload this to reject models for output.
source code
 
accept_residue(self, residue)
Overload this to reject residues for output.
source code