class HDF5::Selection

Defined in:

hdf5/selection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.hyperslab(start : Indexable, count : Indexable, stride : Indexable | Nil = nil, block : Indexable | Nil = nil) : Selection #

[View source]
def self.new(slices : Array(Slice | Nil)) #

[View source]

Instance Method Detail

def apply_to(space_id : LibHDF5::Hid) : Nil #

[View source]
def npoints(space_id : LibHDF5::Hid) : Int64 #

[View source]
def slices : Array(Slice | Nil) #

[View source]