VAPoR
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
lib
vdf
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
15
class
VDF_API
DataMgrFactory
:
public
VetsUtil::MyBase
{
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_
VAPoR::DataMgrFactory
Definition:
DataMgrFactory.h:15
VDF_API
#define VDF_API
Definition:
common.h:61
VAPoR::DataMgr
A cache based data reader.
Definition:
DataMgr.h:39
VetsUtil::MyBase
VetsUtil base class.
Definition:
MyBase.h:68
VAPoR
Definition:
errorcodes.h:28
Generated by
1.8.10