VAPOR3
3.9.4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
a
f
g
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
_
c
d
f
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
c
d
h
m
o
p
r
u
v
Variables
Typedefs
Enumerations
Enumerator
a
c
h
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
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