Go to the documentation of this file.
35 #ifndef openFoamTableReader_H
36 #define openFoamTableReader_H
89 virtual void operator()
Reads an interpolation table from a file - OpenFOAM-format.
virtual autoPtr< tableReader< Type > > clone() const
Construct and return a copy.
A class for handling file names.
Base class to read table data for the interpolationTable.
virtual ~openFoamTableReader()
Destructor.
TypeName("openFoam")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
openFoamTableReader(const dictionary &dict)
Construct from dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual void operator()(const fileName &, List< Tuple2< scalar, Type > > &)
Read the table.
A 2-tuple for storing two objects of different types.