Package fis
Class Gabarit
- java.lang.Object
-
- fis.Gabarit
-
public class Gabarit extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleGetKernelWeight()intGetNumImputGabarit()doubleGetSupportWeight()booleanIsActive()voidPrintGabarit()voidReadTemplate(String file)voidSetKernelWeight(double kw)voidSetNumImputGabarit(int n)voidSetSupportWeight(double sw)voidWriteTemplate(String file)
-
-
-
Constructor Detail
-
Gabarit
public Gabarit(JInput in, double kw, double sw, int n)
-
Gabarit
public Gabarit(double[] range, int n)
-
Gabarit
public Gabarit()
-
-
Method Detail
-
GetKernelWeight
public double GetKernelWeight()
-
GetSupportWeight
public double GetSupportWeight()
-
GetNumImputGabarit
public int GetNumImputGabarit()
-
SetNumImputGabarit
public void SetNumImputGabarit(int n)
-
PrintGabarit
public void PrintGabarit()
-
SetKernelWeight
public void SetKernelWeight(double kw)
-
SetSupportWeight
public void SetSupportWeight(double sw)
-
IsActive
public boolean IsActive()
-
-