A B C D F G H I J L M N P R S T U V Y

T

ThreadedDoublePrecisionFractalGenerator - Class in infpp.fractal
The Threaded DoublePrecisionFractalGenerator class provides an abstract class that serves as a common base for FractalGenerators using double precision floating point arithmetic and multiple threads to speed up the calculation.
ThreadedDoublePrecisionFractalGenerator() - Constructor for class infpp.fractal.ThreadedDoublePrecisionFractalGenerator
Constructs a new ThreadedDoublePrecisionFractalGenerator and initializes the buffers.
ThreadedDoublePrecisionFractalGenerator.FillThread - Class in infpp.fractal
 
ThreadedDoublePrecisionFractalGenerator.FillThread(ThreadedDoublePrecisionFractalGenerator.FillThreadManagerThread, int, int, Rectangle) - Constructor for class infpp.fractal.ThreadedDoublePrecisionFractalGenerator.FillThread
 
ThreadedDoublePrecisionFractalGenerator.FillThreadManagerThread - Class in infpp.fractal
 
ThreadedDoublePrecisionFractalGenerator.FillThreadManagerThread(ThreadedDoublePrecisionFractalGenerator) - Constructor for class infpp.fractal.ThreadedDoublePrecisionFractalGenerator.FillThreadManagerThread
 
ThreadedDoublePrecisionJuliaGenerator - Class in infpp.fractal
The ThreadedDoublePrecisionJuliaGenerator provides an implementation for calculating the number of required iterations to determine the divergence of the sequence of points obtained by the recursion zn + 1 = (zn)2 + c where c is the point passed to the setDefiningPoint method and is constant during the calculation of the fractal and z1 is a point determined by screen coordinates.
ThreadedDoublePrecisionJuliaGenerator(int) - Constructor for class infpp.fractal.ThreadedDoublePrecisionJuliaGenerator
Constructs a new ThreadedDoublePrecisionJuliaGenerator.
ThreadedDoublePrecisionMandelbrotGenerator - Class in infpp.fractal
The ThreadedDoublePrecisionMandelbrotGenerator provides an implementation for calculating the number of required iterations to determine the divergence of the sequence of points obtained by the recursion z1 := 1, zn + 1 = (zn)2 + c where c is a point determined by screen coordinates.
ThreadedDoublePrecisionMandelbrotGenerator(int) - Constructor for class infpp.fractal.ThreadedDoublePrecisionMandelbrotGenerator
Constructs a new ThreadedDoublePrecisionMandelbrotGenerator.
threads - Variable in class infpp.fractal.ThreadedDoublePrecisionFractalGenerator.FillThreadManagerThread
 

A B C D F G H I J L M N P R S T U V Y