#include <Grid.h>
◆ Grid() [1/3]
◆ Grid() [2/3]
Grid::Grid |
( |
const Grid & |
orig | ) |
|
◆ Grid() [3/3]
Grid::Grid |
( |
const std::string & |
file | ) |
|
◆ ~Grid()
◆ begin()
auto Grid::begin |
( |
| ) |
const |
|
inline |
◆ detail()
string Grid::detail |
( |
| ) |
const |
|
virtual |
◆ end()
◆ getMaxKey()
double Grid::getMaxKey |
( |
| ) |
const |
|
virtual |
◆ getRectangle()
void Grid::getRectangle |
( |
std::size_t |
station_key, |
|
|
Matrix & |
mask, |
|
|
std::size_t |
width, |
|
|
std::size_t |
height, |
|
|
bool |
same_padding = false |
|
) |
| const |
|
virtual |
◆ ncols()
size_t Grid::ncols |
( |
| ) |
const |
|
virtual |
◆ nkeys()
size_t Grid::nkeys |
( |
| ) |
const |
|
virtual |
◆ nrows()
size_t Grid::nrows |
( |
| ) |
const |
|
virtual |
◆ operator()()
double Grid::operator() |
( |
std::size_t |
row, |
|
|
std::size_t |
col |
|
) |
| const |
◆ operator=()
Grid & Grid::operator= |
( |
const Grid & |
rhs | ) |
|
◆ operator[]()
RowCol Grid::operator[] |
( |
std::size_t |
station_key | ) |
const |
◆ setup()
void Grid::setup |
( |
const std::string & |
file | ) |
|
|
virtual |
◆ summary()
string Grid::summary |
( |
| ) |
const |
|
virtual |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
, |
|
|
const Grid & |
|
|
) |
| |
|
friend |
◆ grid_
◆ nan_count_
◆ row_cols_
The documentation for this class was generated from the following files:
- /Users/weiming/github/AnalogsEnsemble/CGrid/include/Grid.h
- /Users/weiming/github/AnalogsEnsemble/CGrid/src/Grid.cpp