#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <ostream>
#include <fstream>
#include <string>
#include <time.h>
#include <sstream>
#include <iomanip>
#include <math.h>
#include "util.h"
#include "datatypedef.h"
#include "points.h"
#include "partition.h"
Go to the source code of this file.
Classes | |
class | datafile |
Base class for file parsing. More... | |
class | tecplot_data |
Base class for tecplot files Implements useful functions for tecplot file parsing. More... | |