My Project
Loading...
Searching...
No Matches
Opm::TableColumn Class Reference

Public Member Functions

 TableColumn (const ColumnSchema &schema)
 
 TableColumn (const TableColumn &c2)
 
size_t size () const
 
const std::string & name () const
 
void assertOrder (double value1, double value2, size_t index, std::string tableName) const
 
void addValue (double, std::string tableName)
 
void addDefault (std::string tableName)
 
void updateValue (size_t index, double value, std::string tableName)
 
double operator[] (size_t index) const
 
bool defaultApplied (size_t index) const
 
bool hasDefault () const
 
double front () const
 
double back () const
 
double min () const
 
double max () const
 
bool inRange (double arg) const
 
TableIndex lookup (double argValue) const
 
double eval (const TableIndex &index) const
 
void applyDefaults (const TableColumn &argColumn, std::string tableName)
 
void assertUnitRange () const
 
TableColumnoperator= (const TableColumn &other)
 
std::vector< double > vectorCopy () const
 
std::vector< double >::const_iterator begin () const
 
std::vector< double >::const_iterator end () const
 
bool operator== (const TableColumn &data) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Static Public Member Functions

static TableColumn serializationTestObject ()
 

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