![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/PNGReadWrite.hpp>
Collaboration diagram for Slic3r::png::Image< PxT >:Public Member Functions | |
| PxT | get (size_t row, size_t col) const |
Public Attributes | |
| std::vector< PxT > | buf |
| size_t | rows |
| size_t | cols |
|
inline |
References Slic3r::png::Image< PxT >::buf, col(), Slic3r::png::Image< PxT >::cols, and row().
Referenced by marchsq::_RasterTraits< Slic3r::png::ImageGreyscale >::get().
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector<PxT> Slic3r::png::Image< PxT >::buf |
Referenced by Slic3r::png::decode_png(), and Slic3r::png::Image< PxT >::get().
| size_t Slic3r::png::Image< PxT >::cols |
| size_t Slic3r::png::Image< PxT >::rows |