Function2.H File Reference
Include dependency graph for Function2.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Function2< Type >
 Run-time selectable function of two variables. More...
 
class  Function2< Type >
 Run-time selectable function of two variables. More...
 
class  FieldFunction2< Type, Function2Type >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeFunction2(Type)
 
#define makeFunction2Type(SS, Type)
 
#define makeScalarFunction2(SS)
 

Functions

template<class Type >
Ostream & operator<< (Ostream &, const Function2< Type > &)
 
template<class Type >
void writeEntry (Ostream &os, const Function2< Type > &f1)
 

Detailed Description

Original source file Function2.H

Definition in file Function2.H.

Macro Definition Documentation

◆ makeFunction2

#define makeFunction2 (   Type)
Value:
\
defineNamedTemplateTypeNameAndDebug(Function2<Type>, 0); \
defineTemplateRunTimeSelectionTable(Function2<Type>, dictionary);
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.

Definition at line 203 of file Function2.H.

◆ makeFunction2Type

#define makeFunction2Type (   SS,
  Type 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(Function2s::SS<Type>, 0); \
\
Function2<Type>::adddictionaryConstructorToTable<Function2s::SS<Type>> \
addFunction2##SS##Type##ConstructorToTable_;

Definition at line 210 of file Function2.H.

◆ makeScalarFunction2

#define makeScalarFunction2 (   SS)
Value:
\
defineTypeNameAndDebug(SS, 0); \
\
Function2<scalar>::adddictionaryConstructorToTable<SS> \
addFunction2##SS##ConstructorToTable_;

Definition at line 218 of file Function2.H.