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
DCUtils.h
Go to the documentation of this file.
1
//************************************************************************
2
// *
3
// Copyright (C) 2018 *
4
// University Corporation for Atmospheric Research *
5
// All Rights Reserved *
6
// *
7
//************************************************************************/
8
//
9
// File: DCUtils.h
10
//
11
// Author: John Clyne
12
// National Center for Atmospheric Research
13
// PO 3000, Boulder, Colorado
14
//
15
// Date: February 2018
16
//
17
// Description: Defines the DC free functions.
18
//
19
// These functions operate on instances of the DC class.
20
//
21
#ifndef DCUTILS_H
22
#define DCUTILS_H
23
24
#include <vector>
25
#include <string>
26
#include <map>
27
#include <
vapor/DC.h
>
28
29
namespace
VAPoR
{
30
31
class
NetCDFCollection;
32
33
namespace
DCUtils {
34
35
int
CopyAtt
(
const
NetCDFCollection
&ncdfc,
string
varname,
string
attname,
DC::BaseVar
&var);
36
37
int
CopyAtt
(
const
NetCDFCollection
&ncdfc,
string
varname,
DC::BaseVar
&var);
38
39
};
// namespace DCUtils
40
};
// namespace VAPoR
41
42
#endif
DC.h
VAPoR::DC::BaseVar
Base class for storing variable metadata.
Definition:
DC.h:754
VAPoR::NetCDFCollection
Wrapper for a collection of netCDF files.
Definition:
NetCDFCollection.h:93
VAPoR::DCUtils::CopyAtt
int CopyAtt(const NetCDFCollection &ncdfc, string varname, string attname, DC::BaseVar &var)
VAPoR
Definition:
AnnotationParams.h:33
Generated by
1.9.6