public class TriangleFilter extends ResampleFilter
| Constructor | Description |
|---|---|
TriangleFilter() |
| Modifier and Type | Method | Description |
|---|---|---|
float |
apply(float value) |
Returns the weight of the sample at the distance given
by the argument value.
|
String |
getName() |
Return the name of this filter.
|
float |
getRecommendedSamplingRadius() |
Returns a recommendation for the sampling radius to
be used with this filter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSamplingRadius, setSamplingRadiuspublic float apply(float value)
ResampleFilterapply in class ResampleFilterpublic String getName()
ResampleFiltergetName in class ResampleFilterpublic float getRecommendedSamplingRadius()
ResampleFilterResampleFilter.setSamplingRadius(float).getRecommendedSamplingRadius in class ResampleFilter