#include <itkCompositeValleyFunction.h>
Definition at line 71 of file itkCompositeValleyFunction.h.
Public Member Functions | |
| TargetClass (double mean, double sigma) | |
| double | GetMean () |
| void | SetMean (double mean) |
| double | GetSigma () |
| void | SetSigma (double sigma) |
| itk::TargetClass::TargetClass | ( | double | mean, | |
| double | sigma | |||
| ) | [inline] |
Constructor.
Definition at line 75 of file itkCompositeValleyFunction.h.
| double itk::TargetClass::GetMean | ( | void | ) | [inline] |
Definition at line 83 of file itkCompositeValleyFunction.h.
| double itk::TargetClass::GetSigma | ( | ) | [inline] |
Definition at line 88 of file itkCompositeValleyFunction.h.
| void itk::TargetClass::SetMean | ( | double | mean | ) | [inline] |
Set/Get the mean of the function.
Definition at line 82 of file itkCompositeValleyFunction.h.
| void itk::TargetClass::SetSigma | ( | double | sigma | ) | [inline] |
Set/Get the standard deviation of the function.
Definition at line 87 of file itkCompositeValleyFunction.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000