methods to access atoms
XXX#each_residue must be defined.
returns all atoms
# File lib/bio/db/pdb/utils.rb, line 331 def atoms array = [] self.each_residue { |residue| array.concat(residue.atoms) } return array end
Generated with the Darkfish Rdoc Generator 2.