Package group3dlocaliser.grids
Class SphericalGridParams
java.lang.Object
group3dlocaliser.grids.SphericalGridParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
public class SphericalGridParams
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected SphericalGridParamsclone()doubleintGet a set of data that describes all of the parameters in a classdouble[]booleanvoidsetAngleStep(double angleStep) voidsetLogRangeScale(boolean logRangeScale) voidsetnRanges(int nRanges) voidsetRangeRange(double[] rangeRange)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
SphericalGridParams
public SphericalGridParams() 
 - 
 - 
Method Details
- 
clone
 - 
getAngleStep
public double getAngleStep()- Returns:
 - the angleStep
 
 - 
setAngleStep
public void setAngleStep(double angleStep) - Parameters:
 angleStep- the angleStep to set
 - 
getRangeRange
public double[] getRangeRange()- Returns:
 - the rangeRange
 
 - 
setRangeRange
public void setRangeRange(double[] rangeRange) - Parameters:
 rangeRange- the rangeRange to set
 - 
isLogRangeScale
public boolean isLogRangeScale()- Returns:
 - the logRangeScale
 
 - 
setLogRangeScale
public void setLogRangeScale(boolean logRangeScale) - Parameters:
 logRangeScale- the logRangeScale to set
 - 
getnRanges
public int getnRanges()- Returns:
 - the nRanges
 
 - 
setnRanges
public void setnRanges(int nRanges) - Parameters:
 nRanges- the nRanges to set
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -