|
|
std::shared_ptr< teca_cf_time_axis_data > | shared_from_this () |
| |
|
std::shared_ptr< teca_cf_time_axis_data const > | shared_from_this () const |
| |
|
virtual p_teca_dataset | new_instance () const override |
| |
|
virtual p_teca_dataset | new_copy () const override |
| |
|
virtual p_teca_dataset | new_shallow_copy () override |
| |
|
void | transfer (unsigned long file_id, elem_t &&data) |
| |
|
elem_t & | get (unsigned long file_id) |
| |
|
const elem_t & | get (unsigned long file_id) const |
| |
|
void | append (const const_p_teca_dataset &other) |
| |
|
void | shallow_append (const const_p_teca_dataset &other) |
| |
|
std::string | get_class_name () const override |
| |
|
int | get_type_code () const override |
| |
|
| operator bool () const noexcept |
| |
|
bool | empty () const noexcept override |
| |
|
int | to_stream (teca_binary_stream &) const override |
| |
|
int | from_stream (teca_binary_stream &) override |
| |
|
int | to_stream (std::ostream &) const override |
| |
|
int | from_stream (std::istream &) override |
| |
|
void | copy (const const_p_teca_dataset &other) override |
| |
|
void | copy (const const_p_teca_cf_time_axis_data &other, unsigned long first_row, unsigned long last_row) |
| |
|
void | shallow_copy (const p_teca_dataset &other) override |
| |
|
void | swap (p_teca_dataset &other) override |
| |
|
void | set_index_request_key (const std::vector< std::string > &vals) |
| |
|
int | get_index_request_key (std::vector< std::string > &vals) const |
| |
|
void | set_index_request_key (const p_teca_variant_array &vals) |
| |
|
int | get_index_request_key (p_teca_variant_array vals) const |
| |
|
void | set_index_request_key (const std::initializer_list< std::string > &l) |
| |
|
void | set_index_request_key (const std::string *vals) |
| |
|
int | get_index_request_key (std::string *vals) const |
| |
|
void | set_index_request_key (const std::string &val_1) |
| |
|
int | get_index_request_key (std::string &val_1) const |
| |
|
virtual int | get_request_index (long &val) const |
| |
|
virtual int | set_request_index (const std::string &key, long val) |
| |
|
virtual int | set_request_index (long val) |
| |
|
| operator bool () const noexcept |
| |
|
virtual void | copy_metadata (const const_p_teca_dataset &other) |
| |
|
virtual teca_metadata & | get_metadata () noexcept |
| |
|
virtual const teca_metadata & | get_metadata () const noexcept |
| |
|
virtual void | set_metadata (const teca_metadata &md) |
| |
A dataset used to read NetCDF CF2 time and metadata in parallel