This file contains the definition of a class which can be used as a simple interface to read and write Windows Bitmap files (BMP pictures). More...
#include "chomp/system/config.h"#include "chomp/system/textfile.h"#include <iostream>#include <stdio.h>#include <cstdlib>Go to the source code of this file.
Classes | |
| class | chomp::homology::bmpfile |
| The class 'bmpfile' is an elementary interface that can be used to read or create and write images in the uncompressed Windows BMP format. More... | |
Namespaces | |
| namespace | chomp |
This namespace contains the entire CHomP library interface. | |
| namespace | chomp::homology |
This namespace contains the core of the homology computation procedures and related classes and templates contained in the CHomP C++ library. | |
Defines | |
| #define | ReadOnly 0 |
| #define | ReadWrite 1 |
This file contains the definition of a class which can be used as a simple interface to read and write Windows Bitmap files (BMP pictures).
The functionality of this class is quite limited. Only uncompressed bitmap files are supported.
Definition in file bitmaps.h.
1.7.1