![]() |
MeLOn
|
This class is a abstract parent class for model parser factories implemented in the MeLOn library. More...
#include <modelParser.h>
Public Member Functions | |
virtual std::unique_ptr< ModelParser > | create_model_parser (const MODEL_FILE_TYPE fileType)=0 |
Abstract factory function for creating a instance of an model parser corresponding to the specified file type. More... | |
This class is a abstract parent class for model parser factories implemented in the MeLOn library.
|
pure virtual |
Abstract factory function for creating a instance of an model parser corresponding to the specified file type.
fileType type of the file in which model is stored
Implemented in melon::AnnParserFactory, melon::SvmParserFactory, and melon::GpParserFactory.