Package schrodinger :: Package structutils :: Package interactions :: Module pi :: Class Centroid
[hide private]
[frames] | no frames]

Class Centroid

object --+
         |
        Centroid

The object that stores data about a centroid

Instance Methods [hide private]
 
__init__(self, atoms, xyz)
Create a Centroid object

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, atoms, xyz)
(Constructor)

 

Create a Centroid object

Parameters:
  • atoms (list of int) - the atom numbers involved in the centroid
  • xyz (list of float) - the XYZ coordinates of the centroid
Overrides: object.__init__