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() ...


Constructor Index

 o Box()

Method Index

 o main(String[])
 o newRsf(Axis[])
 o newRsf(int)
 o newRsf(int, int)
 o newRsf(int, int, int)
 o newRsf(int[])
 o newRsf(Rsf)

Constructors

 o Box
 public Box()

Methods

 o main
 public static void main(String args[])
Parameters:
nsamples=1,2,3
 - etc specifies the size of the filter.
  
 o newRsf
 public static Rsf newRsf(Axis axes[])
 o newRsf
 public static Rsf newRsf(int n0)
 o newRsf
 public static Rsf newRsf(int n1,
                          int n0)
 o newRsf
 public static Rsf newRsf(int n2,
                          int n1,
                          int n0)
 o newRsf
 public static Rsf newRsf(int nsamples[])
 o newRsf
 public static Rsf newRsf(Rsf src)

All Packages  Class Hierarchy  This Package  Previous  Next  Index