Data Structures | Typedefs
noisegen.hh File Reference
#include <mia/core/defines.hh>
#include <mia/core/factory.hh>
#include <mia/core/handler.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< 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 Documentation

Base class for al noise generator plugins.

Definition at line 79 of file noisegen.hh.

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.