VAPoR  0.1
DataMgrFactory.h
Go to the documentation of this file.
1 //
2 // $Id$
3 //
4 
5 #ifndef _DataMgrFactory_h_
6 #define _DataMgrFactory_h_
7 
8 
9 #include <vector>
10 #include <string>
11 #include <vapor/DataMgr.h>
12 
13 namespace VAPoR {
14 
16 public:
17 
18  static DataMgr *New(
19  const vector <string> &files, size_t mem_size, string ftype = "vdf"
20  );
21 
22 };
23 
24 };
25 
26 #endif // _DataMgrFactory_h_
#define VDF_API
Definition: common.h:61
A cache based data reader.
Definition: DataMgr.h:39
VetsUtil base class.
Definition: MyBase.h:68