Claw
1.7.3
|
This class write an image in a xbm file. More...
#include <xbm.hpp>
Classes | |
struct | options |
Parameters of the writing algorithm. More... |
Public Member Functions | |
writer (const image &img) | |
Constructor. | |
writer (const image &img, std::ostream &f, const options &opt=options()) | |
Constructor. | |
void | save (std::ostream &f, const options &opt=options()) const |
Save the image in a XBM file. |
claw::graphic::xbm::writer::writer | ( | const image & | img | ) |
Constructor.
img | The image in which the data will be stored. |
Definition at line 64 of file xbm_writer.cpp.
claw::graphic::xbm::writer::writer | ( | const image & | img, |
std::ostream & | f, | ||
const options & | opt = options() |
||
) |
Constructor.
img | The image to save. |
f | The file in which we write the data. |
opt | Saving options. |
Definition at line 78 of file xbm_writer.cpp.
References claw::graphic::xbm::save().
Save the image in a XBM file.
f | XBM file. |
opt | Saving options. |
Definition at line 91 of file xbm_writer.cpp.
References CLAW_PRECOND, claw::graphic::xbm::writer::options::hot, claw::graphic::xbm::writer::options::name, claw::math::coordinate_2d< T >::x, and claw::math::coordinate_2d< T >::y.