100 virtual void operator()
107 virtual void operator()
A class for handling file names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Base class to read table data for the interpolationTable.
declareRunTimeSelectionTable(autoPtr, tableReader, dictionary,(const dictionary &dict),(dict))
virtual autoPtr< tableReader< Type > > clone() const =0
Construct and return a clone.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual ~tableReader()
Destructor.
static autoPtr< tableReader > New(const dictionary &spec)
Return a reference to the selected tableReader.
TypeName("tableReader")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
virtual void write(Ostream &os) const
Write additional information.
tableReader(const dictionary &dict)
Construct from dictionary.