#include <itkCompositeValleyFunction.h>
Public Member Functions | |
TargetClass (double mean, double sigma) | |
void | SetMean (double mean) |
double | GetMean () |
void | SetSigma (double sigma) |
double | GetSigma () |
Definition at line 71 of file itkCompositeValleyFunction.h.
itk::TargetClass::TargetClass | ( | double | mean, | |
double | sigma | |||
) | [inline] |
Constructor.
Definition at line 75 of file itkCompositeValleyFunction.h.
double itk::TargetClass::GetMean | ( | void | ) | [inline] |
Set/Get the mean of the function.
Definition at line 83 of file itkCompositeValleyFunction.h.
double itk::TargetClass::GetSigma | ( | ) | [inline] |
Set/Get the standard deviation of the function.
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.