| 90 | |
| 91 | template<class Type> |
| 92 | inline Foam::tmp<Foam::Field<typename Foam::SubField<Type>::cmptType>> |
| 93 | Foam::SubField<Type>::component |
| 94 | ( |
| 95 | const direction d |
| 96 | ) const |
| 97 | { |
| 98 | return (reinterpret_cast<const Field<Type>&>(*this)).component(d); |
| 99 | } |
| 100 | |
| 101 | |
| 102 | template<class Type> |
no outgoing calls