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.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.