opm-common
Opm::UDT Class Reference

Public Types

enum  InterpolationType { InterpolationType::NearestNeighbour, InterpolationType::LinearClamp, InterpolationType::LinearExtrapolate }
 

Public Member Functions

 UDT (const std::vector< double > &x_vals, const std::vector< double > &y_vals, InterpolationType interp_type)
 
double operator() (const double x) const
 
bool operator== (const UDT &data) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Static Public Member Functions

static UDT serializationTestObject ()
 

Member Enumeration Documentation

◆ InterpolationType

Enumerator
NearestNeighbour 

Corresponds to 'NV'.

LinearClamp 

Corresponds to 'LC'.

LinearExtrapolate 

Corresponds to 'LL'.


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