6 #include <vapor/OptionParser.h>
7 #include <vapor/MetadataVDC.h>
8 #include <vapor/DCReader.h>
9 #include <vapor/WaveCodecIO.h>
10 #include <vapor/WaveletBlock3DBufWriter.h>
11 #include <vapor/CFuncs.h>
26 int launch2vdf(
int argc,
char **argv,
string dataType,
DCReader *myReader=NULL);
35 unsigned char *_mvMask3D;
36 unsigned char *_mvMask2DXY;
37 unsigned char *_mvMask2DXZ;
38 unsigned char *_mvMask2DYZ;
43 vector <string> _vars;
59 map <size_t, size_t> &timemap);
81 const vector <string> &in_varnames,
82 vector <string> &out_varnames);
A sub-region reader for VDF files.
Abstract base class for performing data IO to a VDC.