Element index for package Science_Chemistry
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ w ]
top
top
top
top
top
top
g
- getAtoms
- in file Molecule.php, method Science_Chemistry_Molecule::getAtoms()
Returns an array of Atom objects
- getBondCutoff
- in file Molecule.php, method Science_Chemistry_Molecule::getBondCutoff()
Returns the bond cutoff uses to determine bonds
- getConnectionTable
- in file Molecule.php, method Science_Chemistry_Molecule::getConnectionTable()
Returns an array of connected atoms and their bond distance e.g. array ( array ($atomobj1, $atomobj2, $distance ), ... )
- getCoordinates
- in file Atom.php, method Science_Chemistry_Atom::getCoordinates()
Returns the coordinates object for the atom
- getCoordinates
- in file Coordinates.php, method Science_Chemistry_Coordinates::getCoordinates()
Returns the array of coordinates
- getDistanceMatrix
- in file Molecule.php, method Science_Chemistry_Molecule::getDistanceMatrix()
Returns the atom-atom distance matrix
- getElement
- in file Periodic_Table.php, method Science_Chemistry_Periodic_Table::getElement()
Returns a Science_Chemistry_Element object correspoding to the symbol (case sensitive)
- getElement
- in file Atom.php, method Science_Chemistry_Atom::getElement()
Returns the chemical symbol for the atom
- getElementFamily
- in file Periodic_Table.php, method Science_Chemistry_Periodic_Table::getElementFamily()
Returns an array of Science_Chemistry_Element objects belonging to an element family
- getField
- in file Atom_PDB.php, method Science_Chemistry_Atom_PDB::getField()
- getMolecules
- in file Macromolecule.php, method Science_Chemistry_Macromolecule::getMolecules()
Returns an array of Science_Chemistry_Molecule objects
- getResidueList
- in file PDBParser.php, method Science_Chemistry_PDBParser::getResidueList()
Returns an array of residues with a particular name from the indicated macromolecule index
top
top
top
top
top
top
s
- $symbol
- in file Element.php, variable Science_Chemistry_Element::$symbol
Element's symbol, one or two characters, case sensitive
- Science_Chemistry_Atom
- in file Atom.php, class Science_Chemistry_Atom
Base class representing an Atom
- Science_Chemistry_Atom
- in file Atom.php, method Science_Chemistry_Atom::Science_Chemistry_Atom()
Constructor for the class, requires the element symbol and an optional array of coordinates
- Science_Chemistry_Atom_PDB
- in file Atom_PDB.php, method Science_Chemistry_Atom_PDB::Science_Chemistry_Atom_PDB()
- Science_Chemistry_Atom_PDB
- in file Atom_PDB.php, class Science_Chemistry_Atom_PDB
Represents a PDB atom record and contains a reference to the PDB residue to which it belongs
- Science_Chemistry_Coordinates
- in file Coordinates.php, method Science_Chemistry_Coordinates::Science_Chemistry_Coordinates()
Constructor for the class, returns null if parameter is not an array with 3 entries
- Science_Chemistry_Coordinates
- in file Coordinates.php, class Science_Chemistry_Coordinates
Utility class for defining 3D coordinates and its associated distance() method
- Science_Chemistry_Element
- in file Element.php, method Science_Chemistry_Element::Science_Chemistry_Element()
Constructor for the class
- Science_Chemistry_Element
- in file Element.php, class Science_Chemistry_Element
Utility class that defines a chemical element object
- Science_Chemistry_Macromolecule
- in file Macromolecule.php, class Science_Chemistry_Macromolecule
Represents a macromolecule, composed of several Science_Chemistry_Molecule objects
- Science_Chemistry_Macromolecule
- in file Macromolecule.php, method Science_Chemistry_Macromolecule::Science_Chemistry_Macromolecule()
Constructor for the class, requires a macromolecule name and an optional array of Science_Chemistry_Molecule objects
- Science_Chemistry_Macromolecule_PDB
- in file Macromolecule_PDB.php, method Science_Chemistry_Macromolecule_PDB::Science_Chemistry_Macromolecule_PDB()
Constructor for the class
- Science_Chemistry_Macromolecule_PDB
- in file Macromolecule_PDB.php, class Science_Chemistry_Macromolecule_PDB
Represents a PDB macromolecule, composed of several Science_Chemistry_Residue_PDB objects
- Science_Chemistry_Molecule
- in file Molecule.php, method Science_Chemistry_Molecule::Science_Chemistry_Molecule()
Constructor for the class, requires a molecule name and an optional array of Science_Chemistry_Atom objects
- Science_Chemistry_Molecule
- in file Molecule.php, class Science_Chemistry_Molecule
Base class representing a Molecule
- Science_Chemistry_Molecule_XYZ
- in file Molecule_XYZ.php, class Science_Chemistry_Molecule_XYZ
Base class representing a Molecule from a XYZ format file
- Science_Chemistry_Molecule_XYZ
- in file Molecule_XYZ.php, method Science_Chemistry_Molecule_XYZ::Science_Chemistry_Molecule_XYZ()
Constructor for the class, accepts 2 optional parameters: the data and its source. Possible values for $src: "file", "string"
- Science_Chemistry_PDBFile
- in file PDBFile.php, class Science_Chemistry_PDBFile
Represents a PDB file, composed of one or more Science_Chemistry_Macromolecule_PDB objects
- Science_Chemistry_PDBFile
- in file PDBFile.php, method Science_Chemistry_PDBFile::Science_Chemistry_PDBFile()
Constructor for the class, requires a PDB filename
- Science_Chemistry_PDBParser
- in file PDBParser.php, method Science_Chemistry_PDBParser::Science_Chemistry_PDBParser()
Constructor for the class, requires a PDB filename
- Science_Chemistry_PDBParser
- in file PDBParser.php, class Science_Chemistry_PDBParser
A self-contained class to parse a PDB file into an array of residues
- Science_Chemistry_Periodic_Table
- in file Periodic_Table.php, class Science_Chemistry_Periodic_Table
Utility class that defines a Periodic Table of elements
- Science_Chemistry_Residue_PDB
- in file Residue_PDB.php, method Science_Chemistry_Residue_PDB::Science_Chemistry_Residue_PDB()
Constructor for the class
- Science_Chemistry_Residue_PDB
- in file Residue_PDB.php, class Science_Chemistry_Residue_PDB
Represents a PDB residue
- SCIENCE_CHEMISTRY_VERSION
- in file Chemistry.php, constant SCIENCE_CHEMISTRY_VERSION
Package version constant
- setBondCutoff
- in file Molecule.php, method Science_Chemistry_Molecule::setBondCutoff()
Sets the distance cutoff for bond determination
- setCoordinates
- in file Atom.php, method Science_Chemistry_Atom::setCoordinates()
Sets the coordinates for the atom object
top
t
- toCML
- in file Macromolecule.php, method Science_Chemistry_Macromolecule::toCML()
Returns a CML representation of the molecule Accepts an optional id, and a flag to signal printing of the connection table
- toCML
- in file Atom.php, method Science_Chemistry_Atom::toCML()
Returns a CML representation of the Science_Chemistry_Atom object Accepts an optional id
- toCML
- in file Molecule.php, method Science_Chemistry_Molecule::toCML()
Returns a CML representation of the molecule Accepts an optional id, and a flag to signal printing of the connection table
- toCML
- in file Coordinates.php, method Science_Chemistry_Coordinates::toCML()
Returns a CML representation of the coordinates
- toCML
- in file PDBFile.php, method Science_Chemistry_PDBFile::toCML()
Returns a CML representation of the PDB file TODO
- toString
- in file Molecule_XYZ.php, method Science_Chemistry_Molecule_XYZ::toString()
Generates a string representation of the XYZ molecule Overrides parent Science_Chemistry_Molecule::toString() method
- toString
- in file Molecule.php, method Science_Chemistry_Molecule::toString()
Returns a string representation of the molecule as a XYZ-format file Alias of toXYZ()
- toString
- in file Macromolecule.php, method Science_Chemistry_Macromolecule::toString()
Returns a string representation of the macromolecule as a multiple molecule XYZ-format file Alias of toXYZ()
- toString
- in file Atom.php, method Science_Chemistry_Atom::toString()
Returns a string representation of the Science_Chemistry_Atom object Alias of toXYZ()
- toString
- in file Coordinates.php, method Science_Chemistry_Coordinates::toString()
Returns a string representation of the coordinates: x y z
- toXYZ
- in file Atom.php, method Science_Chemistry_Atom::toXYZ()
Returns a XYZ representation of the Science_Chemistry_Atom object
- toXYZ
- in file Molecule.php, method Science_Chemistry_Molecule::toXYZ()
Returns a string representation of the molecule as a XYZ-format file
- toXYZ
- in file Macromolecule.php, method Science_Chemistry_Macromolecule::toXYZ()
Returns a string representation of the macromolecule as a multiple molecule XYZ-format file
top
top
top
Documentation generated on Mon, 11 Mar 2019 15:48:15 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|