ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Function::Sheetness< TInput, TOutput > Class Template Reference

#include <itkDescoteauxSheetnessImageFilter.h>

+ Inheritance diagram for itk::Function::Sheetness< TInput, TOutput >:

Detailed Description

template<class TInput, class TOutput>
class itk::Function::Sheetness< TInput, TOutput >

Definition at line 43 of file itkDescoteauxSheetnessImageFilter.h.

Public Member Functions

bool operator!= (const Sheetness &) const
 
TOutput operator() (const TInput &A)
 
bool operator== (const Sheetness &other) const
 
void SetAlpha (double value)
 
void SetC (double value)
 
void SetDetectBrightSheets (bool value)
 
void SetDetectDarkSheets (bool value)
 
void SetGamma (double value)
 
 Sheetness ()
 
 ~Sheetness ()
 

Private Attributes

double m_Alpha
 
double m_C
 
bool m_DetectBrightSheets
 
double m_Gamma
 

Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Function::Sheetness< TInput, TOutput >::Sheetness ( )
inline

Definition at line 46 of file itkDescoteauxSheetnessImageFilter.h.

template<class TInput, class TOutput>
itk::Function::Sheetness< TInput, TOutput >::~Sheetness ( )
inline

Definition at line 53 of file itkDescoteauxSheetnessImageFilter.h.

Member Function Documentation

template<class TInput, class TOutput>
bool itk::Function::Sheetness< TInput, TOutput >::operator!= ( const Sheetness< TInput, TOutput > &  ) const
inline

Definition at line 54 of file itkDescoteauxSheetnessImageFilter.h.

template<class TInput, class TOutput>
TOutput itk::Function::Sheetness< TInput, TOutput >::operator() ( const TInput &  A)
inline

Definition at line 62 of file itkDescoteauxSheetnessImageFilter.h.

template<class TInput, class TOutput>
bool itk::Function::Sheetness< TInput, TOutput >::operator== ( const Sheetness< TInput, TOutput > &  other) const
inline

Definition at line 58 of file itkDescoteauxSheetnessImageFilter.h.

template<class TInput, class TOutput>
void itk::Function::Sheetness< TInput, TOutput >::SetAlpha ( double  value)
inline

Definition at line 144 of file itkDescoteauxSheetnessImageFilter.h.

template<class TInput, class TOutput>
void itk::Function::Sheetness< TInput, TOutput >::SetC ( double  value)
inline

Definition at line 152 of file itkDescoteauxSheetnessImageFilter.h.

template<class TInput, class TOutput>
void itk::Function::Sheetness< TInput, TOutput >::SetDetectBrightSheets ( bool  value)
inline

Definition at line 156 of file itkDescoteauxSheetnessImageFilter.h.

template<class TInput, class TOutput>
void itk::Function::Sheetness< TInput, TOutput >::SetDetectDarkSheets ( bool  value)
inline

Definition at line 160 of file itkDescoteauxSheetnessImageFilter.h.

template<class TInput, class TOutput>
void itk::Function::Sheetness< TInput, TOutput >::SetGamma ( double  value)
inline

Definition at line 148 of file itkDescoteauxSheetnessImageFilter.h.

Member Data Documentation

template<class TInput, class TOutput>
double itk::Function::Sheetness< TInput, TOutput >::m_Alpha
private
template<class TInput, class TOutput>
double itk::Function::Sheetness< TInput, TOutput >::m_C
private
template<class TInput, class TOutput>
bool itk::Function::Sheetness< TInput, TOutput >::m_DetectBrightSheets
private
template<class TInput, class TOutput>
double itk::Function::Sheetness< TInput, TOutput >::m_Gamma
private

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