#include <stdlib.h>
#include <iostream>
#include "../general/hashtable.h"
Classes | |
class | picture |
class | cache |
class | pos |
Defines | |
#define | max(a, b) (((a)<(b))?(b):(a)) |
#define | min(a, b) (((a)<(b))?(a):(b)) |
#define | max_dither 37 |
Functions | |
int | variant (int nr, int max) |
int | rand () |
int | fvariant (pos p, int max) |
int | main () |
Variables | |
unsigned int | dither [max_dither] |
#define max | ( | a, | |||
b | ) | (((a)<(b))?(b):(a)) |
#define max_dither 37 |
#define min | ( | a, | |||
b | ) | (((a)<(b))?(a):(b)) |
int fvariant | ( | pos | p, | |
int | max | |||
) |
int main | ( | ) |
int rand | ( | ) |
int variant | ( | int | nr, | |
int | max | |||
) |
unsigned int dither[max_dither] |
Generated on Tue Jan 1 17:30:01 2008 for test/dither.cc File Reference by
Visit the project page on