Package MolKit :: Module pdbWriter :: Class PdbqsWriter
[hide private]
[frames] | no frames]

Class PdbqsWriter

source code

moleculeWriter.MoleculeWriter --+        
                                |        
                        PdbWriter --+    
                                    |    
                           PdbqWriter --+
                                        |
                                       PdbqsWriter

Class to write data records from a molecule tree to a pdbq file. Has methods for the user to add own records and to write the record.

Instance Methods [hide private]
  __init__(self)
Constructor:
  defineATOM_HETATMRecord(self, atm)
Define the ATOM or HETATM rec for the given atm

Inherited from PdbqWriter: write_records

Inherited from PdbWriter: addRecord, defineConnectSection, defineCoordsSection, defineHELIXRecords, defineHYDBNDRecords, defineSHEETRecords, defineSecondaryStructureSection, defineTERRecord, defineTURNRecords, formatName, write, write_atom


Method Details [hide private]

__init__(self)
(Constructor)

source code 
Constructor:
Overrides: PdbqWriter.__init__

defineATOM_HETATMRecord(self, atm)

source code 
Define the ATOM or HETATM rec for the given atm
Overrides: PdbqWriter.defineATOM_HETATMRecord