|
| png_struct * | png = nullptr |
| |
| png_info * | info = nullptr |
| |
◆ PNGDescr() [1/3]
| Slic3r::png::PNGDescr::PNGDescr |
( |
| ) |
|
|
default |
◆ PNGDescr() [2/3]
◆ PNGDescr() [3/3]
| Slic3r::png::PNGDescr::PNGDescr |
( |
PNGDescr && |
| ) |
|
|
delete |
◆ ~PNGDescr()
| Slic3r::png::PNGDescr::~PNGDescr |
( |
| ) |
|
|
inline |
23 {
25 if (
png) png_destroy_read_struct( &
png,
nullptr,
nullptr);
26 }
png_struct * png
Definition PNGReadWrite.cpp:14
png_info * info
Definition PNGReadWrite.cpp:14
References info, and png.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ info
| png_info* Slic3r::png::PNGDescr::info = nullptr |
◆ png
| png_struct* Slic3r::png::PNGDescr::png = nullptr |
The documentation for this struct was generated from the following file: