|
__init__(self,
file=None,
string=None)
Initialize cms object |
|
|
|
__copy__(self)
Allows the structure to be copied by copy.copy |
|
|
|
_synchronize_fsys_ct(self) |
|
|
|
ffio_refresh(self)
'atom_index' starts from 1. |
|
|
|
get_fullsys_ct_atom_index_range(self,
comp_ct_index)
for a given component CT, return a map of that compontent CT in
full_system CT |
|
|
|
|
|
gid(self,
atom_index)
`atom_index' is the index of the atom in the 'full_system' CT. |
|
|
|
site(self,
atom_index)
`atom_index' starts from 1. |
|
|
|
|
|
|
|
|
|
|
|
|
|
_ct_set_restrain(self,
ct,
ct_restrain)
`ct_restrain' must be a list of `Restrain' objects. |
|
|
|
set_restrain(self,
restrain_list)
`restrain_list' must be a list. |
|
|
|
clear_restrain(self)
Deletes all existing restraints. |
|
|
|
|
|
set_atom_group(self,
atom_group) |
|
|
|
merge_atom_group(self,
atom_group) |
|
|
|
set_atom_group_from_asl(self,
asl,
group_name,
group_index) |
|
|
|
merge_atom_group_from_asl(self,
asl,
group_name,
group_index) |
|
|
|
delete_atom_group(self,
group_name) |
|
|
|
delete_all_atom_group(self,
exception=[]) |
|
|
|
get_vdw(self)
Returns the Vdw parameters for all atoms. |
|
|
|
|
|
|
|
get_degrees_of_freedom(self) |
|
|
|
write(self,
fname)
Write the structure to a file, overwriting any previous content. |
|
|
|
|
Inherited from structure.Structure :
__eq__ ,
__getstate__ ,
__int__ ,
__ne__ ,
__repr__ ,
__setstate__ ,
addAtom ,
addAtoms ,
addBond ,
addBonds ,
adjust ,
append ,
applyStyle ,
areBound ,
closeBlockIfNecessary ,
copy ,
deleteAtoms ,
deleteBond ,
extend ,
extract ,
findResidue ,
find_rings ,
getBond ,
getChainAtoms ,
getMoleculeAtoms ,
getMovingAtoms ,
getResidueAtoms ,
getXYZ ,
inRing ,
isEquivalent ,
measure ,
merge ,
putToM2ioFile ,
retype ,
setXYZ ,
update ,
writeToString
Inherited from structure.Structure (private):
_createAtomContainer ,
_createBondContainer ,
_createProxy ,
_createStructureChainIterator ,
_createStructureMoleculeIterator ,
_createStructureRingIterator ,
_getAtomTotal ,
_getFormalCharge ,
_getManageHandle ,
_getManualUpdate ,
_getMolTotal ,
_getStructureProperty ,
_getStructureResidueIterator ,
_getTitle ,
_getTotalWeight ,
_setManageHandle ,
_setManualUpdate ,
_setStructureProperty ,
_setTitle
|