public class DatasetFactory extends DatasetImgFactory<RealType<?>>
Dataset
s.
This class extends the more type-safe DatasetImgFactory
to eliminate
the generic parameter.
Constructor and Description |
---|
DatasetFactory(RealType<?> type,
Dataset dataset,
net.imagej.DatasetImgFactory.ImgCreator creator,
Function<Img<?>,Dataset> wrapper) |
Modifier and Type | Method and Description |
---|---|
Dataset |
create(Dimensions dimensions) |
Dataset |
create(Dimensions dim,
RealType<?> type)
Deprecated.
|
Dataset |
create(int[] dimensions) |
Dataset |
create(int[] dim,
RealType<?> type)
Deprecated.
|
Dataset |
create(long... dimensions) |
Dataset |
create(long[] dim,
RealType<?> type)
Deprecated.
|
Dataset |
create(Supplier<RealType<?>> typeSupplier,
Dimensions dim)
Deprecated.
|
Dataset |
create(Supplier<RealType<?>> typeSupplier,
int[] dim)
Deprecated.
|
Dataset |
create(Supplier<RealType<?>> typeSupplier,
long... dim)
Deprecated.
|
imgFactory
cache, imgFactory, type
public Dataset create(long... dimensions)
create
in class DatasetImgFactory<RealType<?>>
public Dataset create(Dimensions dimensions)
create
in class DatasetImgFactory<RealType<?>>
public Dataset create(int[] dimensions)
create
in class DatasetImgFactory<RealType<?>>
@Deprecated public Dataset create(long[] dim, RealType<?> type)
create
in class DatasetImgFactory<RealType<?>>
@Deprecated public Dataset create(Dimensions dim, RealType<?> type)
create
in class ImgFactory<RealType<?>>
@Deprecated public Dataset create(int[] dim, RealType<?> type)
create
in class ImgFactory<RealType<?>>
@Deprecated public Dataset create(Supplier<RealType<?>> typeSupplier, long... dim)
create
in class ImgFactory<RealType<?>>
@Deprecated public Dataset create(Supplier<RealType<?>> typeSupplier, Dimensions dim)
create
in class ImgFactory<RealType<?>>
@Deprecated public Dataset create(Supplier<RealType<?>> typeSupplier, int[] dim)
create
in class ImgFactory<RealType<?>>
Copyright © 2014–2022 ImageJ. All rights reserved.