|
virtual tools::image::ireader * | copy () const |
|
virtual bool | is (const std::string &a_file) const |
|
virtual bool | infos (std::ostream &a_out, const std::string &a_file, unsigned int &a_width, unsigned int &a_height, unsigned int &a_bpp) const |
|
virtual unsigned char * | read (std::ostream &a_out, const std::string &a_file, unsigned int &a_width, unsigned int &a_height, unsigned int &a_bpp) const |
|
virtual unsigned char * | read_part (std::ostream &a_out, const std::string &a_file, unsigned int a_sx, unsigned int a_sy, unsigned int a_sw, unsigned int a_sh, unsigned int &a_rw, unsigned int &a_rh, unsigned int &a_rbpp) const |
|
| reader () |
|
virtual | ~reader () |
|
| reader (const reader &) |
|
reader & | operator= (const reader &) |
|
virtual | ~ireader () |
|
Definition at line 467 of file png.
◆ reader() [1/2]
tools::png::reader::reader |
( |
| ) |
|
|
inline |
Definition at line 486 of file png.
◆ ~reader()
virtual tools::png::reader::~reader |
( |
| ) |
|
|
inlinevirtual |
Definition at line 487 of file png.
◆ reader() [2/2]
tools::png::reader::reader |
( |
const reader & |
| ) |
|
|
inline |
Definition at line 489 of file png.
◆ copy()
◆ infos()
virtual bool tools::png::reader::infos |
( |
std::ostream & |
a_out, |
|
|
const std::string & |
a_file, |
|
|
unsigned int & |
a_width, |
|
|
unsigned int & |
a_height, |
|
|
unsigned int & |
a_bpp |
|
) |
| const |
|
inlinevirtual |
◆ is()
virtual bool tools::png::reader::is |
( |
const std::string & |
a_file | ) |
const |
|
inlinevirtual |
◆ operator=()
Definition at line 490 of file png.
◆ read()
virtual unsigned char* tools::png::reader::read |
( |
std::ostream & |
a_out, |
|
|
const std::string & |
a_file, |
|
|
unsigned int & |
a_width, |
|
|
unsigned int & |
a_height, |
|
|
unsigned int & |
a_bpp |
|
) |
| const |
|
inlinevirtual |
◆ read_part()
virtual unsigned char* tools::png::reader::read_part |
( |
std::ostream & |
a_out, |
|
|
const std::string & |
a_file, |
|
|
unsigned int |
a_sx, |
|
|
unsigned int |
a_sy, |
|
|
unsigned int |
a_sw, |
|
|
unsigned int |
a_sh, |
|
|
unsigned int & |
a_rw, |
|
|
unsigned int & |
a_rh, |
|
|
unsigned int & |
a_rbpp |
|
) |
| const |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/png