Main Page Class Hierarchy Compound List Compound Members Related Pages
Function2DJulia Class ReferenceThis class calculates the color representation of a Julia Set.
More...
#include <ColorMap.h>
Inheritance diagram for Function2DJulia
[legend]Collaboration diagram for Function2DJulia:
[legend]List of all members.
Public Types |
| enum | {
PROPERTY_RMIN = 0x0200,
PROPERTY_IMIN = 0x0201,
PROPERTY_RMAX = 0x0202,
PROPERTY_IMAX = 0x0203,
PROPERTY_ITERATION = 0x0204,
PROPERTY_RBASE = 0x0205,
PROPERTY_IBASE = 0x0206
} |
Public Methods |
|
| DECLARE_CLASS (Function2DJulia,Function2D) |
|
| Function2DJulia () |
|
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 |
|
double | paramR |
|
double | paramI |
Detailed Description
This class calculates the color representation of a Julia 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:
|