Namespace PureHDF.Selections
Classes
- AllSelection
This selection selects all elements in the dataset.
- DelegateSelection
A selection which uses a delegate to get the information about how to walk through the data.
- HyperslabSelection
A regular hyperslab is a selection of elements from a hyper rectangle.
- IrregularHyperslabSelection
An irregular hyperslab is a selection of elements from a hyper rectangle.
- NoneSelection
This selection selects no elements in the dataset.
- PointSelection
A selection which uses a collection of points to select the data.
- Selection
A base class which represents a selection.
Structs
- Step
Represents a single unit of data to be selected.