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< CNoiseGenerator > | CNoiseGeneratorPlugin |
| Base class for al noise generator plugins. More... | |
| typedef THandlerSingleton< TFactoryPluginHandler< CNoiseGeneratorPlugin > > | CNoiseGeneratorPluginHandler |
| The noise generator plugin handler. More... | |
| typedef std::shared_ptr< CNoiseGenerator > | PNoiseGenerator |
| typedef TFactory<CNoiseGenerator> CNoiseGeneratorPlugin |
Base class for al noise generator plugins.
Definition at line 79 of file noisegen.hh.
| typedef THandlerSingleton<TFactoryPluginHandler<CNoiseGeneratorPlugin> > CNoiseGeneratorPluginHandler |
The noise generator plugin handler.
Definition at line 83 of file noisegen.hh.
| typedef std::shared_ptr<CNoiseGenerator> PNoiseGenerator |
Definition at line 76 of file noisegen.hh.