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

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

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

#include <itkLogImageFilter.h>

List of all members.

Public Types

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

Static Public Member Functions

Pointer New ()

Protected Member Functions

 LogImageFilter ()
virtual ~LogImageFilter ()


Detailed Description

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

Computes the log(x) pixel-wise.

Definition at line 46 of file itkLogImageFilter.h.


Member Typedef Documentation

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

Definition at line 59 of file itkLogImageFilter.h.

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

Definition at line 58 of file itkLogImageFilter.h.

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

Standard class typedefs. Definition at line 54 of file itkLogImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Function::Log< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::LogImageFilter< TInputImage, TOutputImage >::Superclass
 

Definition at line 57 of file itkLogImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 65 of file itkLogImageFilter.h.

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

Definition at line 66 of file itkLogImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
Pointer itk::LogImageFilter< 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