Package | Description |
---|---|
org.eclipse.january.dataset | |
org.eclipse.january.metadata |
Modifier and Type | Method and Description |
---|---|
Slice |
Slice.clone() |
static Slice[] |
Slice.convertFromString(String sliceString)
Convert a string to a slice array
|
Slice[] |
SliceND.convertToSlice()
Convert to a slice array
|
static Slice[] |
Slice.convertToSlice(int[] start,
int[] stop,
int[] step)
Convert from a set of integer arrays to a slice array
|
Slice |
Slice.flip()
Flip slice direction so slice begins at previous end point, steps
in the opposite direction, and finishes at the previous start point .
|
Slice |
Slice.setLength(int length)
Set maximum value of slice
|
Modifier and Type | Method and Description |
---|---|
static void |
Slice.convertFromSlice(Slice[] slice,
int[] shape,
int[] start,
int[] stop,
int[] step)
Populate given start, stop, step arrays from given slice array
|
static String |
Slice.createString(Slice... slices) |
CompoundDataset |
AbstractCompoundDataset.getSlice(IMonitor mon,
Slice... slice) |
Dataset |
LazyDataset.getSlice(IMonitor monitor,
Slice... slice) |
IDataset |
ILazyDataset.getSlice(IMonitor monitor,
Slice... slice)
Get a slice of the dataset.
|
Dataset |
Dataset.getSlice(IMonitor mon,
Slice... slice) |
Dataset |
AggregateDataset.getSlice(IMonitor monitor,
Slice... slice) |
Dataset |
AbstractDataset.getSlice(IMonitor monitor,
Slice... slice) |
CompoundDataset |
CompoundDataset.getSlice(IMonitor mon,
Slice... slice) |
CompoundDataset |
AbstractCompoundDataset.getSlice(Slice... slice) |
Dataset |
LazyDataset.getSlice(Slice... slice) |
IDataset |
ILazyDataset.getSlice(Slice... slice)
Get a slice of the dataset.
|
IDataset |
IDataset.getSlice(Slice... slice) |
Dataset |
Dataset.getSlice(Slice... slice) |
Dataset |
AggregateDataset.getSlice(Slice... slice) |
Dataset |
AbstractDataset.getSlice(Slice... slice) |
CompoundDataset |
CompoundDataset.getSlice(Slice... slice) |
CompoundDataset |
AbstractCompoundDataset.getSliceView(Slice... slice) |
LazyWriteableDataset |
LazyWriteableDataset.getSliceView(Slice... slice) |
LazyDataset |
LazyDataset.getSliceView(Slice... slice) |
ILazyDataset |
ILazyDataset.getSliceView(Slice... slice)
Get a slice of the dataset.
|
IDataset |
IDataset.getSliceView(Slice... slice)
Get a slice of the dataset.
|
Dataset |
Dataset.getSliceView(Slice... slice) |
AggregateDataset |
AggregateDataset.getSliceView(Slice... slice) |
Dataset |
AbstractDataset.getSliceView(Slice... slice) |
CompoundDataset |
CompoundDataset.getSliceView(Slice... slice) |
void |
SliceND.setSlice(int i,
Slice slice)
Set slice for given dimension
|
CompoundDataset |
AbstractCompoundDataset.setSlice(Object object,
Slice... slice) |
Dataset |
Dataset.setSlice(Object obj,
Slice... slice)
This is modelled after the NumPy array slice
|
Dataset |
AbstractDataset.setSlice(Object obj,
Slice... slice) |
CompoundDataset |
CompoundDataset.setSlice(Object object,
Slice... slice) |
Constructor and Description |
---|
PositionIterator(int[] shape,
Slice[] slice,
int[] axes)
Constructor for an iterator that misses out several axes
|
SliceND(int[] shape,
int[] maxShape,
Slice... slice)
Construct ND slice from an array of 1D slices
|
SliceND(int[] shape,
Slice... slice)
Construct ND slice from an array of 1D slices
|
Modifier and Type | Method and Description |
---|---|
Slice[] |
OriginMetadata.getSliceFromInput()
The starting slice
|
Slice[] |
OriginMetadata.getSliceInOutput()
Current slice information.
|
Modifier and Type | Method and Description |
---|---|
void |
OriginMetadata.initialize(ILazyDataset parent,
Slice[] outSlice,
int[] dataDims,
String filePath,
String datasetName)
Initialize origin of dataset
|
Copyright © 2017. All rights reserved.