INFO804 Introduction à l'informatique graphique
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
rt::Image2DWriter< unsigned char > Class Reference

Specialization for gray-level images. More...

#include <Image2DWriter.h>

Public Types

typedef unsigned char Value
 
typedef Image2D< Value > Image
 

Static Public Member Functions

static bool write (Image &img, std::ostream &output, bool ascii)
 

Detailed Description

Specialization for gray-level images.

Definition at line 30 of file Image2DWriter.h.

Member Typedef Documentation

◆ Image

typedef Image2D<Value> rt::Image2DWriter< unsigned char >::Image

Definition at line 33 of file Image2DWriter.h.

◆ Value

typedef unsigned char rt::Image2DWriter< unsigned char >::Value

Definition at line 32 of file Image2DWriter.h.


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