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

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

claw::graphic::targa::reader claw::graphic::targa::writer List of all members.

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.

Public Types

 color_mapped = 1
 true_color = 2
 black_and_white = 3
 rle_color_mapped = 9
 rle_true_color = 10
 rle_black_and_white = 11
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
}

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...


Member Enumeration Documentation

enum claw::graphic::targa::file_structure::image_coding

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 Mon Nov 9 05:08:22 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.4.7