35 #ifndef TableFileReader_H
36 #define TableFileReader_H
49 template<
class Coordinate,
class Value>
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Base class to read table data for tables.
virtual ~TableFileReader()
Destructor.
TableFileReader(const Function1s::unitSets &defaultUnits, const dictionary &dict)
Construct from dictionary.
virtual void write(Ostream &os, const Function1s::unitSets &units, const List< Tuple2< Coordinate, Value >> &table, const word &valuesKeyword=word::null) const
Write additional information.
Base class to read table data for tables.
A 2-tuple for storing two objects of different types.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A class for handling file names.
A class for handling words, derived from string.
static const word null
An empty word.
const HashTable< dimensionSet > table
Table of dimensions.
Struct containing two unitSets for use in converting both the argument and the value of a Function1.