12 #include <vapor/MyBase.h>
13 #include <vapor/MetadataVDC.h>
30 int Parse(
int *argc,
char **argv);
32 _removeOptions = options;
35 void Usage (FILE *fp) ;
45 std::vector <int> _cratios;
47 std::vector <string> _vars3d;
48 std::vector <string> _vars2dxy;
49 std::vector <string> _vars2dxz;
50 std::vector <string> _vars2dyz;
53 std::vector <int> _order;
54 std::vector <int> _periodic;
59 std::string _usertimes;
63 std::string _mapprojection;
64 std::string _coordsystem;
65 std::vector <float> _extents;
66 std::vector <string> _removeOptions;
68 int _ReadDblVec(
string path, vector <double> &vec)
const;
Creates a MetadaVDC object.
void RemoveOptions(std::vector< string > options)