47 #ifndef EmbeddedTableReader_H 48 #define EmbeddedTableReader_H 56 namespace TableReaders
virtual ~Embedded()
Destructor.
Base class to read table data for tables.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 2-tuple for storing two objects of different types.
TypeName("embedded")
Runtime type information.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual autoPtr< TableReader< Type > > clone() const
Construct and return a copy.
Reads an interpolation table from the values entry in OpenFOAM-format.
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Embedded(const word &name, const dictionary &dict, List< Tuple2< scalar, Type >> &table)
Construct from dictionary.
word name(const complex &)
Return a string representation of a complex.
virtual void write(Ostream &os, const List< Tuple2< scalar, Type >> &table) const
Write the table values.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...