|
JIU 0.14.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jiu.geometry.ResampleFilter
public abstract class ResampleFilter
Abstract base class for filters to be used with
the Resample
operation.
Constructor Summary | |
---|---|
ResampleFilter()
This empty constructor sets the sampling radius to the recommended sampling radius as provided by getRecommendedSamplingRadius() . |
Method Summary | |
---|---|
abstract float |
apply(float value)
Returns the weight of the sample at the distance given by the argument value. |
abstract String |
getName()
Return the name of this filter. |
abstract float |
getRecommendedSamplingRadius()
Returns a recommendation for the sampling radius to be used with this filter. |
float |
getSamplingRadius()
Returns the sampling radius of this object. |
void |
setSamplingRadius(float newValue)
Sets the sampling radius to a new value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResampleFilter()
getRecommendedSamplingRadius()
.
Method Detail |
---|
public abstract float apply(float value)
public abstract String getName()
public abstract float getRecommendedSamplingRadius()
setSamplingRadius(float)
.
public float getSamplingRadius()
getRecommendedSamplingRadius()
,
setSamplingRadius(float)
public void setSamplingRadius(float newValue)
getRecommendedSamplingRadius()
.
newValue
- new sampling radius to be used with this object
|
JIU 0.14.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |