| Trees | Indices | Help |
|---|
|
|
Deals with contructing the Structure object. The StructureBuilder class is used by the PDBParser classes to translate a file to a Structure object.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
The line counter keeps track of the line in the PDB file that is being parsed. Arguments: o line_counter - int |
Initiate a new Structure object with given id. Arguments: o id - string |
Initiate a new Model object with given id. Arguments: o id - int |
Initiate a new Chain object with given id. Arguments: o chain_id - string |
Flag a change in segid. Arguments: o segid - string |
Initiate a new Residue object.
Arguments:
o resname - string, e.g. "ASN"
o field - hetero flag, "W" for waters, "H" for
hetero residues, otherwise blank.
o resseq - int, sequence identifier
o icode - string, insertion code
|
Initiate a new Atom object. Arguments: o name - string, atom name, e.g. CA, spaces should be stripped o coord - Numeric array (Float0, size 3), atomic coordinates o b_factor - float, B factor o occupancy - float o altloc - string, alternative location specifier o fullname - string, atom name including spaces, e.g. " CA " |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun May 3 17:14:21 2009 | http://epydoc.sourceforge.net |