Disks
[Objects]

Collaboration diagram for Disks:

Disks filled with uniform color

void Disk (double x, double y, double rad, double contrR, double contrG, double contrB)
 draws a circular region filled with uniform color
void Disk (double x, double y, double rad, double contr)
 draws a circular region filled with uniform luminance
void MakeDisk (double rad, double contrR, double contrG, double contrB, unsigned short int *&fig)
 save the colored disk as pixmap in RAM
void MakeDisk (double rad, double contr, unsigned short int *&fig)
 save the grayscale disk as a pixmap in RAM
void MakeDisk (double rad, double contrR, double contrG, double contrB, unsigned short int ind)
 save the color disk as a texture in video memory
void MakeDisk (double rad, double contr, unsigned short int ind)
 save the grayscale disk as a texture in video memory

Disks filled with random noise

void NDisk (double x, double y, double rad, double contrR, double contrG, double contrB)
 draws a circular region filled with white noise
void NDisk (double x, double y, double rad, double contr)
 the same in gray-scale
void MakeNDisk (double rad, double contrR, double contrG, double contrB, unsigned short int *&fig)
 save the color noise disk as a pixmap in RAM
void MakeNDisk (double rad, double contr, unsigned short int *&fig)
 save the grayscale noise disk as a pixmap in RAM
void MakeNDisk (double rad, double contrR, double contrG, double contrB, unsigned short int ind)
 save the color noise disk as a texture in video memory
void MakeNDisk (double rad, double contr, unsigned short int ind)
 save the grayscale disk as a texture in video memory

Disks filled with sine-grating pattern

void SineGratingDisk (double x, double y, double angle, double sp_freq, double phase, double rad, double contrR, double contrG, double contrB)
 draws a disk filled with colored sine-grating pattern
void SineGratingDisk (double x, double y, double angle, double sp_freq, double phase, double rad, double contr)
 the same in grayscale
void MakeSineGratingDisk (double angle, double sp_freq, double phase, double rad, double contrR, double contrG, double contrB, unsigned short int *&fig)
 save the color sine-grating disk as a pixmap in RAM
void MakeSineGratingDisk (double angle, double sp_freq, double phase, double rad, double contr, unsigned short int *&fig)
 save the grayscale sine-grating disk as a pixmap in RAM
void MakeSineGratingDisk (double angle, double sp_freq, double phase, double rad, double contrR, double contrG, double contrB, unsigned short int ind)
 save the color sine-grating disk as a texture in video memory
void MakeSineGratingDisk (double angle, double sp_freq, double phase, double rad, double contr, unsigned short int ind)
 save the grayscale sine-grating disk as a texture in video memory

Antialiased disks

void GDisk (double x, double y, double rad, double sigma, double contrR, double contrG, double contrB)
 draws a colored antialiased disk; at sigma the intensity drops twofold
void GDisk (double x, double y, double rad, double contrR, double contrG, double contrB)
 the same with sigma = 1 pixel
void GDisk (double x, double y, double rad, double sigma, double contr)
 draws a grayscale antialised disk
void GDisk (double x, double y, double rad, double l)
 the same with sigma = 1 pixel
void MakeGDisk (double rad, double sigma, double contrR, double contrG, double contrB, unsigned short int *&fig)
 creates a colored GDiskian pixmap
void MakeGDisk (double rad, double contrR, double contrG, double contrB, unsigned short int *&fig)
 the same with sigma = 1 pixel
void MakeGDisk (double rad, double sigma, double contr, unsigned short int *&fig)
 creates a gray-scale GDiskian pixmap
void MakeGDisk (double rad, double contr, unsigned short int *&fig)
 the same with sigma = 1 pixel
void MakeGDisk (double rad, double sigma, double contrR, double contrG, double contrB, unsigned short int ind)
 creates a colored GDiskian texture
void MakeGDisk (double rad, double contrR, double contrG, double contrB, unsigned short int ind)
 the same with sigma = 1 pixel
void MakeGDisk (double rad, double sigma, double contr, unsigned short int ind)
 creates a gray-scale GDiskian texture
void MakeGDisk (double rad, double contr, unsigned short int ind)
 the same with sigma = 1 pixel

Antialised disks filled with sine-grating pattern

void SineGratingGDisk (double x, double y, double angle, double sp_freq, double phase, double rad, double sigma, double contrR, double contrG, double contrB)
 draws a colored antialiased disk filled with a sine-grating luminance profile
void SineGratingGDisk (double x, double y, double angle, double sp_freq, double phase, double rad, double contrR, double contrG, double contrB)
 the same with sigma = 1 pixel
void SineGratingGDisk (double x, double y, double angle, double sp_freq, double phase, double rad, double sigma, double contr)
 draws a gray-scale antialiased disk filled with a sine grating luminance profile
void SineGratingGDisk (double x, double y, double angle, double sp_freq, double phase, double rad, double l)
 the same with sigma = 1 pixel
void MakeSineGratingDisk (double angle, double sp_freq, double phase, double rad, double sigma, double contrR, double contrG, double contrB, unsigned short int *&fig)
 creates a colored SineGratingGDiskian pixmap
void MakeSineGratingGDisk (double angle, double sp_freq, double phase, double rad, double contrR, double contrG, double contrB, unsigned short int *&fig)
 the same with sigma = 1 pixel
void MakeSineGratingGDisk (double angle, double sp_freq, double phase, double rad, double sigma, double contr, unsigned short int *&fig)
 creates a grayscale SineGratingGDiskian pixmap
void MakeSineGratingGDisk (double angle, double sp_freq, double phase, double rad, double contr, unsigned short int *&fig)
 the same with sigma = 1 pixel
void MakeSineGratingGDisk (double angle, double sp_freq, double phase, double rad, double sigma, double contrR, double contrG, double contrB, unsigned short int ind)
 creates a colored SineGratingGDiskian texture
void MakeSineGratingGDisk (double angle, double sp_freq, double phase, double rad, double contrR, double contrG, double contrB, unsigned short int ind)
 the same with sigma = 1 pixel
void MakeSineGratingGDisk (double angle, double sp_freq, double phase, double rad, double sigma, double contr, unsigned short int ind)
 creates a grayscale SineGratingGDiskian texture
void MakeSineGratingGDisk (double angle, double sp_freq, double phase, double rad, double contr, unsigned short int ind)
 the same with sigma = 1 pixel

Generated on Fri Feb 27 14:19:23 2009 for PEACH by  doxygen 1.5.6