![]() |
TerraLib 4.1
|
An abstract factory of spatial variability measures. More...
#include <TeMSVFactory.h>
Public Member Functions | |
| TeMSVFactory (const string &name) | |
| virtual TeMSV * | build (const TeMSVParams &)=0 |
| Builds a new type (should be implemented by descendants) | |
An abstract factory of spatial variability measures.
| TeMSVFactory::TeMSVFactory | ( | const string & | name | ) | [inline] |
| virtual TeMSV* TeMSVFactory::build | ( | const TeMSVParams & | arg | ) | [pure virtual] |
Builds a new type (should be implemented by descendants)
Implements TeFactory< TeMSV, TeMSVParams >.
Implemented in TeSemivariogram_Factory, TeCorrelogram_Factory, TeSemimadogram_Factory, and TeCovariance_Factory.