pdbReader.
PDBReader
This class is used to read and extract data from a .pdb file.
It is pretty simple and naive at the moment
importPDBFile
Imports a new file and store the result in self.pdbData. If something already exists in self.pdbData, it will be deleted.