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.Loader
public int loadWithLUT(int x, int y, int z)
loadWithLUT
in interface Volume.Loader
public void setNoCheck(int x, int y, int z, int v)
setNoCheck
in interface Volume.Loader
public void set(int x, int y, int z, int v)
set
in interface Volume.Loader
Copyright © 2015–2021 Fiji. All rights reserved.