Raster linear mixture model strategy factory. More...
#include <MixtureModelLinearStrategy.h>
  
 Public Types | |
| typedef FactoryDictionary < AbstractFactory < te::rp::MixtureModelStrategy, std::string, std::less < std::string > >, std::string, std::less< std::string > >  | dictionary_type | 
| typedef AbstractFactory | factory_type | 
Public Member Functions | |
| te::rp::MixtureModelStrategy * | build () | 
| Concrete factories (derived from this one) must implement this method in order to create objects.  More... | |
| const std::string & | getKey () const | 
| It returns the factory key associated to the concreate factory.  More... | |
| MixtureModelLinearStrategyFactory () | |
| ~MixtureModelLinearStrategyFactory () | |
Static Public Member Functions | |
| static const factory_type * | find (const std::string &factoryKey) | 
| static dictionary_type & | getDictionary () | 
| It returns a reference to the internal dictionary of concrete factories.  More... | |
| static  te::rp::MixtureModelStrategy *  | make (const std::string &factoryKey) | 
| It creates an object with the appropriated factory.  More... | |
Protected Attributes | |
| std::string | m_factoryKey | 
| The key that identifies the concrete factory: it will be used for unregistering the factory during destruction.  More... | |
Raster linear mixture model strategy factory.
Definition at line 103 of file MixtureModelLinearStrategy.h.
      
  | 
  inherited | 
Definition at line 73 of file AbstractFactory.h.
      
  | 
  inherited | 
Definition at line 77 of file AbstractFactory.h.
| te::rp::MixtureModelLinearStrategyFactory::MixtureModelLinearStrategyFactory | ( | ) | 
Definition at line 184 of file MixtureModelLinearStrategy.cpp.
| te::rp::MixtureModelLinearStrategyFactory::~MixtureModelLinearStrategyFactory | ( | ) | 
Definition at line 189 of file MixtureModelLinearStrategy.cpp.
      
  | 
  virtual | 
Concrete factories (derived from this one) must implement this method in order to create objects.
Implements te::common::AbstractFactory< te::rp::MixtureModelStrategy, std::string, std::less< std::string > >.
Definition at line 193 of file MixtureModelLinearStrategy.cpp.
      
  | 
  staticinherited | 
      
  | 
  staticinherited | 
It returns a reference to the internal dictionary of concrete factories.
The dictionary is a singleton.
      
  | 
  inherited | 
It returns the factory key associated to the concreate factory.
      
  | 
  staticinherited | 
It creates an object with the appropriated factory.
| factoryKey | A key that identifies the factory used to build the object. | 
| Exception | If the concrete factory is not specified or the object can not be built for any reason this methiod may throws an exception. | 
Referenced by te::rp::MixtureModel::execute().
      
  | 
  protectedinherited | 
The key that identifies the concrete factory: it will be used for unregistering the factory during destruction.
Definition at line 136 of file AbstractFactory.h.