A class representing the concept of a field of uniform fields which stores only the single value and providing the operator[] to return it. More...
Public Types | |
typedef pTraits< Type >::cmptType | cmptType |
Component type. More... | |
Public Member Functions | |
UniformFieldField (const Type &value) | |
Construct given value. More... | |
UniformField< Type > | operator[] (const label) const |
A class representing the concept of a field of uniform fields which stores only the single value and providing the operator[] to return it.
Definition at line 50 of file UniformFieldField.H.
Component type.
Definition at line 62 of file UniformFieldField.H.
|
inline |
Construct given value.
Definition at line 31 of file UniformFieldFieldI.H.
|
inline |
Definition at line 39 of file UniformFieldFieldI.H.