A class to make access of fepio block pythonic.
|
__init__(self,
handle)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
_setName(self,
name)
Set the name for this fepio block |
|
|
|
_getName(self)
Get the name for this fepio block |
|
|
|
_setStage(self,
stage)
Set the stage |
|
|
|
_getStage(self)
Get the stage |
|
|
|
_createProxy(self)
A method to create a proxy to be passed to subobjects that need to
hold a reference to the parent FEPIO object. |
|
|
|
|
|
_createAtomMapContainer(self) |
|
|
|
|
|
_createBondMapContainer(self) |
|
|
|
|
|
_createAngleMapContainer(self) |
|
|
|
|
|
_createDihedMapContainer(self) |
|
|
|
|
|
_createExclMapContainer(self) |
|
|
|
|
|
_createPairMapContainer(self) |
|
|
|
|
|
_createOtherBlockContainer(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addAtommaps(self,
num_items) |
|
|
|
addBondmaps(self,
num_items) |
|
|
|
addAnglemaps(self,
num_items) |
|
|
|
addDihedmaps(self,
num_items) |
|
|
|
addExclmaps(self,
num_items) |
|
|
|
addPairmaps(self,
num_items) |
|
|
|
addOtherBlock(self,
name)
Add a new other block to this fepio block, and return it. |
|
|
|
_deleteItems(self,
indices,
delete_method)
Delete multiple item from fepio sub-block. |
|
|
|
deleteAtommaps(self,
indices) |
|
|
|
deleteBondmaps(self,
indices) |
|
|
|
deleteAnglemaps(self,
indices) |
|
|
|
deleteDihedmaps(self,
indices) |
|
|
|
deleteExclmaps(self,
indices) |
|
|
|
deletePairmaps(self,
indices) |
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|