FreeFOAM The Cross-Platform CFD Toolkit
FieldMapper Class Reference

Abstract base class to hold the Field mapping addressing and weights. More...

#include <OpenFOAM/FieldMapper.H>


Detailed Description

Abstract base class to hold the Field mapping addressing and weights.

Definition at line 44 of file FieldMapper.H.

+ Inheritance diagram for FieldMapper:

List of all members.

Public Member Functions

 FieldMapper ()
 Null constructor.
virtual ~FieldMapper ()
virtual label size () const =0
virtual bool direct () const =0
virtual const unallocLabelListdirectAddressing () const
virtual const labelListListaddressing () const
virtual const scalarListListweights () const
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const

Constructor & Destructor Documentation

FieldMapper ( )
inline

Null constructor.

Definition at line 52 of file FieldMapper.H.

virtual ~FieldMapper ( )
inlinevirtual

Definition at line 58 of file FieldMapper.H.


Member Function Documentation

tmp<Field<Type> > operator() ( const Field< Type > &  f) const
inline

Definition at line 99 of file FieldMapper.H.

References f().


The documentation for this class was generated from the following file: