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

Public Types

typedef TValue Value
 
typedef Image2D< Value > Image
 

Static Public Member Functions

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

Detailed Description

template<typename TValue>
class rt::Image2DWriter< TValue >

Definition at line 12 of file Image2DWriter.h.

Member Typedef Documentation

◆ Image

template<typename TValue >
typedef Image2D<Value> rt::Image2DWriter< TValue >::Image

Definition at line 15 of file Image2DWriter.h.

◆ Value

template<typename TValue >
typedef TValue rt::Image2DWriter< TValue >::Value

Definition at line 14 of file Image2DWriter.h.

Member Function Documentation

◆ write()

template<typename TValue >
bool rt::Image2DWriter< TValue >::write ( Image img,
std::ostream &  output,
bool  ascii 
)
static

Definition at line 22 of file Image2DWriter.h.

24{
25 return false;
26}

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