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

#include <itkFrangiTubularnessImageFilter.h>

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

Detailed Description

template<typename TInput, typename TOutput>
class itk::Function::Tubularness< TInput, TOutput >

Definition at line 38 of file itkFrangiTubularnessImageFilter.h.

Public Member Functions

bool operator!= (const Tubularness &) const
 
TOutput operator() (const TInput &A)
 
const Tubularnessoperator= (const Tubularness &one)
 
bool operator== (const Tubularness &other) const
 
void SetAlpha (double value)
 
void SetBeta (double value)
 
void SetBrightBackground (bool value)
 
void SetGamma (double value)
 
 Tubularness ()
 
 Tubularness (const Tubularness &one)
 
 ~Tubularness ()
 

Private Attributes

double m_Alpha
 
double m_Beta
 
bool m_BrigthForeground
 
double m_Gamma
 

Constructor & Destructor Documentation

template<typename TInput, typename TOutput>
itk::Function::Tubularness< TInput, TOutput >::Tubularness ( )
inline

Definition at line 41 of file itkFrangiTubularnessImageFilter.h.

template<typename TInput, typename TOutput>
itk::Function::Tubularness< TInput, TOutput >::~Tubularness ( )
inline

Definition at line 48 of file itkFrangiTubularnessImageFilter.h.

template<typename TInput, typename TOutput>
itk::Function::Tubularness< TInput, TOutput >::Tubularness ( const Tubularness< TInput, TOutput > &  one)
inline

Definition at line 49 of file itkFrangiTubularnessImageFilter.h.

Member Function Documentation

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

Definition at line 64 of file itkFrangiTubularnessImageFilter.h.

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

Definition at line 72 of file itkFrangiTubularnessImageFilter.h.

template<typename TInput, typename TOutput>
const Tubularness& itk::Function::Tubularness< TInput, TOutput >::operator= ( const Tubularness< TInput, TOutput > &  one)
inline

Definition at line 56 of file itkFrangiTubularnessImageFilter.h.

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

Definition at line 68 of file itkFrangiTubularnessImageFilter.h.

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

Definition at line 155 of file itkFrangiTubularnessImageFilter.h.

template<typename TInput, typename TOutput>
void itk::Function::Tubularness< TInput, TOutput >::SetBeta ( double  value)
inline

Definition at line 159 of file itkFrangiTubularnessImageFilter.h.

template<typename TInput, typename TOutput>
void itk::Function::Tubularness< TInput, TOutput >::SetBrightBackground ( bool  value)
inline

Definition at line 167 of file itkFrangiTubularnessImageFilter.h.

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

Definition at line 163 of file itkFrangiTubularnessImageFilter.h.

Member Data Documentation

template<typename TInput, typename TOutput>
double itk::Function::Tubularness< TInput, TOutput >::m_Alpha
private
template<typename TInput, typename TOutput>
double itk::Function::Tubularness< TInput, TOutput >::m_Beta
private
template<typename TInput, typename TOutput>
bool itk::Function::Tubularness< TInput, TOutput >::m_BrigthForeground
private
template<typename TInput, typename TOutput>
double itk::Function::Tubularness< TInput, TOutput >::m_Gamma
private

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