/home/fayn/OpenKraken-dev/OpenKN-image/src/DrawLine.cpp File Reference

#include <cstdlib>
#include <cmath>
#include "DrawLine.hpp"

Include dependency graph for DrawLine.cpp:

Go to the source code of this file.

Namespaces

namespace  kn

Functions

void kn::drawLine (ImageRGB8u &image, const int x1, const int y1, const int x2, const int y2, const unsigned char r, const unsigned char g, const unsigned char b)
void kn::drawLine (ImageGS8u &image, const int x1, const int y1, const int x2, const int y2, const unsigned char greyLevel)
void kn::drawLine (ImageRGB8u &image, const double line[3], const unsigned char r, const unsigned char g, const unsigned char b)
void kn::drawLine (ImageGS8u &image, const double line[3], const unsigned char greyLevel)
void kn::drawLineY (ImageRGB8u &image, const int x1, const int y1, const int x2, const int y2, const unsigned char r, const unsigned char g, const unsigned char b)
void kn::drawLineY (ImageGS8u &image, const int x1, const int y1, const int x2, const int y2, const unsigned char greyLevel)
void kn::drawLineX (ImageRGB8u &image, const int x1, const int y1, const int x2, const int y2, const unsigned char r, const unsigned char g, const unsigned char b)
void kn::drawLineX (ImageGS8u &image, const int x1, const int y1, const int x2, const int y2, const unsigned char greyLevel)
void kn::drawPixel (ImageRGB8u &image, int x0, int y0, const unsigned char r, const unsigned char g, const unsigned char b)
void kn::drawPixel (ImageGS8u &image, int x0, int y0, const unsigned char greyLevel)


Generated on Thu Nov 12 16:06:36 2009 for OpenKraken-image by  doxygen 1.5.8