All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rsf.vector.RsfFactory

java.lang.Object
   |
   +----rsf.vector.RsfFactory

public class RsfFactory
extends Object


See Also:
Rsf, RsfSpace

Constructor Index

 o RsfFactory()

Method Index

 o newRsf(Axis[])
 o newRsf(InputStream)
 o newRsf(int)
 o newRsf(int, int)
n0 is the slowest index: array[n0][n1] (n1=columns, n0=rows)
 o newRsf(int, int, int)
n0 is the slowest index: array[n0][n1][n2]
 o newRsf(int[])
 o newRsf(Rsf)
 o newRsf(Rsf)
 o newRsf(RsfSpace)
 o newRsf(String)
 o rsf2rsfF(Rsf)

Constructors

 o RsfFactory
 public RsfFactory()

Methods

 o newRsf
 public static Rsf newRsf(Rsf src)
 o newRsf
 public static Rsf newRsf(Rsf src)
 o newRsf
 public static Rsf newRsf(InputStream istr)
 o newRsf
 public static Rsf newRsf(String fileName)
 o newRsf
 public static Rsf newRsf(RsfSpace space)
 o newRsf
 public static Rsf newRsf(Axis axes[])
 o newRsf
 public static Rsf newRsf(int nSamples[])
 o newRsf
 public static Rsf newRsf(int n)
 o newRsf
 public static Rsf newRsf(int n0,
                          int n1)
n0 is the slowest index: array[n0][n1] (n1=columns, n0=rows)

 o newRsf
 public static Rsf newRsf(int n0,
                          int n1,
                          int n2)
n0 is the slowest index: array[n0][n1][n2]

 o rsf2rsfF
 public static Rsf rsf2rsfF(Rsf src)

All Packages  Class Hierarchy  This Package  Previous  Next  Index