|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
populatePatternDict(self,
st)
Populates the self._mol_pattern_dict based on the molecules in the
given structure. |
|
|
|
|
|
_getReducedStructure(self,
st)
Returns:
a Structure that is a simplified copy of the input: a neutral, single
bond connected, heavy atom only frame. |
|
|
string
|
|
|
writeStructures(self,
file_name=' rmsd.mae ' ,
mode=' w ' )
Writes the reference and test structures to file. |
|
|
|
writeCommand(self,
file_name=' rmsd.cmd ' )
Writes a Maestro command file and structures with the pair wise atom
mapping in command file mode. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|