Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Log10ImageFilter< TInputImage, TOutputImage > Class Template Reference
[Intensity Image FiltersMultithreaded Filters]

Computes the log10(x) pixel-wise. More...

#include <itkLog10ImageFilter.h>

Inheritance diagram for itk::Log10ImageFilter:

Inheritance graph
[legend]
Collaboration diagram for itk::Log10ImageFilter< TInputImage, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Log10ImageFilter Self
typedef UnaryFunctorImageFilter<
TInputImage, TOutputImage,
Function::Log10< typename
TInputImage::PixelType, typename
TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Methods

Pointer New ()

Protected Methods

 Log10ImageFilter ()
virtual ~Log10ImageFilter ()

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::Log10ImageFilter< TInputImage, TOutputImage >

Computes the log10(x) pixel-wise.

Definition at line 43 of file itkLog10ImageFilter.h.


Member Typedef Documentation

template<class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::Log10ImageFilter< TInputImage, TOutputImage >::ConstPointer
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 57 of file itkLog10ImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef SmartPointer<Self> itk::Log10ImageFilter< TInputImage, TOutputImage >::Pointer
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 56 of file itkLog10ImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef Log10ImageFilter itk::Log10ImageFilter< TInputImage, TOutputImage >::Self
 

Standard class typedefs.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 52 of file itkLog10ImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Function::Log10< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::Log10ImageFilter< TInputImage, TOutputImage >::Superclass
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 55 of file itkLog10ImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage, class TOutputImage>
itk::Log10ImageFilter< TInputImage, TOutputImage >::Log10ImageFilter   [inline, protected]
 

Definition at line 63 of file itkLog10ImageFilter.h.

template<class TInputImage, class TOutputImage>
virtual itk::Log10ImageFilter< TInputImage, TOutputImage >::~Log10ImageFilter   [inline, protected, virtual]
 

Definition at line 64 of file itkLog10ImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
Pointer itk::Log10ImageFilter< TInputImage, TOutputImage >::New   [static]
 

Method for creation through the object factory.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Log10< TInputImage::PixelType, TOutputImage::PixelType > >.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:33:11 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000