protected class Volume.AverageByteLoader extends Volume.ByteLoader
channel, image| Modifier | Constructor and Description |
|---|---|
protected |
AverageByteLoader(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 AverageByteLoader(Volume.InputImage imp)
public final int load(int x,
int y,
int z)
load in interface Volume.Loaderload in class Volume.ByteLoaderpublic final int loadWithLUT(int x,
int y,
int z)
loadWithLUT in interface Volume.LoaderloadWithLUT in class Volume.ByteLoaderpublic void setNoCheck(int x,
int y,
int z,
int v)
setNoCheck in interface Volume.LoadersetNoCheck in class Volume.ByteLoaderpublic void set(int x,
int y,
int z,
int v)
set in interface Volume.Loaderset in class Volume.ByteLoaderCopyright © 2015–2021 Fiji. All rights reserved.