claw::graphic::targa::file_structure Class Reference

Tool class used for defining the structures of the datas stored in a targa file. More...

Inheritance diagram for claw::graphic::targa::file_structure:
claw::graphic::targa::reader claw::graphic::targa::writer

List of all members.

Classes

struct  developer_item
 Item in the developper directory. More...
struct  extension
 Extension area. More...
class  footer
 Footer of a targa file. More...
class  header
 Header of a targa file. More...

Public Types

enum  image_coding {
  color_mapped = 1, true_color = 2, black_and_white = 3, rle_color_mapped = 9,
  rle_true_color = 10, rle_black_and_white = 11
}

Detailed Description

Tool class used for defining the structures of the datas stored in a targa file.

Author:
Julien Jorge

Definition at line 57 of file targa.hpp.


Member Enumeration Documentation

Enumerator:
color_mapped 
true_color 
black_and_white 
rle_color_mapped 
rle_true_color 
rle_black_and_white 

Definition at line 60 of file targa.hpp.

00061           {
00062             color_mapped        = 1,
00063             true_color          = 2,
00064             black_and_white     = 3,
00065             rle_color_mapped    = 9,
00066             rle_true_color      = 10,
00067             rle_black_and_white = 11
00068           }; // enum image_coding


The documentation for this class was generated from the following file:

Generated on 9 Nov 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.6.1