ImageModel#
- class hdf5view.models.ImageModel(hdf)#
Bases:
QAbstractItemModelModel containing data from the dataset in the HDF5 file, in a form suitable for plotting as an image.
Attributes
Methods
ImageModel.columnCount([parent])Return the number of columns.
ImageModel.data(index[, role])Return None.
ImageModel.headerData(section, orientation, role)Return data concerning the header.
ImageModel.index(row, column[, parentIndex])Create and return an index.
ImageModel.parent([childIndex])Create and return an index.
ImageModel.rowCount([parent])Return the number of rows.
ImageModel.set_dims(dims)Set the dimensions of the model.
ImageModel.update_node(path)Update the current node path.