
Public Member Functions | |
| unitSets (std::initializer_list< unitSet >) | |
| Construct from initialiser list. More... | |
| unitSets (Istream &is) | |
| Construct from stream. More... | |
| void | read (Istream &is) |
| Update from stream. More... | |
Public Attributes | |
| unitSet | x |
| Unit conversion for x-axis values. More... | |
| unitSet | y |
| Unit conversion for y-axis values. More... | |
| unitSet | value |
| Unit conversion for result values. More... | |
Definition at line 51 of file Function2UnitSets.H.
Construct from initialiser list.
Definition at line 30 of file Function2UnitSets.C.
References unitSet::reset(), unitSets::value, unitSets::x, and unitSets::y.

Construct from stream.
Definition at line 43 of file Function2UnitSets.C.
| void read | ( | Istream & | is | ) |
Update from stream.
Definition at line 55 of file Function2UnitSets.C.
References Istream::read(), Istream::readBegin(), Istream::readEnd(), x, and y.

| unitSet x |
Unit conversion for x-axis values.
Definition at line 56 of file Function2UnitSets.H.
Referenced by Foam::assertNoConvertUnits(), Function12< Type >::Function12(), ProductFunction1s< Type, rank >::ProductFunction1s(), ProductFunction1s< Type, 0 >::ProductFunction1s(), Radial< Type >::Radial(), unitSets::unitSets(), Function12< Type >::write(), ProductFunction1s< Type, rank >::write(), ProductFunction1s< Type, 0 >::write(), Radial< Type >::write(), and Scale< Type >::write().
| unitSet y |
Unit conversion for y-axis values.
Definition at line 59 of file Function2UnitSets.H.
Referenced by Foam::assertNoConvertUnits(), Function12< Type >::Function12(), ProductFunction1s< Type, rank >::ProductFunction1s(), ProductFunction1s< Type, 0 >::ProductFunction1s(), Radial< Type >::Radial(), unitSets::unitSets(), Function12< Type >::write(), ProductFunction1s< Type, rank >::write(), ProductFunction1s< Type, 0 >::write(), Radial< Type >::write(), and Scale< Type >::write().
| unitSet value |
Unit conversion for result values.
Definition at line 62 of file Function2UnitSets.H.
Referenced by Foam::assertNoConvertUnits(), Function12< Type >::Function12(), Radial< Type >::Radial(), unitSets::unitSets(), Constant< Type >::write(), Function12< Type >::write(), and Radial< Type >::write().