bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <GSEClause.h>
Public Member Functions | |
Constructors | |
GSEClause (libdap::Grid *grid, const string &map, const double value, const relop op) | |
GSEClause (libdap::Grid *grid, const string &map, const double value1, const relop op1, const double value2, const relop op2) | |
GSEClause (libdap::Array *coverage, const string &map, const double value, const relop op) | |
GSEClause (libdap::Array *coverage, const string &map, const double value1, const relop op1, const double value2, const relop op2) | |
bool | OK () const |
Accessors | |
libdap::Array * | get_map () const |
Get a pointer to the map variable constrained by this clause. | |
string | get_map_name () const |
Get the name of the map variable constrained by this clause. | |
int | get_start () const |
Get the starting index of the clause's map variable as constrained by this clause. | |
int | get_stop () const |
Get the stopping index of the clause's map variable as constrained by this clause. | |
string | get_map_min_value () const |
Get the minimum map vector value. | |
string | get_map_max_value () const |
Get the maximum map vector value. | |
Mutators | |
void | set_map (libdap::Array *map) |
Set the pointer to the map vector contrained by this clause. | |
void | set_start (int start) |
Set the starting index. | |
void | set_stop (int stop) |
Set the stopping index. | |
Holds the results of parsing one of the Grid Selection Expression clauses. The Grid selection function takes a set of clauses as arguments and must create one instance of this class for each of those clauses. The GridSelectionExpr class holds N instances of this class.
Definition at line 73 of file GSEClause.h.
|
virtual |
Definition at line 318 of file GSEClause.cc.
Array * functions::GSEClause::get_map | ( | ) | const |
Get a pointer to the map variable constrained by this clause.
Definition at line 339 of file GSEClause.cc.
string functions::GSEClause::get_map_max_value | ( | ) | const |
Get the maximum map vector value.
Useful in messages back to users.
Definition at line 412 of file GSEClause.cc.
string functions::GSEClause::get_map_min_value | ( | ) | const |
Get the minimum map vector value.
Useful in messages back to users.
Definition at line 402 of file GSEClause.cc.
string functions::GSEClause::get_map_name | ( | ) | const |
Get the name of the map variable constrained by this clause.
Definition at line 357 of file GSEClause.cc.
int functions::GSEClause::get_start | ( | ) | const |
Get the starting index of the clause's map variable as constrained by this clause.
Definition at line 366 of file GSEClause.cc.
int functions::GSEClause::get_stop | ( | ) | const |
Get the stopping index of the clause's map variable as constrained by this clause.
Definition at line 383 of file GSEClause.cc.
bool functions::GSEClause::OK | ( | ) | const |
Class invariant.
Definition at line 326 of file GSEClause.cc.
void functions::GSEClause::set_map | ( | libdap::Array * | map | ) |
Set the pointer to the map vector contrained by this clause.
Note that this method also sets the name of the map vector.
Definition at line 349 of file GSEClause.cc.
void functions::GSEClause::set_start | ( | int | start | ) |
void functions::GSEClause::set_stop | ( | int | stop | ) |