|
|
File: /home/jesus/devel/php/pear/Science/Chemistry/Atom_PDB.php
Chemical classes - Science_Chemistry
Science_Chemistry_Atom_PDB
Science_Chemistry_Atom | +-- Science_Chemistry_Atom_PDB
Represents a PDB atom record
|
public class Science_Chemistry_Atom_PDB extends Science_Chemistry_Atom
Represents a PDB atom record
and contains a reference to the PDB residue to which it belongs
|
|
|
|
|
|
|
Public Field Summary |
boolean |
$VALIDIf the atom object has been initialized |
object Residue_PDB |
$parent_residueReference to the containing Residue object |
|
|
Public Method Details |
Science_Chemistry_Atom_PDB |
public void Science_Chemistry_Atom_PDB( $atomrec, string $residue )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
$atomrec |
|
|
Warning: documentation is missing. |
|
|
string |
$residue |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
|
Private Method Details |
getField |
private void getField( $field )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
$field |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
|
Public Field Details |
$VALID |
public boolean $VALID
>>false <<
If the atom object has been initialized
|
|
$parent_residue |
public object Residue_PDB $parent_residue
>> <<
Reference to the containing Residue object
|
|
|
|
|
|
PHPDoc 1.0beta |