#include <src/OpenFOAM/interpolations/interpolationTable/tableReaders/csv/csvTableReader.H>
Definition at line 51 of file csvTableReader.H.
Public Member Functions | |
TypeName ("csv") | |
Runtime type information. | |
csvTableReader (const dictionary &dict) | |
Construct from dictionary. | |
virtual autoPtr< tableReader < Type > > | clone () const |
Construct and return a copy. | |
virtual | ~csvTableReader () |
Destructor. | |
virtual void | operator() (const fileName &, List< Tuple2< scalar, Type > > &) |
Read the table. | |
virtual void | write (Ostream &os) const |
write the remaining parameters | |
![]() | |
TypeName ("tableReader") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, tableReader, dictionary,(const dictionary &dict),(dict)) | |
tableReader (const dictionary &dict) | |
Construct from dictionary. | |
virtual | ~tableReader () |
Destructor. |
Additional Inherited Members | |
![]() | |
static autoPtr< tableReader > | New (const dictionary &spec) |
Return a reference to the selected tableReader. |
csvTableReader | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 33 of file csvTableReader.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, and List< T >::size().
|
virtual |
Destructor.
Definition at line 54 of file csvTableReader.C.
TypeName | ( | "csv" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a copy.
Implements tableReader< Type >.
Definition at line 81 of file csvTableReader.H.
Read the table.
Implements tableReader< Type >.
Definition at line 110 of file csvTableReader.C.
References DynamicList< T, SizeInc, SizeMult, SizeDiv >::append(), ISstream::getLine(), IOstream::good(), Foam::pos(), Foam::readScalar(), and List< T >::size().
|
virtual |
write the remaining parameters
Reimplemented from tableReader< Type >.
Definition at line 166 of file csvTableReader.C.
References token::END_STATEMENT, Foam::nl, tableReader< Type >::write(), and Ostream::writeKeyword().