netcdfpp
Header-only NetCDF C++ wrapper
Loading...
Searching...
No Matches
netCDF::File Member List

This is the complete list of members for netCDF::File, including all inherited members.

add_attribute(std::string name)netCDF::Groupinline
add_attribute(const Attribute &a)netCDF::Groupinline
add_dimension(std::string name)netCDF::Groupinline
add_dimension(std::string name, std::size_t len)netCDF::Groupinline
add_dimension(const Dimension &d)netCDF::Groupinline
add_dimension_variable(std::string name)netCDF::Groupinline
add_dimension_variable(std::string name, std::size_t len)netCDF::Groupinline
add_dimension_variable(const Dimension &d)netCDF::Groupinline
add_group(std::string name)netCDF::Groupinline
add_group(const Group &g, bool variable_values=false)netCDF::Groupinline
add_type_compound(std::string name, std::size_t bytes_size)netCDF::Groupinline
add_type_compound(std::string name)netCDF::Groupinline
add_type_enum(std::string name, nc_type basetype)netCDF::Groupinline
add_type_enum(std::string name)netCDF::Groupinline
add_type_opaque(std::string name, std::size_t bytes_size)netCDF::Groupinline
add_type_vlen(std::string name, nc_type basetype)netCDF::Groupinline
add_type_vlen(std::string name)netCDF::Groupinline
add_user_type(const UserType &t)netCDF::Groupinline
add_variable(std::string name, const UserType &type, const std::vector< int > &dims)netCDF::Groupinline
add_variable(std::string name, const UserType &type, const std::vector< Dimension > &dims)netCDF::Groupinline
add_variable(std::string name, const UserType &type, const std::vector< std::string > &dims)netCDF::Groupinline
add_variable(std::string name, nc_type type, const std::vector< int > &dims)netCDF::Groupinline
add_variable(std::string name, nc_type type, const std::vector< Dimension > &dims)netCDF::Groupinline
add_variable(std::string name, nc_type type, const std::vector< std::string > &dims)netCDF::Groupinline
add_variable(std::string name, const std::vector< int > &dims)netCDF::Groupinline
add_variable(std::string name, const std::vector< Dimension > &dims)netCDF::Groupinline
add_variable(std::string name, const std::vector< std::string > &dims)netCDF::Groupinline
add_variable(const Variable &v, bool with_values=false)netCDF::Groupinline
attribute(std::string name) constnetCDF::Groupinline
attributes() constnetCDF::Groupinline
check(int ret) constnetCDF::detail::Objectinlineprotected
close()netCDF::Fileinline
copy_attributes(const Group &g)netCDF::Groupinline
copy_dimensions(const Group &g)netCDF::Groupinline
copy_from(const Group &g, bool variable_values=false)netCDF::Groupinline
copy_groups(const Group &g, bool variable_values=false)netCDF::Groupinline
copy_user_types(const Group &g)netCDF::Groupinline
copy_variables(const Group &g, bool variable_values=false)netCDF::Groupinline
dimension(std::string name) constnetCDF::Groupinline
dimensions() constnetCDF::Groupinline
File()netCDF::Fileinline
File(std::string filename, char mode)netCDF::Fileinline
File(const char *filename, char mode)netCDF::Fileinline
get_error_message(int ret)netCDF::detail::Objectinlineprotectedstatic
Group(std::shared_ptr< detail::Path > path_p)netCDF::Groupinlineexplicitprotected
group(std::string name) constnetCDF::Groupinline
groups() constnetCDF::Groupinline
id() constnetCDF::detail::Objectinline
is_open() constnetCDF::Fileinline
name() constnetCDF::detail::Objectinline
Object(std::shared_ptr< Path > path_p)netCDF::detail::Objectinlineexplicitprotected
open(std::string filename, char mode)netCDF::Fileinline
parent() constnetCDF::Groupinline
pathnetCDF::detail::Objectprotected
raise_error(int ret) constnetCDF::detail::Objectinlineprotected
rename(std::string name)netCDF::Groupinline
sync() constnetCDF::Fileinline
user_type(std::string name) constnetCDF::Groupinline
user_types() constnetCDF::Groupinline
variable(std::string name) constnetCDF::Groupinline
variables() constnetCDF::Groupinline
~File()netCDF::Fileinline