6 #include <vapor/OptionParser.h>
7 #include <vapor/MetadataVDC.h>
8 #include <vapor/DCReaderWRF.h>
9 #include <vapor/WaveCodecIO.h>
10 #include <vapor/WaveletBlock3DBufWriter.h>
11 #include <vapor/CFuncs.h>
23 const vector <string> &in_varnames,
24 vector <string> &out_varnames);
32 int launchWrf2Vdf(
int argc,
char **argv,
DCReaderWRF *optionalReader = NULL);
41 unsigned char *_mvMask3D;
42 unsigned char *_mvMask2DXY;
43 unsigned char *_mvMask2DXZ;
44 unsigned char *_mvMask2DYZ;
49 vector <string> _vars;
65 map <size_t, size_t> &timemap);
A sub-region reader for VDF files.
Abstract base class for performing data IO to a VDC.