Package Scientific :: Package IO :: Module PDB :: Class HetAtom
[hide private]
[frames] | no frames]

Class HetAtom



Atom --+
       |
      HetAtom

HetAtom in a PDB structure

A subclass of Atom, which differs only in the return value of the method type().

Instance Methods [hide private]
str type(self)
Returns the six-letter record type, ATOM or HETATM

Inherited from Atom: __getitem__, __init__, __repr__, __setitem__, __str__, writeToFile


Method Details [hide private]

type(self)

 
Returns: str
the six-letter record type, ATOM or HETATM
Overrides: Atom.type
(inherited documentation)