Constructor.
Destructor.
Returns a reference to a source module connected to this noise module.
Returns the number of source modules required by this noise module.
Generates an output value given the coordinates of the specified input value.
Connects a source module to this noise module.
An array containing the pointers to each source module required by this noise module.
@addtogroup libnoise @{ @addtogroup modules @{ @defgroup combinermodules Combiner Mods @addtogroup combinermodules @{ Noise module that raises the output value from a first source module to the power of the output value from a second source module.
@image html modulepower.png
The first source module must have an index value of 0.
The second source module must have an index value of 1.
This noise module requires two source modules.