HighFive 2.10.0
HighFive - Header-only C++ HDF5 interface
|
#include <H5Slice_traits.hpp>
Public Member Functions | |
HyperSlab () | |
HyperSlab (const RegularHyperSlab &sel) | |
HyperSlab | operator| (const RegularHyperSlab &sel) const |
HyperSlab & | operator|= (const RegularHyperSlab &sel) |
HyperSlab | operator& (const RegularHyperSlab &sel) const |
HyperSlab & | operator&= (const RegularHyperSlab &sel) |
HyperSlab | operator^ (const RegularHyperSlab &sel) const |
HyperSlab & | operator^= (const RegularHyperSlab &sel) |
HyperSlab & | notA (const RegularHyperSlab &sel) |
HyperSlab & | notB (const RegularHyperSlab &sel) |
DataSpace | apply (const DataSpace &space_) const |
Protected Member Functions | |
DataSpace | select_none (const DataSpace &outer_space) const |
void | select_hyperslab (DataSpace &space, const Select_ &sel) const |
DataSpace | apply_impl (const DataSpace &space_) const |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |