Trees | Indices | Help |
|
---|
|
object --+ | CoordinateData
This class is a base class for constraint and scan coordinate classes. It should not(!) be initialized by itself.
|
|||
|
|||
|
|||
str |
|
||
str |
|
||
Inherited from |
|
|||
object |
COLUMN class that contains information about columns in which coordinates data is displayed. |
|
|||
list |
atom_indices indices of atoms, which define this coordinate |
||
str |
coordinate_name name of this coordinate based on atom indices |
||
int |
coordinate_type coordinate type |
||
schrodinger.structure.Structure |
st ct structure for which coordinates are defined |
|
|||
|
Initialize coordinates data given a structure, set of atom indices and coordinate type. We apply the jaguar naming scheme to the structure.
|
This function checks that atom indices contain correct number of elements for a given coordinate type. If thats not the case ValueError exception is raised. |
This function returns coordinate name, which is constructed from the atom names.
|
This function converts an atom index into an atom name.
|
|
COLUMNclass that contains information about columns in which coordinates data is displayed. It should contain NAMES variable for column names and indices of columns. This object needs to be initialize in derived classes.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:12 2017 | http://epydoc.sourceforge.net |