REMORA
Regional Modeling of Oceans Refined Adaptively
Loading...
Searching...
No Matches
ncutils::NCFile Member List

This is the complete list of members for ncutils::NCFile, including all inherited members.

all_dims() constncutils::NCFile
all_vars() constncutils::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::NCFilestatic
def_array(const std::string &name, const nc_type dtype, const std::vector< std::string > &) constncutils::NCFile
def_array_fill(const std::string &name, const nc_type dtype, const std::vector< std::string > &dnames, const void *fill_val) constncutils::NCFile
def_dim(const std::string &, const size_t len) constncutils::NCFile
def_scalar(const std::string &name, const nc_type dtype) constncutils::NCFile
def_var(const std::string &name, const nc_type dtype, const std::vector< std::string > &dnames) constncutils::NCFileinline
def_var_fill(const std::string &name, const nc_type dtype, const std::vector< std::string > &dnames, const void *fill_val) constncutils::NCFileinline
dim(const std::string &) constncutils::NCFile
enter_def_mode() constncutils::NCFile
exit_def_mode() constncutils::NCFile
get_attr(const std::string &name) constncutils::NCFile
get_attr(const std::string &name, std::vector< double > &value) constncutils::NCFile
get_attr(const std::string &name, std::vector< float > &value) constncutils::NCFile
get_attr(const std::string &name, std::vector< int > &value) constncutils::NCFile
has_attr(const std::string &) constncutils::NCFile
has_dim(const std::string &) constncutils::NCFile
has_var(const std::string &) constncutils::NCFile
is_openncutils::NCFile
NCFile(const int id)ncutils::NCFileinline
ncidncutils::NCFile
num_attributes() constncutils::NCFile
num_dimensions() constncutils::NCFile
num_variables() constncutils::NCFile
open(const std::string &name, const int cmode=NC_NOWRITE, MPI_Comm comm=MPI_COMM_WORLD, MPI_Info info=MPI_INFO_NULL)ncutils::NCFilestatic
put_attr(const std::string &name, const std::string &value) constncutils::NCFile
put_attr(const std::string &name, const std::vector< double > &value) constncutils::NCFile
put_attr(const std::string &name, const std::vector< float > &value) constncutils::NCFile
put_attr(const std::string &name, const std::vector< int > &value) constncutils::NCFile
var(const std::string &) constncutils::NCFile
wait_all(int num_requests, int *requests)ncutils::NCFile
~NCFile()ncutils::NCFile