ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
This is the complete list of members for ncutils::NCFile, including all inherited members.
all_dims() const | ncutils::NCGroup | |
all_groups() const | ncutils::NCGroup | |
all_vars() const | ncutils::NCGroup | |
close() | ncutils::NCFile | |
create(const std::string &name, const int cmode=NC_CLOBBER|NC_NETCDF4) | ncutils::NCFile | static |
create_par(const std::string &name, const int cmode=NC_CLOBBER|NC_NETCDF4|NC_MPIIO, MPI_Comm comm=MPI_COMM_WORLD, MPI_Info info=MPI_INFO_NULL) | ncutils::NCFile | static |
def_array(const std::string &name, nc_type dtype, const std::vector< std::string > &) const | ncutils::NCGroup | |
def_dim(const std::string &, size_t len) const | ncutils::NCGroup | |
def_var(const std::string &name, const nc_type dtype, const std::vector< std::string > &dnames) const | ncutils::NCGroup | inline |
dim(const std::string &) const | ncutils::NCGroup | |
enter_def_mode() const | ncutils::NCGroup | |
exit_def_mode() const | ncutils::NCGroup | |
full_name() const | ncutils::NCGroup | |
get_attr(const std::string &name) const | ncutils::NCGroup | |
get_attr(const std::string &name, std::vector< double > &value) const | ncutils::NCGroup | |
get_attr(const std::string &name, std::vector< float > &value) const | ncutils::NCGroup | |
get_attr(const std::string &name, std::vector< int > &value) const | ncutils::NCGroup | |
group(const std::string &) const | ncutils::NCGroup | |
has_attr(const std::string &) const | ncutils::NCGroup | |
has_dim(const std::string &) const | ncutils::NCGroup | |
has_group(const std::string &) const | ncutils::NCGroup | |
has_var(const std::string &) const | ncutils::NCGroup | |
is_open | ncutils::NCFile | protected |
name() const | ncutils::NCGroup | |
NCFile(const int id) | ncutils::NCFile | inlineprotected |
NCGroup(const int id) | ncutils::NCGroup | inlineprotected |
NCGroup(const int id, const NCGroup *) | ncutils::NCGroup | inlineprotected |
ncid | ncutils::NCGroup | |
num_attributes() const | ncutils::NCGroup | |
num_dimensions() const | ncutils::NCGroup | |
num_groups() const | ncutils::NCGroup | |
num_variables() const | ncutils::NCGroup | |
open(const std::string &name, const int cmode=NC_NOWRITE) | ncutils::NCFile | static |
open_par(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::NCGroup | |
put_attr(const std::string &name, const std::vector< double > &value) const | ncutils::NCGroup | |
put_attr(const std::string &name, const std::vector< float > &value) const | ncutils::NCGroup | |
put_attr(const std::string &name, const std::vector< int > &value) const | ncutils::NCGroup | |
var(const std::string &) const | ncutils::NCGroup | |
~NCFile() | ncutils::NCFile |