All Packages Class Hierarchy This Package Previous Next Index
Class rsf.util.Box
java.lang.Object
|
+----rsf.util.Box
- public final class Box
- extends Object
Very trivial: I wonder if this should be a operator?
This should be combined with Window.adjoint() ...
-
Box()
-
-
main(String[])
-
-
newRsf(Axis[])
-
-
newRsf(int)
-
-
newRsf(int, int)
-
-
newRsf(int, int, int)
-
-
newRsf(int[])
-
-
newRsf(Rsf)
-
Box
public Box()
main
public static void main(String args[])
- Parameters:
-
nsamples=1,2,3 - etc specifies the size of the filter.
newRsf
public static Rsf newRsf(Axis axes[])
newRsf
public static Rsf newRsf(int n0)
newRsf
public static Rsf newRsf(int n1,
int n0)
newRsf
public static Rsf newRsf(int n2,
int n1,
int n0)
newRsf
public static Rsf newRsf(int nsamples[])
newRsf
public static Rsf newRsf(Rsf src)
All Packages Class Hierarchy This Package Previous Next Index