Peano
Wrapper.py File Reference

Go to the source code of this file.

Data Structures

class  Wrapper.Pair
 

Namespaces

 Wrapper
 

Variables

 Wrapper._script_dir = Path(__file__).parent
 
string Wrapper._lib_path = _script_dir / "build" / "libmylib.so"
 
 Wrapper._lib = ctypes.CDLL(str(_lib_path))
 
 Wrapper.ellipsoidTransform = _lib.ellipsoidTransform
 
 Wrapper.ellipsoidTransformInverse = _lib.ellipsoidTransformInverse
 
 Wrapper.sphereTransform = _lib.sphereTransform
 
 Wrapper.sphereTransformInverse = _lib.sphereTransformInverse