Class AllSelection
- Namespace
- PureHDF.Selections
- Assembly
- PureHDF.dll
This selection selects all elements in the dataset.
public class AllSelection : Selection
- Inheritance
-
AllSelection
Constructors
AllSelection()
Initializes a new instance of the AllSelection instance.
public AllSelection()
Properties
TotalElementCount
Gets the total number of elements which is used to preallocate the returned buffer.
public override ulong TotalElementCount { get; }
Property Value
Methods
Walk(ulong[])
The walk function is used to walk through the dataset and select the requested data.
public override IEnumerable<Step> Walk(ulong[] limits)
Parameters
limitsulong[]The dataset dimensions.
Returns
- IEnumerable<Step>
An enumerable which provides a sequence of steps to select the requested data.