All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rsf.util.Tent

java.lang.Object
   |
   +----rsf.util.Tent

public final class Tent
extends Object


Computes an Rsf with a tent weight. The tent volume is normalized to 1. (This does not use the convolution of 2 box filters, but it could)


Constructor Index

 o Tent()

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)
 o setTent(Rsf)

Constructors

 o Tent
 public Tent()

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)
 o setTent
 public static void setTent(Rsf tent)

All Packages  Class Hierarchy  This Package  Previous  Next  Index