Package schrodinger :: Package trajectory :: Module ffstructure :: Class _FFVdwtype
[hide private]
[frames] | no frames]

Class _FFVdwtype

object --+
         |
        _FFVdwtype

A class to hold force field parameters for a Van der Waals type.

Instance Methods [hide private]
 
__init__(self, ffhandle, index)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_getName(self)
 
_setName(self, value)
 
_getFunct(self)
 
_setFunct(self, value)
 
_getC1(self)
 
_setC1(self, value)
 
_getC2(self)
 
_setC2(self, value)
 
_getProperty(self)
 
_setProperty(self, d)

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

Class Variables [hide private]
  name = property(fget= _getName, fset= _setName, doc= "atom's v...
  funct = property(fget= _getFunct, fset= _setFunct, doc= 'funct...
  c1 = property(fget= _getC1, fset= _setC1, doc= 'c1')
  c2 = property(fget= _getC2, fset= _setC2, doc= 'c2')
  property = property(_getProperty, _setProperty, doc= "properti...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ffhandle, index)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

name

Value:
property(fget= _getName, fset= _setName, doc= "atom's vdwtype")

funct

Value:
property(fget= _getFunct, fset= _setFunct, doc= 'function')

property

Value:
property(_getProperty, _setProperty, doc= "properties")