public abstract class ImageBorder_F64 extends ImageBorder<ImageFloat64>
ImageBorder for ImageFloat64.| Modifier | Constructor and Description |
|---|---|
protected |
ImageBorder_F64() |
|
ImageBorder_F64(ImageFloat64 image) |
| Modifier and Type | Method and Description |
|---|---|
double |
get(int x,
int y) |
void |
getGeneral(int x,
int y,
double[] pixel) |
abstract double |
getOutside(int x,
int y) |
void |
set(int x,
int y,
double val) |
void |
setGeneral(int x,
int y,
double[] pixel) |
abstract void |
setOutside(int x,
int y,
double val) |
getImage, setImagepublic ImageBorder_F64(ImageFloat64 image)
protected ImageBorder_F64()
public void set(int x,
int y,
double val)
public double get(int x,
int y)
public void getGeneral(int x,
int y,
double[] pixel)
getGeneral in class ImageBorder<ImageFloat64>public void setGeneral(int x,
int y,
double[] pixel)
setGeneral in class ImageBorder<ImageFloat64>public abstract double getOutside(int x,
int y)
public abstract void setOutside(int x,
int y,
double val)