All Packages Class Hierarchy This Package Previous Next Index
Class nstat.patch.WindowFactory
java.lang.Object
|
+----nstat.patch.WindowFactory
- public class WindowFactory
- extends Object
WindowFactory creates a Window operator for a given domain and/or range.
The factory ensures the consistency of the domain, range, and anchor
specifications of the Window operator.
- See Also:
- Window, WindowTest, Patcher
-
fwd
-
-
WindowFactory(RsfSpace, int[], int[])
-
-
WindowFactory(RsfSpace, RsfSpace)
-
if windSpace is not an exact subspace of wallSpace, this will create a
Window operator where windSpace is a subspace of wallSpace
(approximation).
-
getAdjoint()
-
-
getForward()
-
fwd
protected Window fwd
WindowFactory
public WindowFactory(RsfSpace wallSpace,
int anchor[],
int windSz[])
- Parameters:
- wallSpace - the space of the Rsf from which a window is taken
- anchor - the index into the wallSpace of the "smallest" vertex
- windSz - the dimensions of the window
WindowFactory
public WindowFactory(RsfSpace wallSpace,
RsfSpace windSpace)
- if windSpace is not an exact subspace of wallSpace, this will create a
Window operator where windSpace is a subspace of wallSpace
(approximation). However, the Window operator methods do not check the
spaces. This problem arises through limited precision with float values
of the axes' increment, and offset.
getForward
public Window getForward()
- Returns:
- s the forward form of the windowing operator, truncation.
getAdjoint
public Window getAdjoint()
- Returns:
- s the adjoint form of the windowing operator, zero-padding.
All Packages Class Hierarchy This Package Previous Next Index