Definition in file vil_png.cxx.
#include "vil_png.h"
#include <vcl_cassert.h>
#include <vcl_cstring.h>
#include <vcl_iostream.h>
#include <vcl_algorithm.h>
#include <vil/vil_stream.h>
#include <vil/vil_image_view.h>
#include <vil/vil_property.h>
#include <png.h>
#include <vcl_cstdlib.h>
#include <vxl_config.h>
Go to the source code of this file.
Classes | |
| struct | vil_jmpbuf_wrapper |
| struct | vil_png_structures |
Defines | |
| #define | SIG_CHECK_SIZE 4 |
| #define | png_setjmp_on(ACTION) |
| #define | png_setjmp_off() (jmpbuf_ok = false) |
Variables | |
| You need a later libpng You should rerun | CMake |
| char const * | vil_png_format_tag = "png" |
|
|
Definition at line 115 of file vil_png.cxx. |
|
|
Value: do {\ jmpbuf_ok = true;\ if (setjmp (pngtopnm_jmpbuf_struct.jmpbuf) != 0) {\ problem("png_setjmp_on");\ ACTION;\ }\ } while (false); Definition at line 107 of file vil_png.cxx. |
|
|
Definition at line 29 of file vil_png.cxx. |
|
|
|
|
|
Definition at line 31 of file vil_png.cxx. |
1.4.4