Package schrodinger :: Package application :: Package matsci :: Module shapes :: Class Vertex
[hide private]
[frames] | no frames]

Class Vertex

object --+
         |
        Vertex

Class to manage vertices.

Instance Methods [hide private]
 
__init__(self, index, coordinates)
Create a vertex instance.

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, index, coordinates)
(Constructor)

 

Create a vertex instance.

Parameters:
  • index (int) - the index of this vertex
  • coordinates (numpy.array) - the coordinates of this vertex
Overrides: object.__init__