|
netcdfpp
Header-only NetCDF C++ wrapper
|
This is the complete list of members for netCDF::File, including all inherited members.
| add_attribute(std::string name) | netCDF::Group | inline |
| add_attribute(const Attribute &a) | netCDF::Group | inline |
| add_dimension(std::string name) | netCDF::Group | inline |
| add_dimension(std::string name, std::size_t len) | netCDF::Group | inline |
| add_dimension(const Dimension &d) | netCDF::Group | inline |
| add_dimension_variable(std::string name) | netCDF::Group | inline |
| add_dimension_variable(std::string name, std::size_t len) | netCDF::Group | inline |
| add_dimension_variable(const Dimension &d) | netCDF::Group | inline |
| add_group(std::string name) | netCDF::Group | inline |
| add_group(const Group &g, bool variable_values=false) | netCDF::Group | inline |
| add_type_compound(std::string name, std::size_t bytes_size) | netCDF::Group | inline |
| add_type_compound(std::string name) | netCDF::Group | inline |
| add_type_enum(std::string name, nc_type basetype) | netCDF::Group | inline |
| add_type_enum(std::string name) | netCDF::Group | inline |
| add_type_opaque(std::string name, std::size_t bytes_size) | netCDF::Group | inline |
| add_type_vlen(std::string name, nc_type basetype) | netCDF::Group | inline |
| add_type_vlen(std::string name) | netCDF::Group | inline |
| add_user_type(const UserType &t) | netCDF::Group | inline |
| add_variable(std::string name, const UserType &type, const std::vector< int > &dims) | netCDF::Group | inline |
| add_variable(std::string name, const UserType &type, const std::vector< Dimension > &dims) | netCDF::Group | inline |
| add_variable(std::string name, const UserType &type, const std::vector< std::string > &dims) | netCDF::Group | inline |
| add_variable(std::string name, nc_type type, const std::vector< int > &dims) | netCDF::Group | inline |
| add_variable(std::string name, nc_type type, const std::vector< Dimension > &dims) | netCDF::Group | inline |
| add_variable(std::string name, nc_type type, const std::vector< std::string > &dims) | netCDF::Group | inline |
| add_variable(std::string name, const std::vector< int > &dims) | netCDF::Group | inline |
| add_variable(std::string name, const std::vector< Dimension > &dims) | netCDF::Group | inline |
| add_variable(std::string name, const std::vector< std::string > &dims) | netCDF::Group | inline |
| add_variable(const Variable &v, bool with_values=false) | netCDF::Group | inline |
| attribute(std::string name) const | netCDF::Group | inline |
| attributes() const | netCDF::Group | inline |
| check(int ret) const | netCDF::detail::Object | inlineprotected |
| close() | netCDF::File | inline |
| copy_attributes(const Group &g) | netCDF::Group | inline |
| copy_dimensions(const Group &g) | netCDF::Group | inline |
| copy_from(const Group &g, bool variable_values=false) | netCDF::Group | inline |
| copy_groups(const Group &g, bool variable_values=false) | netCDF::Group | inline |
| copy_user_types(const Group &g) | netCDF::Group | inline |
| copy_variables(const Group &g, bool variable_values=false) | netCDF::Group | inline |
| dimension(std::string name) const | netCDF::Group | inline |
| dimensions() const | netCDF::Group | inline |
| File() | netCDF::File | inline |
| File(std::string filename, char mode) | netCDF::File | inline |
| File(const char *filename, char mode) | netCDF::File | inline |
| get_error_message(int ret) | netCDF::detail::Object | inlineprotectedstatic |
| Group(std::shared_ptr< detail::Path > path_p) | netCDF::Group | inlineexplicitprotected |
| group(std::string name) const | netCDF::Group | inline |
| groups() const | netCDF::Group | inline |
| id() const | netCDF::detail::Object | inline |
| is_open() const | netCDF::File | inline |
| name() const | netCDF::detail::Object | inline |
| Object(std::shared_ptr< Path > path_p) | netCDF::detail::Object | inlineexplicitprotected |
| open(std::string filename, char mode) | netCDF::File | inline |
| parent() const | netCDF::Group | inline |
| path | netCDF::detail::Object | protected |
| raise_error(int ret) const | netCDF::detail::Object | inlineprotected |
| rename(std::string name) | netCDF::Group | inline |
| sync() const | netCDF::File | inline |
| user_type(std::string name) const | netCDF::Group | inline |
| user_types() const | netCDF::Group | inline |
| variable(std::string name) const | netCDF::Group | inline |
| variables() const | netCDF::Group | inline |
| ~File() | netCDF::File | inline |