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 = {<class 'ctypes.c_short'>: <type 'numpy.int...
Method Details [hide private]

__init__(self)
(Constructor)

 
Overrides: ModelBase.__init__

Class Variable Details [hide private]

_ctypes_to_numpy

Value:
{<class 'ctypes.c_short'>: <type 'numpy.int16'>,
 <class 'ctypes.c_ushort'>: <type 'numpy.uint16'>,
 <class 'ctypes.c_long'>: <type 'numpy.int32'>,
 <class 'ctypes.c_ulong'>: <type 'numpy.int32'>,
 <class 'ctypes.c_int'>: <type 'numpy.int32'>,
 <class 'ctypes.c_uint'>: <type 'numpy.int32'>,
 <class 'ctypes.c_float'>: <type 'numpy.float32'>,
 <class 'ctypes.c_double'>: <type 'numpy.float64'>,
...