#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
|
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().
~csvTableReader | ( | ) | [virtual]
|
Destructor.
Definition at line 54 of file csvTableReader.C.
TypeName | ( | "csv" | ) |
Runtime type information.
virtual autoPtr<tableReader<Type> > clone | ( | ) | const [inline, virtual]
|
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().
void write | ( | Ostream & | os ) | const [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().