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
-
RsfFactory()
-
-
newRsf(Axis[])
-
-
newRsf(InputStream)
-
-
newRsf(int)
-
-
newRsf(int, int)
- n0 is the slowest index: array[n0][n1] (n1=columns, n0=rows)
-
newRsf(int, int, int)
- n0 is the slowest index: array[n0][n1][n2]
-
newRsf(int[])
-
-
newRsf(Rsf)
-
-
newRsf(Rsf)
-
-
newRsf(RsfSpace)
-
-
newRsf(String)
-
-
rsf2rsfF(Rsf)
-
RsfFactory
public RsfFactory()
newRsf
public static Rsf newRsf(Rsf src)
newRsf
public static Rsf newRsf(Rsf src)
newRsf
public static Rsf newRsf(InputStream istr)
newRsf
public static Rsf newRsf(String fileName)
newRsf
public static Rsf newRsf(RsfSpace space)
newRsf
public static Rsf newRsf(Axis axes[])
newRsf
public static Rsf newRsf(int nSamples[])
newRsf
public static Rsf newRsf(int n)
newRsf
public static Rsf newRsf(int n0,
int n1)
- n0 is the slowest index: array[n0][n1] (n1=columns, n0=rows)
newRsf
public static Rsf newRsf(int n0,
int n1,
int n2)
- n0 is the slowest index: array[n0][n1][n2]
rsf2rsfF
public static Rsf rsf2rsfF(Rsf src)
All Packages Class Hierarchy This Package Previous Next Index