#include <qvipp/qvipp.h>
#include <qvcore/qvimage.h>
Go to the source code of this file.
Namespaces | |
namespace | qvdta |
Classes | |
class | qvdta::QVPolyline |
This class represents polylines. More... | |
Functions | |
void | qvdta::draw (QVImage< uChar > &image, const QVPolyline &polyline, const uChar constant, bool linked, bool safe) |
void | qvdta::draw (QVImage< uChar, 3 > &image, const QVPolyline &polyline, const uChar constant[3], bool linked, bool safe) |
void | qvdta::draw (QVImage< uChar > &img, const QList< QVPolyline > &polylineList, const uChar constant, bool linked, bool safe) |
void | qvdta::draw (QVImage< uChar, 3 > &img, const QList< QVPolyline > &polylineList, const uChar constant[3], bool linked, bool safe) |
void | qvdta::drawPoints (const QList< QPoint > &hotPoints, QVImage< uChar > &dest) |
void | qvdta::drawPoints (const QList< QPoint > &hotPoints, QVImage< uChar, 3 > &dest) |
Definition in file qvpolyline.h.