pdbReader

Classes

class 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(pdbFile)

Imports a new file and store the result in self.pdbData. If something already exists in self.pdbData, it will be deleted.