Bindings for the ctypes interface for PyPO. More...
Functions | |
| def | PyPO.BindTransf.loadTransflib () |
| Load the pypotransf shared library. More... | |
| def | PyPO.BindTransf.transformRays (fr) |
| Transform a frame of rays. More... | |
| def | PyPO.BindTransf.transformPO (obj, transf) |
| Transform a frame of rays. More... | |
Bindings for the ctypes interface for PyPO.
These bindings are concerned with transforming frame and fields/currents.
| def PyPO.BindTransf.loadTransflib | ( | ) |
Load the pypotransf shared library.
Will detect the operating system and link the library accordingly.
| def PyPO.BindTransf.transformPO | ( | obj, | |
| transf | |||
| ) |
Transform a frame of rays.
| fr | A frame object. |
| def PyPO.BindTransf.transformRays | ( | fr | ) |
Transform a frame of rays.
| fr | A frame object. |