Package dics :: Module slalib :: Class floatArrayPtr
[hide private]
[frames] | no frames]

Class floatArrayPtr
source code

object --+    
         |    
floatArray --+
             |
            floatArrayPtr

Instance Methods [hide private]
  __init__(self, this)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from floatArray: __del__, __getattr__, __getitem__, __repr__, __setattr__, __setitem__, cast

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __str__


Static Methods [hide private]

Inherited from floatArray: frompointer


Class Variables [hide private]

Inherited from floatArray: __swig_getmethods__, __swig_setmethods__

Inherited from object: __class__


Method Details [hide private]

__init__(self, this)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: floatArray.__init__