|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.Sampler
skyview.geometry.sampler.LISampler
public class LISampler
This class implements a linear interpolation sampling scheme.
| Field Summary |
|---|
| Fields inherited from class skyview.geometry.Sampler |
|---|
bounds, inDepth, inHeight, inImage, inWidth, outDepth, outHeight, outImage, outWidth, trans |
| Constructor Summary | |
|---|---|
LISampler()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the description of this component. |
java.lang.String |
getName()
Get the name of this component. |
void |
sample(int pix)
Sample at a specified pixel |
| Methods inherited from class skyview.geometry.Sampler |
|---|
factory, setBounds, setInput, setOrder, setOutput, setTransform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LISampler()
| Method Detail |
|---|
public java.lang.String getName()
Component
public java.lang.String getDescription()
Component
public void sample(int pix)
sample in class Samplerpix - The index into the output array.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||