VAPOR3
3.9.4
include
vapor
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
12
namespace
VAPoR
{
13
14
class
VDF_API
DataMgrFactory
:
public
Wasp::MyBase
{
15
public
:
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_
DataMgr.h
VAPoR::DataMgrFactory
Definition:
DataMgrFactory.h:14
VAPoR::DataMgrFactory::New
static DataMgr * New(const vector< string > &files, size_t mem_size, string ftype="vdf")
VAPoR::DataMgr
A cache based data reader.
Definition:
DataMgr.h:110
Wasp::MyBase
Wasp base class.
Definition:
MyBase.h:67
VDF_API
#define VDF_API
Definition:
common.h:73
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6