openModeller  Version 1.5.0
DelimitedTextOccurrences.hh
Go to the documentation of this file.
1 
30 #ifndef _OCCURRENCES_FILEHH_
31 #define _OCCURRENCES_FILEHH_
32 
34 
35 #include <openmodeller/om_defs.hh>
37 
38 #include <vector>
39 
59 {
60 public:
61 
65  static OccurrencesReader * CreateOccurrencesReaderCallback( const char * source, const char * coordSystem );
66 
71  DelimitedTextOccurrences( const char *source, const char * coordSystem );
72 
76 
80  bool load();
81 
82 private:
83 
84  // Indicates if occurrences were already loaded.
85  bool _loaded;
86 };
87 
88 #endif
89 
virtual bool load()=0