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