openModeller  Version 1.5.0
SerializedXmlOccurrences.hh
Go to the documentation of this file.
1 
27 #ifndef _SERIALIZED_XML_OCCURRENCES_HH_
28 #define _SERIALIZED_XML_OCCURRENCES_HH_
29 
31 
32 #include <openmodeller/om_defs.hh>
34 
40 {
41 public:
42 
46  static OccurrencesReader * CreateOccurrencesReaderCallback( const char * source, const char * coordSystem );
47 
52  SerializedXmlOccurrences( const char *source, const char * coordSystem );
53 
57 
61  bool load();
62 
63 private:
64 
65  // Indicates if occurrences were already loaded.
66  bool _loaded;
67 };
68 
69 #endif
70 
virtual bool load()=0