My Project
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.
typedef THandlerSingleton< TFactoryPluginHandler< CNoiseGeneratorPlugin > > CNoiseGeneratorPluginHandler
 The noise generator plugin handler.
typedef std::shared_ptr< CNoiseGeneratorPNoiseGenerator

Typedef Documentation

◆ CNoiseGeneratorPlugin

Base class for al noise generator plugins.

Definition at line 80 of file noisegen.hh.

◆ CNoiseGeneratorPluginHandler

The noise generator plugin handler.

Definition at line 84 of file noisegen.hh.

◆ PNoiseGenerator

typedef std::shared_ptr<CNoiseGenerator> PNoiseGenerator

Definition at line 77 of file noisegen.hh.