Package schrodinger :: Package trajectory :: Module rmsd2d :: Class ThreadingModel
[hide private]
[frames] | no frames]

Class ThreadingModel

ModelBase --+
            |
           ThreadingModel

Instance Methods [hide private]
 
__init__(self)
 
createSharedArray(self, ctype, size)

Inherited from ModelBase: createWorker, lock

Class Variables [hide private]
  _ctypes_to_numpy = {ctypes.c_char: numpy.int8, ctypes.c_wchar:...
Method Details [hide private]

__init__(self)
(Constructor)

 
Overrides: ModelBase.__init__

Class Variable Details [hide private]

_ctypes_to_numpy

Value:
{ctypes.c_char: numpy.int8, ctypes.c_wchar: numpy.int16, ctypes.c_byte\
: numpy.int8, ctypes.c_ubyte: numpy.uint8, ctypes.c_short: numpy.int16\
, ctypes.c_ushort: numpy.uint16, ctypes.c_int: numpy.int32, ctypes.c_u\
int: numpy.int32, ctypes.c_long: numpy.int32, ctypes.c_ulong: numpy.in\
t32, ctypes.c_float: numpy.float32, ctypes.c_double: numpy.float64}