Package schrodinger :: Package application :: Package desmond :: Module ffiostructure :: Class _FFIOSite
[hide private]
[frames] | no frames]

Class _FFIOSite

   object --+    
            |    
_FFIOSubBlock --+
                |
               _FFIOSite

A class to make access of mmffio site properties more pythonic.

Nested Classes [hide private]
  __metaclass__
A meta-class to different ffio sub block type classses.
Instance Methods [hide private]

Inherited from _FFIOSubBlock: __eq__, __hash__, __init__, __int__, __ne__, __str__

Inherited from _FFIOSubBlock (private): _getIndex, _getProperty

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  block_type = 'site'
hash(x)
Properties [hide private]
  c1
site c1
  c2
site c2
  charge
site charge
  mass
site mass
  site
site site
  type
site type
  vdwtype
site vdwtype

Inherited from _FFIOSubBlock: index, property

Inherited from object: __class__

Property Details [hide private]

c1

site c1

Get Method:
unreachable._get(self)
Set Method:
unreachable._set(self, value)

c2

site c2

Get Method:
unreachable._get(self)
Set Method:
unreachable._set(self, value)

charge

site charge

Get Method:
unreachable._get(self)
Set Method:
unreachable._set(self, value)

mass

site mass

Get Method:
unreachable._get(self)
Set Method:
unreachable._set(self, value)

site

site site

Get Method:
unreachable._get(self)
Set Method:
unreachable._set(self, value)

type

site type

Get Method:
unreachable._get(self)
Set Method:
unreachable._set(self, value)

vdwtype

site vdwtype

Get Method:
unreachable._get(self)
Set Method:
unreachable._set(self, value)