ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput > Class Template Reference

#include <itkMorphSDTHelperImageFilter.h>

+ Inheritance diagram for itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput >:

Detailed Description

template<class TInput1, class TInput2 = TInput1, class TInput3 = TInput1, class TOutput = TInput1>
class itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput >

Definition at line 38 of file itkMorphSDTHelperImageFilter.h.

Public Member Functions

 MorphSDTHelper ()
 
bool operator!= (const MorphSDTHelper &) const
 
TOutput operator() (const TInput1 &A, const TInput2 &B, const TInput3 &C)
 
bool operator== (const MorphSDTHelper &other) const
 
void SetVal (double i)
 
 ~MorphSDTHelper ()
 

Private Attributes

double m_Val
 

Constructor & Destructor Documentation

template<class TInput1, class TInput2 = TInput1, class TInput3 = TInput1, class TOutput = TInput1>
itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput >::MorphSDTHelper ( )
inline

Definition at line 41 of file itkMorphSDTHelperImageFilter.h.

template<class TInput1, class TInput2 = TInput1, class TInput3 = TInput1, class TOutput = TInput1>
itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput >::~MorphSDTHelper ( )
inline

Definition at line 42 of file itkMorphSDTHelperImageFilter.h.

Member Function Documentation

template<class TInput1, class TInput2 = TInput1, class TInput3 = TInput1, class TOutput = TInput1>
bool itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput >::operator!= ( const MorphSDTHelper< TInput1, TInput2, TInput3, TOutput > &  ) const
inline

Definition at line 44 of file itkMorphSDTHelperImageFilter.h.

template<class TInput1, class TInput2 = TInput1, class TInput3 = TInput1, class TOutput = TInput1>
TOutput itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B,
const TInput3 &  C 
)
inline

Definition at line 54 of file itkMorphSDTHelperImageFilter.h.

template<class TInput1, class TInput2 = TInput1, class TInput3 = TInput1, class TOutput = TInput1>
bool itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput >::operator== ( const MorphSDTHelper< TInput1, TInput2, TInput3, TOutput > &  other) const
inline

Definition at line 49 of file itkMorphSDTHelperImageFilter.h.

template<class TInput1, class TInput2 = TInput1, class TInput3 = TInput1, class TOutput = TInput1>
void itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput >::SetVal ( double  i)
inline

Definition at line 43 of file itkMorphSDTHelperImageFilter.h.

Member Data Documentation

template<class TInput1, class TInput2 = TInput1, class TInput3 = TInput1, class TOutput = TInput1>
double itk::Function::MorphSDTHelper< TInput1, TInput2, TInput3, TOutput >::m_Val
private

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