Main Page Class Hierarchy Compound List Compound Members Related Pages
DentPattern Class ReferenceThis class implements a dent pattern.
More...
#include <Pattern.h>
Inheritance diagram for DentPattern
[legend]Collaboration diagram for DentPattern:
[legend]List of all members.
Public Types |
| enum | { PROPERTY_NOISE = 0x0201,
PROPERTY_TURBULENCE = 0x0202,
PROPERTY_FREQUENCY = 0x0203
} |
Public Methods |
|
| DECLARE_CLASS (DentPattern,Pattern) |
|
| DentPattern () |
|
virtual | ~DentPattern () |
|
virtual void | setProperty (int nProperty,const Variant &vValue) |
|
virtual void | getProperty (int nProperty,Variant &vValue)const |
Public Attributes |
|
double | noise |
|
double | turbulence |
|
double | frequency |
Detailed Description
This class implements a dent pattern.
The calculation is done in the calculate1D method. The result is in the interval [0..1]. -
Author(s):
-
Stefan Michel
-
See also:
-
XYZPigment , ColorMap
The documentation for this class was generated from the following file:
|