41 static datafile *
detectFiletype(ifstream &infile, ofstream &outfile,
bool loud,
string infile_name,
int dim,
42 std::vector< std::vector<int> > rFieldMappings, std::vector<index_order> rIndexOrder,
43 std::vector<adj_map> conv_factor, std::vector<adj_map> norm_val);
51 static bool testTecplot(ifstream &infile,
string datapacking);
static datafile * detectFiletype(ifstream &infile, ofstream &outfile, bool loud, string infile_name, int dim, std::vector< std::vector< int > > rFieldMappings, std::vector< index_order > rIndexOrder, std::vector< adj_map > conv_factor, std::vector< adj_map > norm_val)
Use test functions to determine the filetype and to create a new file object for the input file...
static const int BUFFER_SIZE
Base class for file parsing.
static bool testTecplot(ifstream &infile, string datapacking)
Test if a file is a tecplot file.
static void printFiletypes()
Print list valid filetypes to stdout.