ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::TargetClass Class Reference

#include <itkCompositeValleyFunction.h>

Detailed Description

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
 

Constructor & Destructor Documentation

◆ TargetClass()

itk::TargetClass::TargetClass ( double mean,
double sigma )
inline

Constructor.

Definition at line 71 of file itkCompositeValleyFunction.h.

References m_Mean, and m_Sigma.

Member Function Documentation

◆ GetMean()

double itk::TargetClass::GetMean ( ) const
inline

Set/Get the mean of the function.

Definition at line 85 of file itkCompositeValleyFunction.h.

References m_Mean.

◆ GetSigma()

double itk::TargetClass::GetSigma ( ) const
inline

Set/Get the standard deviation of the function.

Definition at line 98 of file itkCompositeValleyFunction.h.

References m_Sigma.

◆ SetMean()

void itk::TargetClass::SetMean ( double mean)
inline

Set/Get the mean of the function.

Definition at line 80 of file itkCompositeValleyFunction.h.

References m_Mean.

◆ SetSigma()

void itk::TargetClass::SetSigma ( double sigma)
inline

Set/Get the standard deviation of the function.

Definition at line 93 of file itkCompositeValleyFunction.h.

References m_Sigma.

Member Data Documentation

◆ m_Mean

double itk::TargetClass::m_Mean
private

Definition at line 104 of file itkCompositeValleyFunction.h.

Referenced by GetMean(), SetMean(), and TargetClass().

◆ m_Sigma

double itk::TargetClass::m_Sigma
private

Definition at line 105 of file itkCompositeValleyFunction.h.

Referenced by GetSigma(), SetSigma(), and TargetClass().


The documentation for this class was generated from the following file: