Base class to read table data for the interpolationTable. More...

Public Member Functions | |
| TypeName ("tableReader") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, tableReader, dictionary,(const dictionary &dict),(dict)) | |
| 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... | |
| virtual void | operator() (const fileName &, List< Tuple2< scalar, Type >> &)=0 |
| Read the table. More... | |
| virtual void | operator() (const fileName &, List< Tuple2< scalar, List< Tuple2< scalar, Type >>>> &)=0 |
| Read the 2D table. More... | |
| virtual void | write (Ostream &os) const |
| Write additional information. More... | |
Static Public Member Functions | |
| static autoPtr< tableReader > | New (const dictionary &spec) |
| Return a reference to the selected tableReader. More... | |
Base class to read table data for the interpolationTable.
Definition at line 57 of file tableReader.H.
| tableReader | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 63 of file tableReader.C.
|
virtual |
Destructor.
Definition at line 70 of file tableReader.C.
| TypeName | ( | "tableReader< Type >" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| tableReader< Type > | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
|
pure virtual |
Construct and return a clone.
Implemented in csvTableReader< Type >, and openFoamTableReader< Type >.
|
static |
Return a reference to the selected tableReader.
Definition at line 32 of file tableReader.C.
Read the table.
Implemented in csvTableReader< Type >, and openFoamTableReader< Type >.
|
pure virtual |
Read the 2D table.
Implemented in csvTableReader< Type >, and openFoamTableReader< Type >.
|
virtual |
Write additional information.
Reimplemented in csvTableReader< Type >.
Definition at line 77 of file tableReader.C.
Referenced by csvTableReader< Type >::write().

1.8.13