OpenFOAM logo
Open Source CFD Toolkit

IOField Class Template Reference

Inheritance diagram for IOField:

Inheritance graph
[legend]
Collaboration diagram for IOField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::IOField< Type >


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)

Constructor & Destructor Documentation

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).


Member Function Documentation

void operator= const Field< Type > &  f  )  [inline]
 

Reimplemented from Field.

Definition at line 108 of file IOField.H.

void operator= const IOField< Type > &  iof  )  [inline]
 

Definition at line 103 of file IOField.H.

TypeName "Field"   ) 
 

bool writeData Ostream os  )  const [inline, virtual]
 

Pure virtual writaData function.

Must be defined in derived types

Implements regIOobject.

Definition at line 95 of file IOField.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org