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