carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
class | LUTFile |
Read from a LUT file. More... | |
class | LUTHeader |
Describes a LUT file header. More... | |
Functions | |
def | open (args, kwargs) |
Open a LUT file. More... | |
Variables | |
int | INT_SIZE = 4 |
fopen = open | |
def carputils.carpio.lut.open | ( | args, | |
kwargs | |||
) |
Open a LUT file.
Convenience method to provide normal python style interface to create a file type object.
Parameters inherited from LUTFile.__init__()
carputils.carpio.lut.fopen = open |
int carputils.carpio.lut.INT_SIZE = 4 |