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

Class VdwtypeBlockProperty

BaseBlockProperty --+    
                    |    
    FFIOBlockProperty --+
                        |
                       VdwtypeBlockProperty

Instance Methods [hide private]
 
__init__(self, handle)
 
_getKeyPropertyName(self)

Inherited from FFIOBlockProperty (private): _getElementProperties

Inherited from BaseBlockProperty: __getitem__, __len__, getAllProperties, getElementRepr, getPropertyName

Class Variables [hide private]

Inherited from FFIOBlockProperty: block_prop_name

Method Details [hide private]

__init__(self, handle)
(Constructor)

 
Overrides: BaseBlockProperty.__init__

_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]

Overrides: BaseBlockProperty._getKeyPropertyName
(inherited documentation)