BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
molFileFactory.h
Go to the documentation of this file.
1 #ifndef MOLFILEFACTORY_H
2 #define MOLFILEFACTORY_H
3 
4 #include <BALL/SYSTEM/file.h>
5 
6 namespace BALL
7 {
8 
9 class String;
10 class GenericMolFile;
11 
18 {
19  public:
27  static GenericMolFile* open(const String& name, File::OpenMode open_mode = std::ios::in);
28 };
29 
30 }
31 
32 #endif //MOLFILEFACTORY_H
33