|
RMF
|
#include <RMF/HDF5/MutableAttributes.h>
Inheritance diagram for RMF::HDF5::MutableAttributes< Base >:Nontemplated attributes | |
When using python, call the non-template versions of the attribute manipulation methods. | |
| void | set_int_attribute (std::string nm, const Ints &value) |
| void | set_float_attribute (std::string nm, const Floats &value) |
| void | set_index_attribute (std::string nm, const Ints &value) |
| void | set_char_attribute (std::string nm, std::string value) |
Wrap a set of HDF5 Attributes. See the HDF5 manual for more information.
Definition at line 25 of file MutableAttributes.h.