![]() |
MeLOn
|
This class is a factory class for creating child instances of AnnParser. More...
#include <AnnParser.h>
Public Member Functions | |
std::unique_ptr< ModelParser > | create_model_parser (const MODEL_FILE_TYPE fileType) override |
Factory function for creating a instance of an ann parser corresponding to the specified file type. | |
This class is a factory class for creating child instances of AnnParser.
|
overridevirtual |
Factory function for creating a instance of an ann parser corresponding to the specified file type.
fileType type of the file in which ann is stored
Implements melon::ModelParserFactory.