![]() |
|
Public Member Functions | |
TypeName ("Field") | |
IOField (const IOobject &) | |
Construct from IOobject. | |
IOField (const IOobject &, const Field< Type > &) | |
Construct from components. | |
IOField (const IOobject &, const label size) | |
Construct from IOobject and size (does not set values). | |
bool | writeData (Ostream &os) const |
Pure virtual writaData function. | |
void | operator= (const IOField< Type > &iof) |
void | operator= (const Field< Type > &f) |
|
Construct from IOobject.
|
|
Construct from components.
|
|
Construct from IOobject and size (does not set values).
|
|
Reimplemented from Field. |
|
|
|
|
|
Pure virtual writaData function. Must be defined in derived types Implements regIOobject. |