noisegen.hh File Reference
Include dependency graph for noisegen.hh:

Go to the source code of this file.

Data Structures

class  CNoiseGenerator
 Base class for the noise generators. More...
 
struct  generator_type
 
struct  grayscale_noise_data
 

Typedefs

typedef TFactory< CNoiseGeneratorCNoiseGeneratorPlugin
 Base class for al noise generator plugins. More...
 
typedef THandlerSingleton< TFactoryPluginHandler< CNoiseGeneratorPlugin > > CNoiseGeneratorPluginHandler
 The noise generator plugin handler. More...
 
typedef std::shared_ptr< CNoiseGeneratorPNoiseGenerator
 

Typedef Documentation

◆ CNoiseGeneratorPlugin

Base class for al noise generator plugins.

Definition at line 79 of file noisegen.hh.

◆ CNoiseGeneratorPluginHandler

The noise generator plugin handler.

Definition at line 83 of file noisegen.hh.

◆ PNoiseGenerator

typedef std::shared_ptr<CNoiseGenerator> PNoiseGenerator

Definition at line 76 of file noisegen.hh.