#include <itkCompositeValleyFunction.h>
Definition at line 67 of file itkCompositeValleyFunction.h.
Public Member Functions | |
TargetClass (double mean, double sigma) | |
void | SetMean (double mean) |
double | GetMean () const |
void | SetSigma (double sigma) |
double | GetSigma () const |
Private Attributes | |
double | m_Mean |
double | m_Sigma |
|
inline |
Constructor.
Definition at line 71 of file itkCompositeValleyFunction.h.
|
inlinenodiscard |
Set/Get the mean of the function.
Definition at line 84 of file itkCompositeValleyFunction.h.
References m_Mean.
|
inlinenodiscard |
Set/Get the standard deviation of the function.
Definition at line 97 of file itkCompositeValleyFunction.h.
References m_Sigma.
|
inline |
Set/Get the mean of the function.
Definition at line 79 of file itkCompositeValleyFunction.h.
References m_Mean.
|
inline |
Set/Get the standard deviation of the function.
Definition at line 92 of file itkCompositeValleyFunction.h.
References m_Sigma.
|
private |
Definition at line 103 of file itkCompositeValleyFunction.h.
Referenced by GetMean(), SetMean(), and TargetClass().
|
private |
Definition at line 104 of file itkCompositeValleyFunction.h.
Referenced by GetSigma(), SetSigma(), and TargetClass().