![]() |
TerraLib 4.1
|
This is the class for vectorization algorithm factory. More...
#include <TePDIRaster2VectorFactory.hpp>
Public Member Functions | |
| TePDIRaster2VectorFactory () | |
| Default constructor. | |
| ~TePDIRaster2VectorFactory () | |
| Default Destructor. | |
Protected Member Functions | |
| TePDIAlgorithm * | build (const TePDIParameters &arg) |
| Implementation for the abstract TeFactory::build. | |
This is the class for vectorization algorithm factory.
| TePDIRaster2VectorFactory::TePDIRaster2VectorFactory | ( | ) |
Default constructor.
| TePDIRaster2VectorFactory::~TePDIRaster2VectorFactory | ( | ) |
Default Destructor.
| TePDIAlgorithm * TePDIRaster2VectorFactory::build | ( | const TePDIParameters & | arg | ) | [protected, virtual] |
Implementation for the abstract TeFactory::build.
| arg | A const reference to the parameters used by the algorithm. |
Implements TeFactory< TePDIAlgorithm, TePDIParameters >.