claw 1.9.0
 
Loading...
Searching...
No Matches
claw::graphic::pcx::reader Class Reference

This class read data from a pcx file and store it in an image. More...

#include <pcx.hpp>

Public Member Functions

 reader (image &img)
 Constructor.
 
 reader (image &img, std::istream &f)
 Constructor.
 
void load (std::istream &f)
 Load an image from a pcx file.
 

Detailed Description

This class read data from a pcx file and store it in an image.

Author
Julien Jorge

Definition at line 155 of file pcx.hpp.

Constructor & Destructor Documentation

◆ reader() [1/2]

claw::graphic::pcx::reader::reader ( image & img)

Constructor.

Parameters
imgThe image in which the data will be stored.

Definition at line 240 of file pcx_reader.cpp.

◆ reader() [2/2]

claw::graphic::pcx::reader::reader ( image & img,
std::istream & f )

Constructor.

Parameters
imgThe image in which the data will be stored.
fThe file from which we read the data.
Postcondition
img contains the data from f.

Definition at line 250 of file pcx_reader.cpp.

Member Function Documentation

◆ load()

void claw::graphic::pcx::reader::load ( std::istream & f)

Load an image from a pcx file.

Parameters
fPcx file.

Definition at line 260 of file pcx_reader.cpp.


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