Main Page Class Hierarchy Compound List Compound Members Related Pages
Function2DMandelbrot Class ReferenceThis class calculates the color representation of a Mandelbrot Set.
More...
#include <ColorMap.h>
Inheritance diagram for Function2DMandelbrot
[legend]Collaboration diagram for Function2DMandelbrot:
[legend]List of all members.
Public Types |
| enum | {
PROPERTY_RMIN = 0x0200,
PROPERTY_IMIN = 0x0201,
PROPERTY_RMAX = 0x0202,
PROPERTY_IMAX = 0x0203,
PROPERTY_ITERATION = 0x0204
} |
Public Methods |
|
| DECLARE_CLASS (Function2DMandelbrot,Function2D) |
|
| Function2DMandelbrot () |
|
virtual void | setProperty (int nProperty,const Variant &vValue) |
|
virtual void | getProperty (int nProperty,Variant &vValue)const |
|
virtual Color | calculate (double x,double y) |
Protected Attributes |
|
int | iteration_depth |
|
double | xMin |
|
double | xMax |
|
double | yMin |
|
double | yMax |
Detailed Description
This class calculates the color representation of a Mandelbrot Set.
The input parameters Are scaled to match the defined range. -
Author(s):
-
Stefan Michel
-
See also:
-
ColorMap2DFunction
The documentation for this class was generated from the following file:
|