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

Class doubleArrayPtr
source code

 object --+    
          |    
doubleArray --+
              |
             doubleArrayPtr

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

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

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


Static Methods [hide private]

Inherited from doubleArray: frompointer


Class Variables [hide private]

Inherited from doubleArray: __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: doubleArray.__init__