DataDraw.cpp File Reference


Detailed Description

Primative drawing functions.

Provides implementation of GreyLabWindow functions to draw primatives over the data.

Version:
1.3 - 2007/02/17

Definition in file DataDraw.cpp.

#include "GreyLab.h"
#include "aaLine.h"

Include dependency graph for DataDraw.cpp:

Go to the source code of this file.

Defines

#define RGB(idx, r, g, b)   target[0+3*(idx)] = r; target[1+3*(idx)] = g; target[2+3*(idx)] = b;
#define REDVAL(idx)   target[0+3*(idx)]
#define GREENVAL(idx)   target[1+3*(idx)]
#define BLUEVAL(idx)   target[2+3*(idx)]


Generated on Mon Mar 10 13:55:45 2008 for GreyLab by  doxygen 1.5.3