test/dither.cc File Reference

#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 Documentation

#define max ( a,
 )     (((a)<(b))?(b):(a))

#define max_dither   37

#define min ( a,
 )     (((a)<(b))?(a):(b))


Function Documentation

int fvariant ( pos  p,
int  max 
)

int main (  ) 

int rand (  ) 

int variant ( int  nr,
int  max 
)


Variable Documentation

unsigned int dither[max_dither]



Generated on Tue Jan 1 17:30:01 2008 for test/dither.cc File Reference by  doxygen   Visit the project page on SourceForge.net Logo