85 const word& interpolationScheme,
const word const dictionary & dict
TypeName("table")
Runtime type information.
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.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual void writeEntries(Ostream &os) const
Write entries only in dictionary format.
const word & name() const
Return the name of the entry.
Templated table container function.
Table(const word &entryName, const dictionary &dict)
Construct from entry name and Istream.
A class for handling words, derived from string.
virtual ~Table()
Destructor.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
boundsHandling
Enumeration for handling out-of-bound values.
void operator=(const Table< Type > &)=delete
Disallow default bitwise assignment.
Base class for table with bounds handling, interpolation and integration.