public class PointResamplerUtil
extends java.lang.Object
IPointResampler
Constructor and Description |
---|
PointResamplerUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
requiresReduction(ResamplingMode resamplingMode,
IndexRange pointIndices,
int viewportWidth)
Gets the value indicating whether we need to perform resampling.
|
public static boolean requiresReduction(ResamplingMode resamplingMode, IndexRange pointIndices, int viewportWidth)
resamplingMode
- The ResamplingMode
to use.pointIndices
- The indices of the x and y input data to use (clips by indices).viewportWidth
- The current width of the viewport.