public class Lanczos extends Sampler
| Constructor and Description |
|---|
Lanczos()
Create a three lobe lanczos sampler as a default width.
|
| Modifier and Type | Method and Description |
|---|---|
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 a single pixel
|
void |
setOrder(int n)
Create a Lanczos sample of specified width sampler
The data will be set later.
|
public java.lang.String getName()
Componentpublic java.lang.String getDescription()
Componentpublic void setOrder(int n)