REMORA
Regional Modeling of Oceans Refined Adaptively
|
This is the complete list of members for ncutils::NCFile, including all inherited members.
all_dims() const | ncutils::NCFile | |
all_vars() const | ncutils::NCFile | |
close() | ncutils::NCFile | |
create(const std::string &name, const int cmode=NC_CLOBBER|NC_MPIIO, MPI_Comm comm=MPI_COMM_WORLD, MPI_Info info=MPI_INFO_NULL) | ncutils::NCFile | static |
def_array(const std::string &name, const nc_type dtype, const std::vector< std::string > &) const | ncutils::NCFile | |
def_array_fill(const std::string &name, const nc_type dtype, const std::vector< std::string > &dnames, const void *fill_val) const | ncutils::NCFile | |
def_dim(const std::string &, const size_t len) const | ncutils::NCFile | |
def_scalar(const std::string &name, const nc_type dtype) const | ncutils::NCFile | |
def_var(const std::string &name, const nc_type dtype, const std::vector< std::string > &dnames) const | ncutils::NCFile | inline |
def_var_fill(const std::string &name, const nc_type dtype, const std::vector< std::string > &dnames, const void *fill_val) const | ncutils::NCFile | inline |
dim(const std::string &) const | ncutils::NCFile | |
enter_def_mode() const | ncutils::NCFile | |
exit_def_mode() const | ncutils::NCFile | |
get_attr(const std::string &name) const | ncutils::NCFile | |
get_attr(const std::string &name, std::vector< double > &value) const | ncutils::NCFile | |
get_attr(const std::string &name, std::vector< float > &value) const | ncutils::NCFile | |
get_attr(const std::string &name, std::vector< int > &value) const | ncutils::NCFile | |
has_attr(const std::string &) const | ncutils::NCFile | |
has_dim(const std::string &) const | ncutils::NCFile | |
has_var(const std::string &) const | ncutils::NCFile | |
is_open | ncutils::NCFile | |
NCFile(const int id) | ncutils::NCFile | inline |
ncid | ncutils::NCFile | |
num_attributes() const | ncutils::NCFile | |
num_dimensions() const | ncutils::NCFile | |
num_variables() const | ncutils::NCFile | |
open(const std::string &name, const int cmode=NC_NOWRITE, MPI_Comm comm=MPI_COMM_WORLD, MPI_Info info=MPI_INFO_NULL) | ncutils::NCFile | static |
put_attr(const std::string &name, const std::string &value) const | ncutils::NCFile | |
put_attr(const std::string &name, const std::vector< double > &value) const | ncutils::NCFile | |
put_attr(const std::string &name, const std::vector< float > &value) const | ncutils::NCFile | |
put_attr(const std::string &name, const std::vector< int > &value) const | ncutils::NCFile | |
var(const std::string &) const | ncutils::NCFile | |
wait_all(int num_requests, int *requests) | ncutils::NCFile | |
~NCFile() | ncutils::NCFile |