sphereFun
index
sphereFun.py

 
Classes
       
__builtin__.object
SphericalBesselJ
SphericalBesselJPtr
SphericalHarmonics
SphericalHarmonicsPtr

 
class SphericalBesselJ(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_SphericalBesselJ>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
calcAll(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xef4788>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'SphericalBesselJ' objects>
list of weak references to the object (if defined)

 
class SphericalBesselJPtr(SphericalBesselJ)
    
Method resolution order:
SphericalBesselJPtr
SphericalBesselJ
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SphericalBesselJ:
__del__(self, destroy=<built-in function delete_SphericalBesselJ>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
calcAll(*args)

Data and other attributes inherited from SphericalBesselJ:
__dict__ = <dictproxy object at 0xef46e0>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'SphericalBesselJ' objects>
list of weak references to the object (if defined)

 
class SphericalHarmonics(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_SphericalHarmonics>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
besselJ(*args)
calcAll(*args)
calcAssocLegendre(*args)
calcYpref(*args)

Properties defined here:
lMax
get = SphericalHarmonics_lMax_get(...)
set = SphericalHarmonics_lMax_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0xef4830>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'lMax': <built-in function SphericalHarmonics_lMax_get>}
__swig_setmethods__ = {'lMax': <built-in function SphericalHarmonics_lMax_set>}
__weakref__ = <attribute '__weakref__' of 'SphericalHarmonics' objects>
list of weak references to the object (if defined)

 
class SphericalHarmonicsPtr(SphericalHarmonics)
    
Method resolution order:
SphericalHarmonicsPtr
SphericalHarmonics
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SphericalHarmonics:
__del__(self, destroy=<built-in function delete_SphericalHarmonics>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
besselJ(*args)
calcAll(*args)
calcAssocLegendre(*args)
calcYpref(*args)

Properties inherited from SphericalHarmonics:
lMax
get = SphericalHarmonics_lMax_get(...)
set = SphericalHarmonics_lMax_set(...)

Data and other attributes inherited from SphericalHarmonics:
__dict__ = <dictproxy object at 0xef47c0>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'lMax': <built-in function SphericalHarmonics_lMax_get>}
__swig_setmethods__ = {'lMax': <built-in function SphericalHarmonics_lMax_set>}
__weakref__ = <attribute '__weakref__' of 'SphericalHarmonics' objects>
list of weak references to the object (if defined)

 
Functions
       
sphereFun_test(...)