Hold the result from the subset helper function as a collection of vectors.
More...
#include <StareFunctions.h>
|
void | add (libdap::dods_int32 row, libdap::dods_int32 col, STARE_ArrayIndexSpatialValue si, STARE_ArrayIndexSpatialValue ti) |
|
| stare_matches (std::vector< libdap::dods_int32 > row, std::vector< libdap::dods_int32 > col, std::vector< STARE_ArrayIndexSpatialValue > si, std::vector< STARE_ArrayIndexSpatialValue > ti) |
|
|
std::ostream & | operator<< (std::ostream &out, const stare_matches &m) |
| Write a collection of STARE Matches to an ostream.
|
|
Hold the result from the subset helper function as a collection of vectors.
Definition at line 129 of file StareFunctions.h.
◆ stare_matches()
functions::stare_matches::stare_matches |
( |
std::vector< libdap::dods_int32 > |
row, |
|
|
std::vector< libdap::dods_int32 > |
col, |
|
|
std::vector< STARE_ArrayIndexSpatialValue > |
si, |
|
|
std::vector< STARE_ArrayIndexSpatialValue > |
ti |
|
) |
| |
|
inline |
◆ add()
void functions::stare_matches::add |
( |
libdap::dods_int32 |
row, |
|
|
libdap::dods_int32 |
col, |
|
|
STARE_ArrayIndexSpatialValue |
si, |
|
|
STARE_ArrayIndexSpatialValue |
ti |
|
) |
| |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
out, |
|
|
const stare_matches & |
m |
|
) |
| |
|
friend |
Write a collection of STARE Matches to an ostream.
STARE matches is not a vector of stare_match objects. It's a self-contained collection of vectors that holds a collection of STARE matches in a way that can be dumped into libdap::Array instances easily and efficiently.
- Parameters
-
out | The ostream |
m | The STARE Matches |
- Returns
- A reference to the ostream
Definition at line 87 of file StareFunctions.cc.
◆ col_indices
std::vector<libdap::dods_int32> functions::stare_matches::col_indices |
◆ row_indices
std::vector<libdap::dods_int32> functions::stare_matches::row_indices |
◆ stare_indices
std::vector<STARE_ArrayIndexSpatialValue> functions::stare_matches::stare_indices |
◆ target_indices
std::vector<STARE_ArrayIndexSpatialValue> functions::stare_matches::target_indices |
The documentation for this struct was generated from the following file: