class pdb.PdbChain
Available on all platforms
Container of a chain in pdb file
Class Fields
Instance Fields
function addAtom(resname:String, resid:Int, atom:PdbAtom):Void
add an PdbAtom atom
to the resid
in this chain.
resname
is used only when creating new residue.
function genSecondaryString():String
returns secondary structure information of this chain.
See Pdb.hx
for details about notations.