Package ffx.realspace
Class RealSpaceRefinementData
java.lang.Object
ffx.realspace.RealSpaceRefinementData
RealSpaceRefinementData class.
- Since:
- 1.0
- Author:
- Timothy D. Fenn
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]getData()Getter for the fielddata.int[]getNi()Getter for the fieldni.int[]Getter for the fieldorigin.voidsetData(double[] data) Setter for the fielddata.voidsetExtent(int x, int y, int z) Setter for the fieldextent.voidsetNI(int x, int y, int z) setNI.voidsetOrigin(int x, int y, int z) Setter for the fieldorigin.
-
Method Details
-
getData
public double[] getData()Getter for the fielddata.- Returns:
- the data
-
setData
public void setData(double[] data) Setter for the fielddata.- Parameters:
data- the data to set
-
getNi
public int[] getNi()Getter for the fieldni.- Returns:
- the ni
-
getOrigin
public int[] getOrigin()Getter for the fieldorigin.- Returns:
- the origin
-
setExtent
public void setExtent(int x, int y, int z) Setter for the fieldextent.- Parameters:
x- a int.y- a int.z- a int.
-
setNI
public void setNI(int x, int y, int z) setNI.- Parameters:
x- a int.y- a int.z- a int.
-
setOrigin
public void setOrigin(int x, int y, int z) Setter for the fieldorigin.- Parameters:
x- a int.y- a int.z- a int.
-