| cplot.c [code] | C functions for 2D plotting directly to a compressed bitmap |
| cplot.h [code] | C functions for 2D plotting directly to a compressed bitmap |
| OptionFile.cpp [code] | A class for handling option files. ';' delimits a comment to follow. The general format is: field, comment = value ; comment e.g. ; A data value will follow this comment DataValue, (some comment about it) = 88 ; another comment here |
| OptionFile.h [code] | A class for handling option files. ';' delimits a comment to follow. The general format is: field, comment = value ; comment e.g. ; A data value will follow this comment DataValue, (some comment about it) = 88 ; another comment here |
| Plot2D.cpp [code] | The plotting class |
| Plot2D.h [code] | The plotting class |
| Plot2D_main.cpp [code] | The main() for Plot2D |
| Plot2D_OptionFile.cpp [code] | The option file class for Plot2D |
| Plot2D_OptionFile.h [code] | The option file class for Plot2D |
| StdStringUtils.cpp [code] | Additional functions for std::string |
| StdStringUtils.h [code] | Additional functions for std::string |