protected static interface VoltexVolume.VoltexLoader extends Volume.Loader
Modifier and Type | Method and Description |
---|---|
void |
loadX(int x,
byte[] dst)
Loads an yz-slice, with the given x value (y changes fastest) and stores
the data in the provided object
|
void |
loadY(int y,
byte[] dst)
Loads an xz-slice, with the given y value (x changes fastest) and stores
the data in the provided object
|
void |
loadZ(int z,
byte[] dst)
Loads an xy-slice, with the given z value (x changes fastest) and stores
the data in the provided object
|
void |
setNoCheckNoUpdate(int x,
int y,
int z,
int v)
Only set the values, without updating the ImageComponent2Ds.
|
load, loadWithLUT, set, setNoCheck
void loadZ(int z, byte[] dst)
void loadY(int y, byte[] dst)
void loadX(int x, byte[] dst)
void setNoCheckNoUpdate(int x, int y, int z, int v)
Copyright © 2015–2021 Fiji. All rights reserved.