bbitk::BinaryThresholdImageFilter< T > Class Template Reference

#include <bbitkBinaryThresholdImageFilter.h>

List of all members.

Private Types

typedef
itk::BinaryThresholdImageFilter
< T, T > 
itkParent

Private Member Functions

 BBTK_TEMPLATE_BLACK_BOX_INTERFACE (BinaryThresholdImageFilter, bbtk::AtomicBlackBox, T)
 BBTK_DECLARE_ITK_INPUT (In, const T *)
 BBTK_DECLARE_ITK_PARAM (LowerThreshold, typename T::PixelType)
 BBTK_DECLARE_ITK_PARAM (UpperThreshold, typename T::PixelType)
 BBTK_DECLARE_ITK_PARAM (InsideValue, typename T::PixelType)
 BBTK_DECLARE_ITK_PARAM (OutsideValue, typename T::PixelType)
 BBTK_DECLARE_ITK_OUTPUT (Out, T *)
 BBTK_ITK_PROCESS ()
 BBTK_ITK_DELETE ()
void bbUserConstructor ()
void bbUserCopyConstructor ()
void Init ()


Detailed Description

template<class T>
class bbitk::BinaryThresholdImageFilter< T >

Definition at line 43 of file bbitkBinaryThresholdImageFilter.h.


Member Typedef Documentation

template<class T>
typedef itk::BinaryThresholdImageFilter<T,T> bbitk::BinaryThresholdImageFilter< T >::itkParent [private]

Definition at line 50 of file bbitkBinaryThresholdImageFilter.h.


Member Function Documentation

template<class T>
bbitk::BinaryThresholdImageFilter< T >::BBTK_TEMPLATE_BLACK_BOX_INTERFACE ( BinaryThresholdImageFilter< T >  ,
bbtk::AtomicBlackBox  ,
 
) [private]

template<class T>
bbitk::BinaryThresholdImageFilter< T >::BBTK_DECLARE_ITK_INPUT ( In  ,
const T *   
) [private]

template<class T>
bbitk::BinaryThresholdImageFilter< T >::BBTK_DECLARE_ITK_PARAM ( LowerThreshold  ,
typename T::PixelType   
) [private]

template<class T>
bbitk::BinaryThresholdImageFilter< T >::BBTK_DECLARE_ITK_PARAM ( UpperThreshold  ,
typename T::PixelType   
) [private]

template<class T>
bbitk::BinaryThresholdImageFilter< T >::BBTK_DECLARE_ITK_PARAM ( InsideValue  ,
typename T::PixelType   
) [private]

template<class T>
bbitk::BinaryThresholdImageFilter< T >::BBTK_DECLARE_ITK_PARAM ( OutsideValue  ,
typename T::PixelType   
) [private]

template<class T>
bbitk::BinaryThresholdImageFilter< T >::BBTK_DECLARE_ITK_OUTPUT ( Out  ,
T *   
) [private]

template<class T>
bbitk::BinaryThresholdImageFilter< T >::BBTK_ITK_PROCESS (  )  [private]

template<class T>
bbitk::BinaryThresholdImageFilter< T >::BBTK_ITK_DELETE (  )  [private]

template<class T>
void bbitk::BinaryThresholdImageFilter< T >::bbUserConstructor (  )  [inline, private]

Definition at line 60 of file bbitkBinaryThresholdImageFilter.h.

References bbitk::BinaryThresholdImageFilter< T >::Init().

00060 { Init(); }

template<class T>
void bbitk::BinaryThresholdImageFilter< T >::bbUserCopyConstructor (  )  [inline, private]

Definition at line 61 of file bbitkBinaryThresholdImageFilter.h.

References bbitk::BinaryThresholdImageFilter< T >::Init().

00061 { Init(); }

template<class T>
void bbitk::BinaryThresholdImageFilter< T >::Init (  )  [inline, private]

Definition at line 163 of file bbitkBinaryThresholdImageFilter.h.

Referenced by bbitk::BinaryThresholdImageFilter< T >::bbUserConstructor(), and bbitk::BinaryThresholdImageFilter< T >::bbUserCopyConstructor().

00164   {
00165     bbSetInputLowerThreshold(0);
00166     bbSetInputUpperThreshold(100);
00167     bbSetInputInsideValue(255);
00168     bbSetInputOutsideValue(0);
00169   }


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

Generated on Tue Oct 21 16:06:57 2008 for itk by  doxygen 1.5.6