Classes | Namespaces | Defines

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.


Defines

#define ReadOnly   0
#define ReadWrite   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.


Define Documentation

#define ReadOnly   0

Definition at line 79 of file bitmaps.h.

#define ReadWrite   1

Definition at line 83 of file bitmaps.h.