protected class Volume.IntLoader extends Object implements Volume.Loader
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
color |
protected Volume.InputImage |
image |
| Modifier | Constructor and Description |
|---|---|
protected |
IntLoader(Volume.InputImage imp) |
| 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[] color
protected IntLoader(Volume.InputImage imp)
public final 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.