|
| UDQSet (const std::string &name, UDQVarType var_type) |
|
| UDQSet (const std::string &name, UDQVarType var_type, const std::vector< std::string > &wgnames) |
|
| UDQSet (const std::string &name, UDQVarType var_type, std::size_t size) |
|
| UDQSet (const std::string &name, std::size_t size) |
|
void | assign (const std::optional< double > &value) |
|
void | assign (const std::string &wgname, const std::optional< double > &value) |
|
void | assign (double value) |
|
void | assign (std::size_t index, double value) |
|
void | assign (const std::string &wgname, double value) |
|
bool | has (const std::string &name) const |
|
std::size_t | size () const |
|
void | operator+= (const UDQSet &rhs) |
|
void | operator+= (double rhs) |
|
void | operator-= (const UDQSet &rhs) |
|
void | operator-= (double rhs) |
|
void | operator*= (const UDQSet &rhs) |
|
void | operator*= (double rhs) |
|
void | operator/= (const UDQSet &rhs) |
|
void | operator/= (double rhs) |
|
const UDQScalar & | operator[] (std::size_t index) const |
|
const UDQScalar & | operator[] (const std::string &wgname) const |
|
std::vector< UDQScalar >::const_iterator | begin () const |
|
std::vector< UDQScalar >::const_iterator | end () const |
|
std::vector< std::string > | wgnames () const |
|
std::vector< double > | defined_values () const |
|
std::size_t | defined_size () const |
|
const std::string & | name () const |
|
void | name (const std::string &name) |
|
UDQVarType | var_type () const |
|
bool | operator== (const UDQSet &other) const |
|
|
static UDQSet | scalar (const std::string &name, const std::optional< double > &scalar_value) |
|
static UDQSet | scalar (const std::string &name, double value) |
|
static UDQSet | empty (const std::string &name) |
|
static UDQSet | wells (const std::string &name, const std::vector< std::string > &wells) |
|
static UDQSet | wells (const std::string &name, const std::vector< std::string > &wells, double scalar_value) |
|
static UDQSet | groups (const std::string &name, const std::vector< std::string > &groups) |
|
static UDQSet | groups (const std::string &name, const std::vector< std::string > &groups, double scalar_value) |
|
static UDQSet | field (const std::string &name, double scalar_value) |
|
The documentation for this class was generated from the following file: