Converts a given ndarray-based container into a HDF5 representation - export only for now.
More...
#include <MHO_ContainerHDF5Converter.hh>
|
template<typename XCheckType = XContainerType> |
std::enable_if< std::is_base_of< MHO_ScalarContainerBase, XCheckType >::value, void >::type | ConstructHDF5 (hid_t file_id, std::string group_prefix, const XContainerType *obj) |
|
template<typename XCheckType = XContainerType> |
std::enable_if<(std::is_base_of< MHO_VectorContainerBase, XCheckType >::value &&!std::is_base_of< MHO_AxisBase, XCheckType >::value), void >::type | ConstructHDF5 (hid_t file_id, std::string group_prefix, const XContainerType *obj) |
|
template<typename XCheckType = XContainerType> |
std::enable_if< std::is_base_of< MHO_AxisBase, XCheckType >::value, void >::type | ConstructHDF5 (hid_t file_id, std::string group_prefix, const XContainerType *obj) |
|
template<typename XCheckType = XContainerType> |
std::enable_if< std::is_base_of< MHO_TableContainerBase, XCheckType >::value, void >::type | ConstructHDF5 (hid_t file_id, std::string group_prefix, const XContainerType *obj) |
|
template<typename XCheckType > |
void | ConstructHDF5 (hid_t, std::string, const XCheckType *obj) |
|
template<typename XContainerType>
class hops::MHO_ContainerHDF5Converter< XContainerType >
Converts a given ndarray-based container into a HDF5 representation - export only for now.
- Author
- J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
- Date
- Fri May 16 10:42:52 AM EDT 2025
◆ MHO_ContainerHDF5Converter() [1/2]
template<typename XContainerType >
◆ MHO_ContainerHDF5Converter() [2/2]
template<typename XContainerType >
◆ ~MHO_ContainerHDF5Converter()
template<typename XContainerType >
◆ ConstructHDF5() [1/5]
template<typename XContainerType >
template<typename XCheckType = XContainerType>
◆ ConstructHDF5() [2/5]
template<typename XContainerType >
template<typename XCheckType = XContainerType>
◆ ConstructHDF5() [3/5]
template<typename XContainerType >
template<typename XCheckType = XContainerType>
◆ ConstructHDF5() [4/5]
template<typename XContainerType >
template<typename XCheckType = XContainerType>
◆ ConstructHDF5() [5/5]
template<typename XContainerType >
template<typename XCheckType >
◆ SetObjectToConvert()
template<typename XContainerType >
◆ WriteToHDF5File()
template<typename XContainerType >
The documentation for this class was generated from the following file: