Object
org.anchoranalysis.image.io.object.output.hdf5.ObjectCollectionWriter
public class ObjectCollectionWriter
extends Object
Centralized point to access a
Generator which writes an
ObjectCollection to the
file-system.
- Author:
- Owen Feehan
-
Method Summary
| Modifier and Type |
Method |
Description |
static Generator<org.anchoranalysis.image.voxel.object.ObjectCollection> |
generator() |
A Generator which writes an ObjectCollection to the file-system.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
public static Generator<org.anchoranalysis.image.voxel.object.ObjectCollection> generator()
A
Generator which writes an
ObjectCollection to the file-system.
- Returns:
- the generator.