Package schrodinger :: Package application :: Package desmond :: Module fepdiff :: Class BaseBlockProperty
[hide private]
[frames] | no frames]

Class BaseBlockProperty

Known Subclasses:

Instance Methods [hide private]
 
__init__(self, handle, block_name, block_type, container)
 
getElementRepr(self, n)
 
getPropertyName(self)
 
__getitem__(self, n)
 
__len__(self)
 
_getKeyPropertyName(self)
 
_getElementProperties(self, element)
Return vaules for given list of property name in a list, along with the the rest of the property of given element
 
getAllProperties(self, map_func=<function identical_mapping at 0x7f5952710500>, filter_func=None, container=None)
Method Details [hide private]

_getKeyPropertyName(self)

 
Parameters:
  • elem () - @return a list of string. Each string represents the property names of the atom index of corresponding block of the given element. Each property name has the pattern like i_ffio_a[i,j,k,l]

_getElementProperties(self, element)

 

Return vaules for given list of property name in a list, along with the the rest of the property of given element

Parameters:
  • element ()