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>

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 Member Functions

Pointer New ()

Protected Member Functions

 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
 

Definition at line 57 of file itkLog10ImageFilter.h.

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

Definition at line 56 of file itkLog10ImageFilter.h.

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

Standard class typedefs. 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
 

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.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:56:00 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000