#include <BALL/FORMAT/molFileFactory.h>
Static Public Member Functions | |
| static GenericMolFile * | open (const String &name, File::OpenMode open_mode=std::ios::in) |
This class offers a factory method that given a path to a molecule file determines the file type based on the file extension and returns a pointer to an appropriate subclass of GenericMolFile
| static GenericMolFile* BALL::MolFileFactory::open | ( | const String & | name, | |
| File::OpenMode | open_mode = std::ios::in | |||
| ) | [static] |
This method tries to determine the filetype based on the file extension of name and returns a pointer to an object of the appropriate subclass of GenericMolFile if available.
| name | the path to the requested molecule file |