The Original CHomP Software
Classes | Namespaces | Macros
bitmaps.h File Reference

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.
 

Macros

#define bmpReadOnly   0
 
#define bmpReadWrite   1
 

Detailed Description

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.

Author
Pawel Pilarczyk

Definition in file bitmaps.h.

Macro Definition Documentation

◆ bmpReadOnly

#define bmpReadOnly   0

Definition at line 78 of file bitmaps.h.

◆ bmpReadWrite

#define bmpReadWrite   1

Definition at line 82 of file bitmaps.h.