Interface for algorithm factory class. More...
#include <AlgFactory.h>
Public Member Functions | |
| virtual CombiningAlg * | createAlg (const std::string &type)=0 |
Interface for algorithm factory class.
AlgFactory is in charge of creating CombiningAlg according to the algorithm type given as argument of method createAlg. This class can be inherited for implementing a factory class which can create some specific combining algorithm objects.
| virtual CombiningAlg* ArcSec::AlgFactory::createAlg | ( | const std::string & | type | ) | [pure virtual] |
creat algorithm object based on the type algorithm type
| type | The type of combining algorithm |
1.6.3