Base class to read table data for tables. More...
Public Member Functions | |
TableFileReader (const dictionary &dict) | |
Construct from dictionary. More... | |
virtual | ~TableFileReader () |
Destructor. More... | |
virtual void | write (Ostream &os, const List< Tuple2< scalar, Type >> &table) const |
Write additional information. More... | |
Public Member Functions inherited from TableReader< Type > | |
TypeName ("TableReader") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, TableReader, dictionary,(const word &name, const dictionary &dict, List< Tuple2< scalar, Type >> &table),(name, dict, table)) | |
TableReader (const dictionary &dict) | |
Construct from dictionary. More... | |
virtual autoPtr< TableReader< Type > > | clone () const =0 |
Construct and return a clone. More... | |
virtual | ~TableReader () |
Destructor. More... | |
Protected Member Functions | |
void | read (const dictionary &dict, List< Tuple2< scalar, Type >> &) const |
Read a 1D table. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from TableReader< Type > | |
static autoPtr< TableReader< Type > > | New (const word &name, const dictionary &dict, List< Tuple2< scalar, Type >> &table) |
Base class to read table data for tables.
Definition at line 49 of file TableFileReader.H.
TableFileReader | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 69 of file TableFileReader.C.
Referenced by TableFileReader< Type >::read().
|
virtual |
Destructor.
Definition at line 81 of file TableFileReader.C.
References TableFileReader< Type >::write().
|
protected |
Read a 1D table.
Definition at line 33 of file TableFileReader.C.
References Foam::exit(), string::expand(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::fileHandler(), IOstream::good(), Foam::nl, Foam::blockMeshTools::read(), and TableFileReader< Type >::TableFileReader().
Write additional information.
Reimplemented from TableReader< Type >.
Reimplemented in Csv< Type >.
Definition at line 89 of file TableFileReader.C.
References Foam::type(), and Foam::writeEntry().
Referenced by Csv< Type >::write(), and TableFileReader< Type >::~TableFileReader().