protected class Volume.ByteLoader extends Object implements Volume.Loader
| Modifier and Type | Field and Description |
|---|---|
protected int |
channel |
protected Volume.InputImage |
image |
| Modifier | Constructor and Description |
|---|---|
protected |
ByteLoader(Volume.InputImage imp,
int channel) |
| Modifier and Type | Method and Description |
|---|---|
int |
load(int x,
int y,
int z) |
int |
loadWithLUT(int x,
int y,
int z) |
void |
set(int x,
int y,
int z,
int v) |
void |
setNoCheck(int x,
int y,
int z,
int v) |
protected Volume.InputImage image
protected int channel
protected ByteLoader(Volume.InputImage imp, int channel)
public int load(int x,
int y,
int z)
load in interface Volume.Loaderpublic int loadWithLUT(int x,
int y,
int z)
loadWithLUT in interface Volume.Loaderpublic void setNoCheck(int x,
int y,
int z,
int v)
setNoCheck in interface Volume.Loaderpublic void set(int x,
int y,
int z,
int v)
set in interface Volume.LoaderCopyright © 2015–2021 Fiji. All rights reserved.