Go to the documentation of this file.
39 #ifndef interpolation2DTable_H
40 #define interpolation2DTable_H
56 public List<Tuple2<scalar, List<Tuple2<scalar, Type>>>>
83 template<
class BinaryOp>
142 Type
operator()(
const scalar valueX,
const scalar valueY)
const;
void reverse(UList< T > &list, const label n)
A class for handling file names.
List< T > values(const HashTable< T, Key, Hash > &tbl, const bool doSort=false)
Tuple2< scalar, List< Tuple2< scalar, Type > > > value_type
2D table interpolation. The data must be in ascending order in both dimensions x and y.
void operator=(const interpolation2DTable< Type > &rhs)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Type operator()(const scalar valueX, const scalar valueY) const
List< Tuple2< scalar, List< Tuple2< scalar, Type > > > > table
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 2-tuple for storing two objects of dissimilar types. The container is similar in purpose to std::pa...
void write(Ostream &os) const