#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.
|
inline |
Set/Get the mean of the function.
Definition at line 85 of file itkCompositeValleyFunction.h.
References m_Mean.
|
inline |
Set/Get the standard deviation of the function.
Definition at line 98 of file itkCompositeValleyFunction.h.
References m_Sigma.
|
inline |
Set/Get the mean of the function.
Definition at line 80 of file itkCompositeValleyFunction.h.
References m_Mean.
|
inline |
Set/Get the standard deviation of the function.
Definition at line 93 of file itkCompositeValleyFunction.h.
References m_Sigma.
|
private |
Definition at line 104 of file itkCompositeValleyFunction.h.
Referenced by GetMean(), SetMean(), and TargetClass().
|
private |
Definition at line 105 of file itkCompositeValleyFunction.h.
Referenced by GetSigma(), SetSigma(), and TargetClass().