Inkscape
Vector Graphics Editor
|
#include <imagemap.h>
Public Member Functions | |
MapBase (int width, int height) | |
int | offset (int x, int y) const |
T * | row (int y) |
T const * | row (int y) const |
void | setPixel (int x, int y, T val) |
T | getPixel (int x, int y) const |
Public Attributes | |
int | width |
int | height |
std::vector< T > | pixels |
Definition at line 20 of file imagemap.h.
|
inline |
Definition at line 26 of file imagemap.h.
|
inline |
Definition at line 35 of file imagemap.h.
References offset, and Inkscape::Trace::MapBase< T >::pixels.
Referenced by Inkscape::Trace::grayMapCanny(), Inkscape::Trace::grayMapGaussian(), Inkscape::Trace::Potrace::PotraceTracingEngine::grayMapToPath(), Inkscape::Trace::rgbMapGaussian(), and Inkscape::Trace::rgbMapQuantize().
|
inline |
Definition at line 31 of file imagemap.h.
References Inkscape::Trace::MapBase< T >::width.
|
inline |
Definition at line 32 of file imagemap.h.
References Inkscape::Trace::MapBase< T >::pixels, and Inkscape::Trace::MapBase< T >::width.
|
inline |
Definition at line 33 of file imagemap.h.
References Inkscape::Trace::MapBase< T >::pixels, and Inkscape::Trace::MapBase< T >::width.
|
inline |
Definition at line 34 of file imagemap.h.
References offset, and Inkscape::Trace::MapBase< T >::pixels.
int Inkscape::Trace::MapBase< T >::height |
std::vector<T> Inkscape::Trace::MapBase< T >::pixels |
Definition at line 24 of file imagemap.h.
Referenced by Inkscape::Trace::MapBase< T >::getPixel(), Inkscape::Trace::MapBase< T >::row(), Inkscape::Trace::MapBase< T >::row(), and Inkscape::Trace::MapBase< T >::setPixel().
int Inkscape::Trace::MapBase< T >::width |
Definition at line 22 of file imagemap.h.
Referenced by Inkscape::Trace::grayMapCanny(), Inkscape::Trace::grayMapGaussian(), Inkscape::Trace::Potrace::PotraceTracingEngine::grayMapToPath(), Inkscape::Trace::MapBase< T >::offset(), Inkscape::Trace::quantizeBand(), Inkscape::Trace::rgbMapGaussian(), Inkscape::Trace::rgbMapQuantize(), Inkscape::Trace::MapBase< T >::row(), and Inkscape::Trace::MapBase< T >::row().